mbox series

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

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

Pull-request

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

Message

Leo Li Feb. 27, 2019, 8:52 p.m. UTC
Hi arm-soc maintainers,

Since we are having a -rc8 for v5.0, please help to merge a few additional
patches for the upcoming merge window.  Thanks

Regards,
Leo

The following changes since commit bd3bd3b36df725645036748e58a8c35c8d2cbf91:

  soc: fsl: dpio: fix memory leak of a struct qbman on error exit path (2019-02-19 14:59:39 -0600)

are available in the Git repository at:

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

for you to fetch changes up to f8b995853444aba9c16c1ccdccdd397527fde96d:

  dpaa2-eth: configure the cache stashing amount on a queue (2019-02-26 14:53:30 -0600)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.1 take4

DPIO driver
- Add support for cache stashing and enable it in dpaa2-eth driver

GUTS driver
- Make fsl_guts_get_svr() API internal in favor of more generic
  soc_device_match()

----------------------------------------------------------------
Horia Geantă (1):
      soc: fsl: guts: make fsl_guts_get_svr() static

Ioana Ciornei (3):
      soc: fsl: dpio: enable frame data cache stashing per software portal
      soc: fsl: dpio: configure cache stashing destination
      dpaa2-eth: configure the cache stashing amount on a queue

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c |  7 +++-
 drivers/soc/fsl/Kconfig                          |  1 +
 drivers/soc/fsl/dpio/dpio-cmd.h                  |  5 +++
 drivers/soc/fsl/dpio/dpio-driver.c               | 52 ++++++++++++++++++++++++
 drivers/soc/fsl/dpio/dpio.c                      | 16 ++++++++
 drivers/soc/fsl/dpio/dpio.h                      |  5 +++
 drivers/soc/fsl/dpio/qbman-portal.c              |  4 +-
 drivers/soc/fsl/guts.c                           |  3 +-
 include/linux/fsl/guts.h                         |  2 -
 9 files changed, 88 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann March 1, 2019, 2:06 p.m. UTC | #1
On Wed, Feb 27, 2019 at 9:52 PM Li Yang <leoyang.li@nxp.com> wrote:
>
> Hi arm-soc maintainers,
>
> Since we are having a -rc8 for v5.0, please help to merge a few additional
> patches for the upcoming merge window.  Thanks

Pulled into arm/drivers, thanks!

     Arnd