mbox series

[GIT,PULL] soc/fsl drivers changes for next(v5.8)

Message ID 20200527215740.9279-1-leoyang.li@nxp.com
State New
Headers show
Series [GIT,PULL] soc/fsl drivers changes for next(v5.8) | expand

Pull-request

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

Message

Leo Li May 27, 2020, 9:57 p.m. UTC
Hi soc maintainers,

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

Regards,
Leo

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e9e4ef9116b12951eaee3f8447ba9bbb40ab3620:

  soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_register (2020-05-22 18:11:03 -0500)

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

DPAA2 DPIO driver
- Prefer the CPU affined DPIO

QUICC Engine drivers
- Replace one-element array and use struct_size() helper

Cleanups in various drivers

----------------------------------------------------------------
Colin Ian King (1):
      soc: fsl: qe: clean up an indentation issue

Gustavo A. R. Silva (2):
      treewide: Replace zero-length array with flexible-array
      soc: fsl: qe: Replace one-element array and use struct_size() helper

Roy Pledge (1):
      soc: fsl: dpio: Prefer the CPU affine DPIO

YueHaibing (2):
      soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing
      soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_register

 drivers/soc/fsl/dpio/dpio-service.c   |  6 +++++-
 drivers/soc/fsl/dpio/qbman-portal.c   | 12 ------------
 drivers/soc/fsl/qbman/qman.c          |  5 -----
 drivers/soc/fsl/qe/qe.c               |  4 ++--
 drivers/soc/fsl/qe/ucc.c              |  2 +-
 include/linux/fsl/bestcomm/bestcomm.h |  2 +-
 include/soc/fsl/qe/qe.h               |  2 +-
 7 files changed, 10 insertions(+), 23 deletions(-)