[GIT PULL] SOC FSL for 6.16

From: Christophe Leroy
Date: Sat May 17 2025 - 06:20:44 EST


Hi Arnd,

Please pull the following Freescale Soc Drivers changes for 6.16

Thanks
Christophe

The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:

Linux 6.15-rc2 (2025-04-13 11:54:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 695d702f42bf4bd335e30f542ca710af081ee2a3:

soc: fsl: qe: Consolidate chained IRQ handler install/remove (2025-05-17 11:01:55 +0200)

----------------------------------------------------------------
FSL SOC Changes for 6.16:
- Various fixes and cleanups from Ioana on fsl-mc bus driver
- Other misc fixes on fsl-mc bus driver
- A build fix on DPAA2 driver
- Some preparation work from Kees on qbman driver
- Some cleanup on FSL qe interrupt driver init

----------------------------------------------------------------
Chen Ni (1):
soc: fsl: qe: Consolidate chained IRQ handler install/remove

Ioana Ciornei (3):
bus: fsl-mc: fix double-free on mc_dev
bus: fsl-mc: do not add a device-link for the UAPI used DPMCP device
bus: fsl-mc: add the dprc_get_mem() command to the whitelist

Kees Cook (1):
soc: fsl: qbman: Remove const from portal->cgrs allocation type

Krzysztof Kozlowski (1):
soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing

Laurentiu Tudor (2):
bus: fsl-mc: drop useless cleanup
bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value

Robin Murphy (1):
bus: fsl_mc: Fix driver_managed_dma check

Thorsten Blum (1):
bus: fsl-mc: Use strscpy() instead of strscpy_pad()

Wan Junjie (1):
bus: fsl-mc: fix GET/SET_TAILDROP command ids

drivers/bus/fsl-mc/dprc-driver.c | 2 --
drivers/bus/fsl-mc/dprc.c | 4 ++--
drivers/bus/fsl-mc/fsl-mc-allocator.c | 21 ---------------------
drivers/bus/fsl-mc/fsl-mc-bus.c | 12 +++++++-----
drivers/bus/fsl-mc/fsl-mc-private.h | 2 --
drivers/bus/fsl-mc/fsl-mc-uapi.c | 11 +++++++++--
drivers/bus/fsl-mc/mc-io.c | 19 +++++++++++++------
drivers/bus/fsl-mc/mc-sys.c | 2 +-
drivers/soc/fsl/Kconfig | 2 +-
drivers/soc/fsl/qbman/qman.c | 2 +-
drivers/soc/fsl/qe/qe_ic.c | 10 ++++------
11 files changed, 38 insertions(+), 49 deletions(-)