[GIT PULL] updates to soc/fsl drivers for v5.1 take4
From: Li Yang
Date: Wed Feb 27 2019 - 15:52:16 EST
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(-)