linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] soc/fsl drivers changes for next(v5.7)
@ 2020-03-26  0:12 Li Yang
  0 siblings, 0 replies; only message in thread
From: Li Yang @ 2020-03-26  0:12 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-arm-kernel, linux-kernel, shawnguo

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-26  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  0:12 [GIT PULL] soc/fsl drivers changes for next(v5.7) Li Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).