On 14-02-18 12:26 PM, Charlie Paul wrote:
The patch is the resubmittal of the upgrades to AXXIA, specifically in the arm 
and powerpc realm


Ping.

Darren had some questions on this series, that need to be answered (and
a patch fixed with a log message), if we are to get this merged.

Bruce

Anders Berg (4):
   arm: mmu: Fix truncated 40-bit physaddr (LPAE)
   axxia: Fixed earlyprintk
   arm/mach-axxia: Same build for HW and simlation.
   i2c-axxia: Support I2C_M_RECV_LEN

Charlie Paul (2):
   arch/arm/mach-axxia: fixed the split print statement
   arm: mmu: cleanup as per checkpatch

David Mercado (1):
   LSI AXM55XX: Add PMU support

John Jacques (5):
   arch/arm/mach-axxia: Added Clocks to the Device Tree for AXM55xx
     Emulation
   arch/arm/mach-axxia: Support for DDR Retention Resets
   arch/powerpc: backport of mpic
   arch/arm/axxia: Updated Device Trees for LSI Axxia Simulation
   axxia: Remove Wrapper Functions

SangeethaRao (6):
   driver/usb/host: ehci controller halt function
   arch/powerpc: Checking in correct USB entries to ACP3421 DTS
   arch/powerpc: Added PCIe driver support for ACP35xx
   arch/powerpc: Replace printk with pr_ functions
   arm/mach-axxia: Updated PCIe driver to set PCIe BASE_ADDR1 register
   arch/arm/mach-axxia: added support for ncr_read/ncr_write() to access
     PCIe/SRIO SerDes Config in 0x115 node

  arch/arm/Kconfig.debug                         |    4 +
  arch/arm/Makefile                              |    3 -
  arch/arm/boot/dts/axm55xx.dts                  |   11 +
  arch/arm/boot/dts/axm55xxemu.dts               |   17 +
  arch/arm/boot/dts/axm55xxsim.dts               |  104 +----
  arch/arm/boot/dts/axm55xxsim16.dts             |  459 ++++++++++++++++++
  arch/arm/include/asm/spinlock.h                |    5 +-
  arch/arm/kernel/perf_event_v7.c                |   21 +-
  arch/arm/mach-axxia/Kconfig                    |    3 -
  arch/arm/mach-axxia/Makefile                   |    2 +-
  arch/arm/mach-axxia/axxia-gic.c                |   25 +-
  arch/arm/mach-axxia/axxia.c                    |   74 +--
  arch/arm/mach-axxia/axxia.h                    |    4 +-
  arch/arm/mach-axxia/clock.c                    |  181 +++----
  arch/arm/mach-axxia/ddr_retention.c            |  290 +++++++-----
  arch/arm/mach-axxia/include/mach/debug-macro.S |   24 +-
  arch/arm/mach-axxia/include/mach/hardware.h    |   25 +-
  arch/arm/mach-axxia/include/mach/ncr.h         |   44 ++
  arch/arm/mach-axxia/ncr.c                      |  597 ++++++++++++++++++++++++
  arch/arm/mach-axxia/pci.c                      |   13 +-
  arch/arm/mach-axxia/platsmp.c                  |  178 ++-----
  arch/arm/mach-axxia/wrappers.c                 |  174 -------
  arch/arm/mm/mmu.c                              |  108 ++---
  arch/powerpc/boot/dts/acp342x.dts              |   33 +-
  arch/powerpc/boot/dts/acp35xx.dts              |    4 +-
  arch/powerpc/sysdev/Makefile                   |    2 -
  arch/powerpc/sysdev/lsi_acp_wrappers.c         |  132 ------
  arch/powerpc/sysdev/lsi_pci.c                  |  125 ++---
  arch/powerpc/sysdev/mpic.c                     |  148 +++---
  drivers/i2c/busses/i2c-axxia.c                 |  220 ++++++---
  drivers/misc/Kconfig                           |    2 +-
  drivers/misc/lsi-smmon.c                       |  364 +++++++--------
  drivers/net/ethernet/lsi/lsi_acp_net.c         |    9 +-
  drivers/usb/host/ehci-ci13612.c                |   57 ++-
  34 files changed, 2124 insertions(+), 1338 deletions(-)
  create mode 100644 arch/arm/boot/dts/axm55xxsim16.dts
  create mode 100644 arch/arm/mach-axxia/include/mach/ncr.h
  create mode 100644 arch/arm/mach-axxia/ncr.c
  delete mode 100644 arch/arm/mach-axxia/wrappers.c
  delete mode 100644 arch/powerpc/sysdev/lsi_acp_wrappers.c


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

Reply via email to