Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/drivers
authorArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2024 14:19:42 +0000 (15:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2024 14:19:47 +0000 (15:19 +0100)
commitb77587ac51d2fe4b9d5751662ddc083d19153662
tree45f398e5935e69cf4ea6944c21b84021c109393e
parent1876c788bba174660b538dcf5d1bc2b75d7f6d66
parentcb3daa51db819a172e9524e96e2ed96b4237e51a
Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/drivers

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

* tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux:
  soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failure
  soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting()
  soc: fsl: cpm1: tsa: switch to for_each_available_child_of_node_scoped()

Link: https://lore.kernel.org/r/c3c4961b-fe2a-4fcc-a7a1-f8b5352e09a2@csgroup.eu
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/fsl/qe/qmc.c
drivers/soc/fsl/qe/tsa.c