[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190227205211.32425-1-leoyang.li@nxp.com>
Date: Wed, 27 Feb 2019 14:52:11 -0600
From: Li Yang <leoyang.li@....com>
To: arm@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
shawnguo@...nel.org
Subject: [GIT PULL] updates to soc/fsl drivers for v5.1 take4
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(-)
Powered by blists - more mailing lists