[<prev] [next>] [day] [month] [year] [list]
Message-ID: <3bc83479-015b-4367-9eef-7d8ca6005578@kernel.org>
Date: Sat, 31 Jan 2026 08:38:31 +0100
From: "Christophe Leroy (CS GROUP)" <chleroy@...nel.org>
To: soc@...nel.org, Arnd Bergmann <arnd@...db.de>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Ioana Ciornei <ioana.ciornei@....com>
Subject: [GIT PULL] SOC FSL for 6.20
Hi Arnd,
Please pull the following Freescale Soc Drivers changes for 6.20
Documentation is acked by Conor Dooley and changes to fsl-mc bus are
reviewed or acked by Ioana Ciornei.
Thanks
Christophe
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux
tags/soc_fsl-6.20-1
for you to fetch changes up to 52f527d0916bcdd7621a0c9e7e599b133294d495:
bus: fsl-mc: fix an error handling in fsl_mc_device_add() (2026-01-28
13:35:48 +0100)
----------------------------------------------------------------
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
----------------------------------------------------------------
Chen Ni (1):
soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler
install/remove
Christophe Leroy (CS GROUP) (2):
soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC
Engine Ports
Gui-Dong Han (1):
bus: fsl-mc: fix use-after-free in driver_override_show()
Haoxiang Li (1):
bus: fsl-mc: fix an error handling in fsl_mc_device_add()
Krzysztof Kozlowski (1):
soc: fsl: qe: Simplify with scoped for each OF child loop
Uwe Kleine-König (2):
bus: fsl-mc: Drop error message in probe function
bus: fsl-mc: Convert to bus callbacks
.../interrupt-controller/fsl,qe-ports-ic.yaml | 51 ++++++++
drivers/bus/fsl-mc/fsl-mc-bus.c | 89 ++++++-------
drivers/soc/fsl/qe/Makefile | 2 +-
drivers/soc/fsl/qe/qe_ports_ic.c | 141
+++++++++++++++++++++
drivers/soc/fsl/qe/qmc.c | 13 +-
5 files changed, 233 insertions(+), 63 deletions(-)
create mode 100644
Documentation/devicetree/bindings/interrupt-controller/fsl,qe-ports-ic.yaml
create mode 100644 drivers/soc/fsl/qe/qe_ports_ic.c
Powered by blists - more mailing lists