mbox series

[GIT,PULL] SOC FSL for 6.13

Message ID c3c4961b-fe2a-4fcc-a7a1-f8b5352e09a2@csgroup.eu (mailing list archive)
State New
Headers show
Series [GIT,PULL] SOC FSL for 6.13 | expand

Pull-request

https://github.com/chleroy/linux.git tags/soc_fsl-6.13-1

Message

Christophe Leroy Nov. 14, 2024, 2:08 p.m. UTC
Hi Arnd,

Please pull the following Freescale Soc Drivers changes for 6.13

Thanks
Christophe

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

   https://github.com/chleroy/linux.git tags/soc_fsl-6.13-1

for you to fetch changes up to cb3daa51db819a172e9524e96e2ed96b4237e51a:

   soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() 
failure (2024-11-14 08:26:15 +0100)

----------------------------------------------------------------
FSL SOC changes for 6.13:

- Fix a missing of_node_put() in RCPM
- Fix a missing error code on failure in CPM1 QMC
- Switch to using for_each_available_child_of_node_scoped() in CPM1 TSA

----------------------------------------------------------------
Herve Codina (1):
       soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() 
failure

Javier Carrasco (2):
       soc: fsl: cpm1: tsa: switch to 
for_each_available_child_of_node_scoped()
       soc: fsl: rcpm: fix missing of_node_put() in 
copy_ippdexpcr1_setting()

  drivers/soc/fsl/qe/qmc.c |  4 +++-
  drivers/soc/fsl/qe/tsa.c | 28 ++++------------------------
  drivers/soc/fsl/rcpm.c   |  1 +
  3 files changed, 8 insertions(+), 25 deletions(-)