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

Hi arm-soc maintainers,

This is an updated pull request to replace one problematic patch
regarding to guts driver.  Please ignore the last pull request.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -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.1-2

for you to fetch changes up to 3c0d64e867ed78a782a8a00d3b519396d9c5a2db:

  soc: fsl: guts: reuse machine name from device tree (2019-01-11 16:08:43 -0600)

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

DPIO driver
- Clean up the remove path in the dpio driver so that successive
  bind/unbind commands behave properly
- Add the ability to automatically create a device link between a
  consumer device on the fsl-mc bus and a supplier one
- Add prefetch to dpio dequeue to improve performance
- Update the type of dpio APIs to align with buffer pool id register
  field

guts driver
- Prevent allocation failure by reuse the machine type data from device
  tree directly

----------------------------------------------------------------
Ioana Ciocoi Radulescu (2):
      soc: fsl: dpio: Add prefetch instruction
      soc: fsl: dpio: Change bpid type to u16

Ioana Ciornei (6):
      soc: fsl: dpio: cleanup the cpu array on dpaa2_io_down
      soc: fsl: dpio: use a cpumask to identify which cpus are unused
      soc: fsl: dpio: keep a per dpio device MC portal
      soc: fsl: dpio: store a backpointer to the device backing the dpaa2_io
      soc: fsl: dpio: add a device_link at dpaa2_io_service_register
      bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocate

Li Yang (1):
      soc: fsl: guts: reuse machine name from device tree

Roy Pledge (1):
      soc: fsl: dpio: perform DPIO Reset on Probe

 drivers/bus/fsl-mc/fsl-mc-allocator.c            | 11 ++++++
 drivers/bus/fsl-mc/mc-io.c                       | 13 +++++++
 drivers/crypto/caam/caamalg_qi2.c                |  6 ++--
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c |  9 ++---
 drivers/soc/fsl/dpio/dpio-cmd.h                  |  1 +
 drivers/soc/fsl/dpio/dpio-driver.c               | 41 ++++++++++++---------
 drivers/soc/fsl/dpio/dpio-service.c              | 46 +++++++++++++++++++++---
 drivers/soc/fsl/dpio/dpio.c                      | 23 ++++++++++++
 drivers/soc/fsl/dpio/dpio.h                      |  4 +++
 drivers/soc/fsl/guts.c                           |  7 ++--
 include/linux/fsl/mc.h                           |  1 +
 include/soc/fsl/dpaa2-io.h                       | 15 +++++---
 12 files changed, 140 insertions(+), 37 deletions(-)

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

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

Hi arm-soc maintainers,

This is an updated pull request to replace one problematic patch
regarding to guts driver.  Please ignore the last pull request.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -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.1-2

for you to fetch changes up to 3c0d64e867ed78a782a8a00d3b519396d9c5a2db:

  soc: fsl: guts: reuse machine name from device tree (2019-01-11 16:08:43 -0600)

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

DPIO driver
- Clean up the remove path in the dpio driver so that successive
  bind/unbind commands behave properly
- Add the ability to automatically create a device link between a
  consumer device on the fsl-mc bus and a supplier one
- Add prefetch to dpio dequeue to improve performance
- Update the type of dpio APIs to align with buffer pool id register
  field

guts driver
- Prevent allocation failure by reuse the machine type data from device
  tree directly

----------------------------------------------------------------
Ioana Ciocoi Radulescu (2):
      soc: fsl: dpio: Add prefetch instruction
      soc: fsl: dpio: Change bpid type to u16

Ioana Ciornei (6):
      soc: fsl: dpio: cleanup the cpu array on dpaa2_io_down
      soc: fsl: dpio: use a cpumask to identify which cpus are unused
      soc: fsl: dpio: keep a per dpio device MC portal
      soc: fsl: dpio: store a backpointer to the device backing the dpaa2_io
      soc: fsl: dpio: add a device_link at dpaa2_io_service_register
      bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocate

Li Yang (1):
      soc: fsl: guts: reuse machine name from device tree

Roy Pledge (1):
      soc: fsl: dpio: perform DPIO Reset on Probe

 drivers/bus/fsl-mc/fsl-mc-allocator.c            | 11 ++++++
 drivers/bus/fsl-mc/mc-io.c                       | 13 +++++++
 drivers/crypto/caam/caamalg_qi2.c                |  6 ++--
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c |  9 ++---
 drivers/soc/fsl/dpio/dpio-cmd.h                  |  1 +
 drivers/soc/fsl/dpio/dpio-driver.c               | 41 ++++++++++++---------
 drivers/soc/fsl/dpio/dpio-service.c              | 46 +++++++++++++++++++++---
 drivers/soc/fsl/dpio/dpio.c                      | 23 ++++++++++++
 drivers/soc/fsl/dpio/dpio.h                      |  4 +++
 drivers/soc/fsl/guts.c                           |  7 ++--
 include/linux/fsl/mc.h                           |  1 +
 include/soc/fsl/dpaa2-io.h                       | 15 +++++---
 12 files changed, 140 insertions(+), 37 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 v2] updates to soc/fsl drivers for v5.1
  2019-01-11 22:56 ` Li Yang
@ 2019-01-30 22:05   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-01-30 22:05 UTC (permalink / raw)
  To: Li Yang; +Cc: arm-soc, Linux ARM, Linux Kernel Mailing List, Shawn Guo

On Fri, Jan 11, 2019 at 11:56 PM Li Yang <leoyang.li@nxp.com> wrote:
>
> Hi arm-soc maintainers,
>
> This is an updated pull request to replace one problematic patch
> regarding to guts driver.  Please ignore the last pull request.
>

Pulled this version now, thanks for the update!

       Arnd

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

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

On Fri, Jan 11, 2019 at 11:56 PM Li Yang <leoyang.li@nxp.com> wrote:
>
> Hi arm-soc maintainers,
>
> This is an updated pull request to replace one problematic patch
> regarding to guts driver.  Please ignore the last pull request.
>

Pulled this version now, thanks for the update!

       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-01-30 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 22:56 [GIT PULL v2] updates to soc/fsl drivers for v5.1 Li Yang
2019-01-11 22:56 ` Li Yang
2019-01-30 22:05 ` Arnd Bergmann
2019-01-30 22:05   ` 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.