[linux-yocto] [PATCH 0/8] LSI AXXIA updates to 3.10 standard/axxia/base

2014-06-04 Thread Charlie Paul
Updates to the arm and i2c Anders Berg (5): i2c: axxia: Minor cosmetic cleanup i2c: axxia: Fall back to polling mode when no IRQ misc: lsi-smmon: Bug when probing with IRQ pending misc: lsi-smmon: Add parameter panic_on_fatal ARM: dts: axxia: Added memory controllers John Jacques (3):

[linux-yocto] [PATCH 2/8] i2c: axxia: Fall back to polling mode when no IRQ

2014-06-04 Thread Charlie Paul
From: Anders Berg anders.b...@avagotech.com If the device tree does not specify an interrupt property, the device falls back to polling the controller status. This is needed to support simulator models without interrupt capabilities. Signed-off-by: Anders Berg anders.b...@avagotech.com ---

[linux-yocto] [PATCH 3/8] misc: lsi-smmon: Bug when probing with IRQ pending

2014-06-04 Thread Charlie Paul
From: Anders Berg anders.b...@avagotech.com We must not call the ncr_write function to unmask interrupts with the memory controller interrupt enabled, as this could cause the ISR to be invoked before ncr_write has released the lock used to serialize register accesses. To avoid this, temporarily

[linux-yocto] [PATCH 5/8] ARM: dts: axxia: Added memory controllers

2014-06-04 Thread Charlie Paul
From: Anders Berg anders.b...@avagotech.com Signed-off-by: Anders Berg anders.b...@avagotech.com --- arch/arm/boot/dts/axm5516-amarillo.dts |8 arch/arm/boot/dts/axm55xx.dtsi | 14 ++ 2 files changed, 22 insertions(+) diff --git

[linux-yocto] [PATCH 4/8] misc: lsi-smmon: Add parameter panic_on_fatal

2014-06-04 Thread Charlie Paul
From: Anders Berg anders.b...@avagotech.com Added module parameter panic_on_fatal which when set will cause the driver to call panic() when an uncorrectable ECC error is detected. Signed-off-by: Anders Berg anders.b...@avagotech.com --- drivers/misc/lsi-smmon.c | 27

[linux-yocto] [PATCH 6/8] arch/arm/mach-axxia: Enable Secondary Cores when in Hyp Mode

2014-06-04 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com The Axxia boot loader leaves secondary cores in reset; Linux is expected to enable them. This change makes that happen. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/platsmp.c | 23 --- 1 file changed, 8

[linux-yocto] [PATCH 8/8] arch/arm/mach-axxia: Device Trees for New 5500 Variants

2014-06-04 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Add device trees for two new 5500 variants, 5512 and 5508. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/Makefile |4 +- arch/arm/boot/dts/axm5508-amarillo.dts | 221