2023-06-21 22:37:36

by Leo Li

[permalink] [raw]
Subject: [GIT PULL] soc/fsl drivers changes for next(v6.5)

Hi soc maintainers,

Please merge the following new changes for soc/fsl drivers.

Regards,
Leo

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v6.5

for you to fetch changes up to fb9c384625dd604e8a5be1f42b35e83104b90670:

bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable (2023-06-08 17:56:26 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v6.5

- fsl-mc: Make remove function return void
- QE USB: fix build issue caused by missing dependency

----------------------------------------------------------------
Randy Dunlap (1):
soc/fsl/qe: fix usb.c build errors

Uwe Kleine-König (8):
bus: fsl-mc: Only warn once about errors on device unbind
bus: fsl-mc: dprc: Push down error message from fsl_mc_driver_remove()
bus: fsl-mc: fsl-mc-allocator: Drop if block with always wrong condition
bus: fsl-mc: fsl-mc-allocator: Improve error reporting
soc: fsl: dpio: Suppress duplicated error reporting on device remove
bus: fsl-mc: Make remove function return void
bus: fsl-mc: fsl-mc-allocator: Initialize mc_bus_dev before use
bus: fsl-mc: fsl-mc-allocator: Drop a write-only variable

drivers/bus/fsl-mc/dprc-driver.c | 12 ++++----
drivers/bus/fsl-mc/fsl-mc-allocator.c | 35 +++++++++++-----------
drivers/bus/fsl-mc/fsl-mc-bus.c | 7 +----
drivers/crypto/caam/caamalg_qi2.c | 4 +--
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c | 4 +--
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 4 +--
drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c | 4 +--
.../net/ethernet/freescale/dpaa2/dpaa2-switch.c | 4 +--
drivers/soc/fsl/dpio/dpio-driver.c | 8 +----
drivers/soc/fsl/qe/Kconfig | 1 +
drivers/vfio/fsl-mc/vfio_fsl_mc.c | 3 +-
include/linux/fsl/mc.h | 2 +-
12 files changed, 32 insertions(+), 56 deletions(-)