[linux-yocto] [PULL REQUEST] Kernel: 3.10 Branch: standard/axxia/base

Bruce Ashfield bruce.ashfield at windriver.com
Mon Mar 10 22:09:57 PDT 2014


On 2014-03-07, 5:18 PM, Paul, Charlie wrote:
> The following changes since commit 6bdb157889b49e7e8646e03f49d8613dd15e8954:
>
>    Merge branch 'standard/base' into standard/axxia/base (2014-02-27 15:39:47 -0500)
>
> are available in the git repository at:
>
>
>    https://github.com/butlerpaul/lsikernel-3.10.git sab-next

Not ignoring this. I'm just trying to get the 3.14 kernel out the door
and it is consuming a lot of time.

That being said, I expect to have this merged shortly.

Bruce

>
> for you to fetch changes up to 46fb706294646262b2d0c882ecb899fb47ed9e89:
>
>    axxia: Remove Wrapper Functions (2014-03-03 18:02:55 -0800)
>
> ----------------------------------------------------------------
> 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 (5):
>        driver/usb/host: ehci controller halt function
>        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/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 ++-
>   33 files changed, 2107 insertions(+), 1322 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
>



More information about the linux-yocto mailing list