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

Bruce Ashfield bruce.ashfield at windriver.com
Tue May 6 12:24:35 PDT 2014


On 14-05-06 03:15 PM, Paul, Charlie wrote:
> The following changes since commit 6b4b2cce1391ea3480b0170be8aa912c5cc5426d:
>
>    axxia: Remove Wrapper Functions (2014-05-02 09:07:28 -0700)
>
> are available in the git repository at:
>
>    git at github.com:butlerpaul/lsikernel sab-next-2

Merged.

Bruce

>
> for you to fetch changes up to e865ad95053da22bbf780fa075e59a5c40c1c089:
>
>    i2c: axxia: Add support for 10-bit addressing (2014-05-06 09:27:27 -0700)
>
> ----------------------------------------------------------------
>
> 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
>



More information about the linux-yocto mailing list