From: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org>
To: soc@kernel.org, Arnd Bergmann <arnd@arndb.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Ioana Ciornei <ioana.ciornei@nxp.com>
Subject: [GIT PULL] SOC FSL for 6.20
Date: Sat, 31 Jan 2026 08:38:31 +0100 [thread overview]
Message-ID: <3bc83479-015b-4367-9eef-7d8ca6005578@kernel.org> (raw)
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
next reply other threads:[~2026-01-31 7:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-31 7:38 Christophe Leroy (CS GROUP) [this message]
2026-02-04 12:30 ` [GIT PULL] SOC FSL for 6.20 patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3bc83479-015b-4367-9eef-7d8ca6005578@kernel.org \
--to=chleroy@kernel.org \
--cc=arnd@arndb.de \
--cc=ioana.ciornei@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox