]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy...
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Feb 2026 07:41:48 +0000 (08:41 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 4 Feb 2026 07:41:49 +0000 (08:41 +0100)
commitcfd00b7e26c8331e3bb0f03ca770888866c15ff4
treeabf1d2709085535c14a90d1739f8c3473d373875
parent1b65492f45c2ecb4590ccdf0fce35967531db2bf
parent52f527d0916bcdd7621a0c9e7e599b133294d495
Merge tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/drivers

FSL SOC Changes for 6.20

Freescale Management Complex:
- Convert fsl-mc bus to bus callbacks
- Fix a use-after-free
- Drop redundant error messages
- Fix ressources release on some error path

Freescale QUICC Engine:
- Add an interrupt controller for IO Ports
- Use scoped for-each OF child loop

* tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux:
  bus: fsl-mc: fix an error handling in fsl_mc_device_add()
  soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/remove
  dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
  soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
  soc: fsl: qe: Simplify with scoped for each OF child loop
  bus: fsl-mc: fix use-after-free in driver_override_show()
  bus: fsl-mc: Convert to bus callbacks
  bus: fsl-mc: Drop error message in probe function

Signed-off-by: Arnd Bergmann <arnd@arndb.de>