On 14-05-06 12:36 PM, Charlie Paul wrote:
This is a resubmittal of the second set of patches

Patch 04/28 was not changed, but noted your explanation.
Patch 05/28 added more information as why the mbox was increased
Patch 07/28 was split into two patches as requested
Patch 10/28 was split into two patches as requested
Patch 17/28 more information added
Patch 24/28 more information added

I assumed that the numbers matched the N/30 that is in this series :)
.. what I see looks better. The series are getting easier to review,
so many thanks for that.

Send a pull request and I'll do the merge.

Bruce



Anders Berg (4):
   i2c-axxia: Adjust tLOW,tHIGH to match fast-mode requirements
   i2c-axxia: Avoid timeout when interrupt delayed
   i2c-axxia: Fixed i2c device minor numbers
   i2c: axxia: Add support for 10-bit addressing

David Mercado (4):
   LSI FEMAC Ethernet: Updated for upstream submittal
   kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks
   LSI AXM55xx: Axxia GIC driver improvements (3rd gen)
   LSI AXM55xx: Fix PMU handler issue

Gary McGee (1):
   LSI AXM55xx arm/axxia: improved robustness for DDR retention

John Jacques (4):
   axxia: Device tree and Target Name/Machine Type Update
   axxia: Fix a Size Warning in the SRIO Section of the Device Trees
   arch/powerpc: Updated the UART Driver to Support 3500
   arch/powerpc: Don't Try to Use NAND on Axxia 3500

Michael Bringmann (13):
   LSI AXM55xx: Validate SRIO link ready status during driver
     initialization.
   LSI AXM55xx: Some code optimizations for AXXIA rapidio mport driver.
   LSI AXM55xx: Fixes for mailbox open bounds checks.
   LSI AXM55xx: Improve concurrency protection in AXXIA rapidio calls.
   LSI AXM55xx: Fix concurrency issue for variable
   LSI AXM55xx rapidio: Change the timers for inbound messages
   LSI AXM55xx rapidio: Speed up bottleneck in inbox.
   LSI AXM55x rapidio: removed __devinit from init routines
   LSI AXM55xx/rapidio: Fix NULL pointer reference in
     rio_release_inb_mbox.
   LSI AXM55xx: Various bug fixes for rapidio endpoint controller.
   LSI AXM55xx: Configuration updates and bug fixes for rapidio.
   LSI AXM55xx: Disable linkdown reset configuration.
   LSI AXM55xx: Move datastream APIs and symbols to public header file.

SangeethaRao (2):
   LSI sysdev/pci: Removing the power of 2 size restriction
   LSI AXM55xx i2c: Adding support for AXM3500 I2C driver

ningligong (2):
   LSI AXM55xx rapidio? Fixed offset of RAB_OBDSE_XX registers
   LSI AXM55xx: Fixed inbound data streaming ISR handling

  arch/arm/boot/dts/axm55xx.dts                 |    4 +-
  arch/arm/boot/dts/axm55xxemu.dts              |   25 +-
  arch/arm/boot/dts/axm55xxemu7.dts             |  217 +++++
  arch/arm/boot/dts/axm55xxsim.dts              |   26 +-
  arch/arm/boot/dts/axm55xxsim16.dts            |   26 +-
  arch/arm/include/asm/axxia-rio.h              |    5 +-
  arch/arm/mach-axxia/Makefile                  |    2 +-
  arch/arm/mach-axxia/axxia-gic.c               | 1160 +++++++++++++------------
  arch/arm/mach-axxia/axxia.c                   |   40 +-
  arch/arm/mach-axxia/ddr_retention.c           |  258 +++---
  arch/arm/mach-axxia/ddr_shutdown.c            |  332 +++++++
  arch/arm/mach-axxia/rapidio.c                 |   19 +-
  arch/powerpc/boot/dts/acp25xx.dts             |   37 +-
  arch/powerpc/boot/dts/acp342x.dts             |   37 +-
  arch/powerpc/boot/dts/acp344x.dts             |   37 +-
  arch/powerpc/boot/dts/acp35xx.dts             |   29 +-
  arch/powerpc/include/asm/axxia-rio.h          |    5 +-
  arch/powerpc/sysdev/lsi_pci.c                 |   16 +-
  drivers/i2c/busses/i2c-axxia.c                |  115 ++-
  drivers/mtd/nand/lsi_acp_nand.c               |    9 +-
  drivers/net/ethernet/lsi/Kconfig              |   15 -
  drivers/net/ethernet/lsi/lsi_acp_mdio.c       |  201 +++--
  drivers/net/ethernet/lsi/lsi_acp_net.c        |  871 +++++++++----------
  drivers/net/ethernet/lsi/lsi_acp_net.h        |  261 ++++--
  drivers/rapidio/devices/lsi/axxia-rio-ds.c    |  647 ++++++++------
  drivers/rapidio/devices/lsi/axxia-rio-ds.h    |  326 +------
  drivers/rapidio/devices/lsi/axxia-rio-irq.c   |  289 +++---
  drivers/rapidio/devices/lsi/axxia-rio-irq.h   |   12 +-
  drivers/rapidio/devices/lsi/axxia-rio-sysfs.c |   15 +-
  drivers/rapidio/devices/lsi/axxia-rio.c       |   16 +-
  drivers/rapidio/devices/lsi/axxia-rio.h       |    4 +-
  drivers/rapidio/rio.c                         |   15 +-
  drivers/tty/serial/lsi_acp_serial.c           |   94 +-
  include/linux/rio-axxia.h                     |  322 +++++++
  kernel/irq/manage.c                           |    6 +-
  35 files changed, 3156 insertions(+), 2337 deletions(-)
  create mode 100644 arch/arm/boot/dts/axm55xxemu7.dts
  create mode 100644 arch/arm/mach-axxia/ddr_shutdown.c
  create mode 100644 include/linux/rio-axxia.h


--
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to