mbox series

[GIT,PULL] updates to soc/fsl drivers for v5.4

Message ID 20190816195301.26660-1-leoyang.li@nxp.com
State New
Headers show
Series [GIT,PULL] updates to soc/fsl drivers for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.4

Message

Leo Li Aug. 16, 2019, 7:53 p.m. UTC
Hi arm-soc maintainers,

Please look into the following changes and merge them if they
look good.

Regards,
Leo

The following changes since commit 157eed91b374c42eb264157366daf3dabc8bc816:

  Merge tag 'tee-optee-for-5.4' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers (2019-08-15 14:29:43 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.4

for you to fetch changes up to eadf0b17b43db4e73a6bdde1ad745d3b582a71c5:

  bus: fsl-mc: remove explicit device_link_del (2019-08-16 14:17:35 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.4

DPAA2 DPIO/MC driver
- Remove explicit device_link_remove() and device_link_del() calls due to
framework change

DPAA QBman driver
- Various changes to make it working with kexec
- Remove dev_err() usage after platform_get_irq()

GUTS driver
- Add LS1028 SoC support

----------------------------------------------------------------
Ioana Ciornei (2):
      soc: fsl: dpio: remove explicit device_link_remove
      bus: fsl-mc: remove explicit device_link_del

Roy Pledge (7):
      soc/fsl/qbman: Rework QBMan private memory setup
      soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootup
      soc/fsl/qbman: Cleanup QMan queues if device was already initialized
      soc/fsl/qbman: Fix drain_mr_fqni()
      soc/fsl/qbman: Disable interrupts during portal recovery
      soc/fsl/qbman: Fixup qman_shutdown_fq()
      soc/fsl/qbman: Update device tree with reserved memory

Stephen Boyd (1):
      soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()

Yinbo Zhu (1):
      soc: fsl: guts: Add definition for LS1028A

 drivers/bus/fsl-mc/fsl-mc-allocator.c |  1 -
 drivers/bus/fsl-mc/mc-io.c            |  1 -
 drivers/soc/fsl/dpio/dpio-service.c   |  2 -
 drivers/soc/fsl/guts.c                |  6 +++
 drivers/soc/fsl/qbman/bman.c          | 17 +++----
 drivers/soc/fsl/qbman/bman_ccsr.c     | 36 ++++++++++++++-
 drivers/soc/fsl/qbman/bman_portal.c   | 22 ++++++++--
 drivers/soc/fsl/qbman/bman_priv.h     |  5 +++
 drivers/soc/fsl/qbman/dpaa_sys.c      | 63 +++++++++++++++-----------
 drivers/soc/fsl/qbman/qman.c          | 83 ++++++++++++++++++++++++++++-------
 drivers/soc/fsl/qbman/qman_ccsr.c     | 68 +++++++++++++++++++++++++---
 drivers/soc/fsl/qbman/qman_portal.c   | 22 ++++++++--
 drivers/soc/fsl/qbman/qman_priv.h     |  8 ++++
 13 files changed, 263 insertions(+), 71 deletions(-)