All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] updates to soc/fsl drivers for v5.1 take4
@ 2019-02-27 20:52 ` Li Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Li Yang @ 2019-02-27 20:52 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, shawnguo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] updates to soc/fsl drivers for v5.1 take4
@ 2019-02-27 20:52 ` Li Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Li Yang @ 2019-02-27 20:52 UTC (permalink / raw)
  To: arm; +Cc: shawnguo, linux-kernel, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] updates to soc/fsl drivers for v5.1 take4
  2019-02-27 20:52 ` Li Yang
@ 2019-03-01 14:06   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-03-01 14:06 UTC (permalink / raw)
  To: Li Yang; +Cc: arm-soc, Linux ARM, Linux Kernel Mailing List, Shawn Guo

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] updates to soc/fsl drivers for v5.1 take4
@ 2019-03-01 14:06   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-03-01 14:06 UTC (permalink / raw)
  To: Li Yang; +Cc: arm-soc, Shawn Guo, Linux Kernel Mailing List, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-01 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27 20:52 [GIT PULL] updates to soc/fsl drivers for v5.1 take4 Li Yang
2019-02-27 20:52 ` Li Yang
2019-03-01 14:06 ` Arnd Bergmann
2019-03-01 14:06   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.