mbox series

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

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

Pull-request

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

Message

Leo Li March 26, 2020, 12:12 a.m. UTC
Hi soc maintainers,

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

Regards,
Leo

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 461c3ac0dc46ba7fc09628aadf63c81253c4c3de:

  soc: fsl: qe: fix sparse warnings for ucc_slow.c (2020-03-24 19:09:40 -0500)

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

DPAA2 DPIO driver performance optimization
- Add and use QMAN multiple enqueue interface
- Use function pointer indirection to replace checks in hotpath

QUICC Engine drivers
- Fix sparse warnings and exposed endian issues

----------------------------------------------------------------
Colin Ian King (1):
      soc: fsl: dpio: fix dereference of pointer p before null check

Li Yang (7):
      soc: fsl: qe: fix sparse warnings for qe.c
      soc: fsl: qe: fix sparse warning for qe_common.c
      soc: fsl: qe: fix sparse warnings for ucc.c
      soc: fsl: qe: fix sparse warnings for qe_ic.c
      soc: fsl: qe: fix sparse warnings for ucc_fast.c
      soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure
      soc: fsl: qe: fix sparse warnings for ucc_slow.c

Youri Querry (3):
      soc: fsl: dpio: Adding QMAN multiple enqueue interface
      soc: fsl: dpio: QMAN performance improvement with function pointer indirection
      soc: fsl: dpio: Replace QMAN array mode with ring mode enqueue

 drivers/soc/fsl/dpio/dpio-service.c |  69 +++-
 drivers/soc/fsl/dpio/qbman-portal.c | 767 ++++++++++++++++++++++++++++++++----
 drivers/soc/fsl/dpio/qbman-portal.h | 158 +++++++-
 drivers/soc/fsl/qe/qe.c             |   4 +-
 drivers/soc/fsl/qe/qe_common.c      |   2 +-
 drivers/soc/fsl/qe/qe_ic.c          |   2 +-
 drivers/soc/fsl/qe/ucc.c            |   2 +-
 drivers/soc/fsl/qe/ucc_slow.c       |  33 +-
 include/soc/fsl/dpaa2-io.h          |   6 +-
 include/soc/fsl/qe/ucc_fast.h       |   6 +-
 include/soc/fsl/qe/ucc_slow.h       |  13 +-
 11 files changed, 935 insertions(+), 127 deletions(-)