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

2014-06-20 Thread Bruce Ashfield

On 14-06-19 05:02 PM, Paul, Charlie wrote:

The following changes since commit 0651cf0a88bb3a8026328436bffc72da221f6ddf:

   Merge branch 'standard/base' into standard/axxia/base (2014-06-16
12:25:09 -0400)


Can you rebase this branch onto the latest standard/axxia/base ? I'm
getting conflicts when doing the rebase here, and you are better to
resolve them.

You may already have attempted this, since your branch has a merge
commit on top, but I'd like rebased/clean series that I can merge.

Bruce



are available in the git repository at:

   https://github.com/z8cpaul/lsikernel-3.10 sab-next

for you to fetch changes up to d55b27f965f65b2d4b459e66c4f57093ce3646fc:

   Merge branch 'sab-next' of https://github.com/z8cpaul/lsikernel-3.10
into sab-next (2014-06-19 13:57:45 -0700)



Anders Berg (11):

   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

   dma: lsi-dma32: Add support for sg operation

   dma: lsi-dma32: Remove debug printks

   ARM: dts: axxia: Fix flash partitions

   dma: lsi-dma32: Add support for sg operation

   dma: lsi-dma32: Remove debug printks

   ARM: dts: axxia: Fix flash partitions

Charlie Paul (1):

   Merge branch 'sab-next' of
https://github.com/z8cpaul/lsikernel-3.10 into sab-next

John Jacques (11):

   arch/arm/mach-axxia: Enable Secondary Cores when in Hyp Mode

   arch/arm/mach-axxia: Remove Unused Device Tree

   arch/arm/mach-axxia: Device Trees for New 5500 Variants

   board/powerpc: Update the Device Tree for 3500

   arch/arm: virtio

   arch/arm: Add Virtio Block Support to Axxia Simulation

   arch/arm/mach-axxia: Update Device Tree for KVM

   board/powerpc: Update the Device Tree for 3500

   arch/arm: virtio

   arch/arm: Add Virtio Block Support to Axxia Simulation

   arch/arm/mach-axxia: Update Device Tree for KVM

Palani (2):

   LSI AXM55xx RAPIDIO: Added support for the sRIO controller in the
AXM55xx devices.

   LSI AXM55xx RAPIDIO: Added support for the sRIO controller in the
AXM55xx devices.

SangeethaRao (2):

   sysdev LSI_POWERPC: Adding 3500 PCIe inbound mapping support

   sysdev LSI_POWERPC: Adding 3500 PCIe inbound mapping support

arch/arm/Kconfig  |   13 +

arch/arm/boot/dts/axm5504-sim.dts |6 +

arch/arm/boot/dts/axm5508-amarillo.dts|2 +-

arch/arm/boot/dts/axm5512-amarillo.dts|2 +-

arch/arm/boot/dts/axm5516-amarillo.dts|2 +-

arch/arm/boot/dts/axm5516-sim.dts |6 +

arch/arm/boot/dts/axm55xx.dtsi|1 +

arch/arm/mach-axxia/Makefile  |1 +

arch/arm/mach-axxia/axxia.c   |7 +

arch/arm/mach-axxia/include/mach/rio.h|   44 +

arch/arm/mach-axxia/rapidio.c |  108 ++

arch/powerpc/boot/dts/acp35xx.dts |   68 +-

arch/powerpc/sysdev/lsi_pci.c |   42 +-

drivers/dma/lsi-dma32.c   |  233 ++-

drivers/dma/lsi-dma32.h   |7 +-

drivers/rapidio/devices/Kconfig   |2 +

drivers/rapidio/devices/Makefile  |2 +

drivers/rapidio/devices/lsi/Kconfig   |   47 +

drivers/rapidio/devices/lsi/Makefile  |5 +

drivers/rapidio/devices/lsi/axxia-rio-irq.c   | 2532
+

drivers/rapidio/devices/lsi/axxia-rio-irq.h   |  195 ++

drivers/rapidio/devices/lsi/axxia-rio-sysfs.c |  278 +++

drivers/rapidio/devices/lsi/axxia-rio.c   | 1751 +

drivers/rapidio/devices/lsi/axxia-rio.h   |  595 ++

24 files changed, 5829 insertions(+), 120 deletions(-)

create mode 100644 arch/arm/mach-axxia/include/mach/rio.h

create mode 100644 arch/arm/mach-axxia/rapidio.c

create mode 100644 drivers/rapidio/devices/lsi/Kconfig

create mode 100644 drivers/rapidio/devices/lsi/Makefile

create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-irq.c

create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-irq.h

create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-sysfs.c

create mode 100644 drivers/rapidio/devices/lsi/axxia-rio.c

create mode 100644 drivers/rapidio/devices/lsi/axxia-rio.h



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


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

2014-06-19 Thread Paul, Charlie
The following changes since commit 0651cf0a88bb3a8026328436bffc72da221f6ddf:

  Merge branch 'standard/base' into standard/axxia/base (2014-06-16 12:25:09 
-0400)

are available in the git repository at:


  https://github.com/z8cpaul/lsikernel-3.10 sab-next

for you to fetch changes up to d55b27f965f65b2d4b459e66c4f57093ce3646fc:

  Merge branch 'sab-next' of https://github.com/z8cpaul/lsikernel-3.10 into 
sab-next (2014-06-19 13:57:45 -0700)



Anders Berg (11):
  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
  dma: lsi-dma32: Add support for sg operation
  dma: lsi-dma32: Remove debug printks
  ARM: dts: axxia: Fix flash partitions
  dma: lsi-dma32: Add support for sg operation
  dma: lsi-dma32: Remove debug printks
  ARM: dts: axxia: Fix flash partitions

Charlie Paul (1):
  Merge branch 'sab-next' of https://github.com/z8cpaul/lsikernel-3.10 into 
sab-next

John Jacques (11):
  arch/arm/mach-axxia: Enable Secondary Cores when in Hyp Mode
  arch/arm/mach-axxia: Remove Unused Device Tree
  arch/arm/mach-axxia: Device Trees for New 5500 Variants
  board/powerpc: Update the Device Tree for 3500
  arch/arm: virtio
  arch/arm: Add Virtio Block Support to Axxia Simulation
  arch/arm/mach-axxia: Update Device Tree for KVM
  board/powerpc: Update the Device Tree for 3500
  arch/arm: virtio
  arch/arm: Add Virtio Block Support to Axxia Simulation
  arch/arm/mach-axxia: Update Device Tree for KVM

Palani (2):
  LSI AXM55xx RAPIDIO: Added support for the sRIO controller in the AXM55xx 
devices.
  LSI AXM55xx RAPIDIO: Added support for the sRIO controller in the AXM55xx 
devices.

SangeethaRao (2):
  sysdev LSI_POWERPC: Adding 3500 PCIe inbound mapping support
  sysdev LSI_POWERPC: Adding 3500 PCIe inbound mapping support

arch/arm/Kconfig  |   13 +
arch/arm/boot/dts/axm5504-sim.dts |6 +
arch/arm/boot/dts/axm5508-amarillo.dts|2 +-
arch/arm/boot/dts/axm5512-amarillo.dts|2 +-
arch/arm/boot/dts/axm5516-amarillo.dts|2 +-
arch/arm/boot/dts/axm5516-sim.dts |6 +
arch/arm/boot/dts/axm55xx.dtsi|1 +
arch/arm/mach-axxia/Makefile  |1 +
arch/arm/mach-axxia/axxia.c   |7 +
arch/arm/mach-axxia/include/mach/rio.h|   44 +
arch/arm/mach-axxia/rapidio.c |  108 ++
arch/powerpc/boot/dts/acp35xx.dts |   68 +-
arch/powerpc/sysdev/lsi_pci.c |   42 +-
drivers/dma/lsi-dma32.c   |  233 ++-
drivers/dma/lsi-dma32.h   |7 +-
drivers/rapidio/devices/Kconfig   |2 +
drivers/rapidio/devices/Makefile  |2 +
drivers/rapidio/devices/lsi/Kconfig   |   47 +
drivers/rapidio/devices/lsi/Makefile  |5 +
drivers/rapidio/devices/lsi/axxia-rio-irq.c   | 2532 +
drivers/rapidio/devices/lsi/axxia-rio-irq.h   |  195 ++
drivers/rapidio/devices/lsi/axxia-rio-sysfs.c |  278 +++
drivers/rapidio/devices/lsi/axxia-rio.c   | 1751 +
drivers/rapidio/devices/lsi/axxia-rio.h   |  595 ++
24 files changed, 5829 insertions(+), 120 deletions(-)
create mode 100644 arch/arm/mach-axxia/include/mach/rio.h
create mode 100644 arch/arm/mach-axxia/rapidio.c
create mode 100644 drivers/rapidio/devices/lsi/Kconfig
create mode 100644 drivers/rapidio/devices/lsi/Makefile
create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-irq.c
create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-irq.h
create mode 100644 drivers/rapidio/devices/lsi/axxia-rio-sysfs.c
create mode 100644 drivers/rapidio/devices/lsi/axxia-rio.c
create mode 100644 drivers/rapidio/devices/lsi/axxia-rio.h
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2014-06-05 Thread Paul, Charlie
The following changes since commit f027472523d4969f3d78226c3fb1c6bacb05e8f7:

  arch/arm/mach-axxia: Move Simulutaion/Emulation WFE/SEV Work-Around 
(2014-05-20 15:29:24 -0700)

are available in the git repository at:

  https://github.com/z8cpaul/lsikernel-3.10 sab-delivery-2

for you to fetch changes up to 534fa0c95758b9338975666b7509b7a97c3e39fd:

  arch/arm/mach-axxia: Device Trees for New 5500 Variants (2014-06-03 17:18:58 
-0700)


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):
  arch/arm/mach-axxia: Enable Secondary Cores when in Hyp Mode
  arch/arm/mach-axxia: Remove Unused Device Tree
  arch/arm/mach-axxia: Device Trees for New 5500 Variants

 arch/arm/boot/dts/Makefile |4 +-
 arch/arm/boot/dts/axm5508-amarillo.dts |  221 +++
 arch/arm/boot/dts/axm5512-amarillo.dts |  221 +++
 arch/arm/boot/dts/axm5516-amarillo.dts |8 ++
 arch/arm/boot/dts/axm55xx.dtsi |   14 ++
 arch/arm/boot/dts/axm55xxemu7.dts  |  226 
 arch/arm/mach-axxia/platsmp.c  |   23 ++--
 drivers/i2c/busses/i2c-axxia.c |   94 +++--
 drivers/misc/lsi-smmon.c   |   58 +---
 9 files changed, 568 insertions(+), 301 deletions(-)
 create mode 100644 arch/arm/boot/dts/axm5508-amarillo.dts
 create mode 100644 arch/arm/boot/dts/axm5512-amarillo.dts
 delete mode 100644 arch/arm/boot/dts/axm55xxemu7.dts
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2014-06-05 Thread Bruce Ashfield

On 14-06-05 02:07 PM, Paul, Charlie wrote:

The following changes since commit f027472523d4969f3d78226c3fb1c6bacb05e8f7:

   arch/arm/mach-axxia: Move Simulutaion/Emulation WFE/SEV Work-Around 
(2014-05-20 15:29:24 -0700)

are available in the git repository at:

   https://github.com/z8cpaul/lsikernel-3.10 sab-delivery-2


merged.

Bruce



for you to fetch changes up to 534fa0c95758b9338975666b7509b7a97c3e39fd:

   arch/arm/mach-axxia: Device Trees for New 5500 Variants (2014-06-03 17:18:58 
-0700)


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):
   arch/arm/mach-axxia: Enable Secondary Cores when in Hyp Mode
   arch/arm/mach-axxia: Remove Unused Device Tree
   arch/arm/mach-axxia: Device Trees for New 5500 Variants

  arch/arm/boot/dts/Makefile |4 +-
  arch/arm/boot/dts/axm5508-amarillo.dts |  221 +++
  arch/arm/boot/dts/axm5512-amarillo.dts |  221 +++
  arch/arm/boot/dts/axm5516-amarillo.dts |8 ++
  arch/arm/boot/dts/axm55xx.dtsi |   14 ++
  arch/arm/boot/dts/axm55xxemu7.dts  |  226 
  arch/arm/mach-axxia/platsmp.c  |   23 ++--
  drivers/i2c/busses/i2c-axxia.c |   94 +++--
  drivers/misc/lsi-smmon.c   |   58 +---
  9 files changed, 568 insertions(+), 301 deletions(-)
  create mode 100644 arch/arm/boot/dts/axm5508-amarillo.dts
  create mode 100644 arch/arm/boot/dts/axm5512-amarillo.dts
  delete mode 100644 arch/arm/boot/dts/axm55xxemu7.dts



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


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

2014-04-28 Thread Paul, Charlie
Bruce,

I resubmitted this request, I had given you the wrong starting point, this 
should fix the merge problem

Charlie

The following changes since commit 55bf6f0b78353c34d4910bca7bfc9eed0aff5de4:

  Merge branch 'standard/base' into standard/axxia/base (2014-04-01 21:11:34 
-0400)

are available in the git repository at:


  g...@github.com:butlerpaul/lsikernel-3.10 sab-next-1

for you to fetch changes up to a72435875d8a4b4e5d61779dd823c59fd4180921:

  gpio: repairs merge comflict (2014-04-22 14:44:24 -0700)


Anders Berg (13):
  i2c-axxia: Fix broken smbus block read
  i2c-axxia: Adjust tLOW,tHIGH to match fast-mode requirements
  arm/axxia: Workaround for cross-cluster sev issue
  Revert LSI AXM55XX: Add GENERIC_LOCKBREAK
  Revert LSI AXM55XX: Disable use of wfe/sev in arch spinlock
  dma: lsi-dma32: DMA driver configuration update
  dma: lsi-dma32: Cleanup DMA driver
  mach-axxia: Split device tree into SoC/board parts
  arm/axxia: Configure changes to 'GPIO driver for SPI chip selects'
  arm/axxia: GPIO driver for SPI chip selects
  spi: Revert to mainline spi-pl022
  hwmon: Support new revision of LTC2974
  i2c-axxia: Use managed functions devm_*

Charlie Paul (3):
  i2c-axxia: code update kernel.org coding spec
  LSI powerpc/boot: added for rapidio
  i2c-axxia: Configure changes to 'Use managed functions devm_*'

David Mercado (3):
  LSI FEMAC Ethernet Driver
  kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks
  LSI AXM55xx: Axxia GIC driver improvements (3rd gen)

Gary McGee (2):
  LSI AXXIA: fixes for VP engine quiesce and DDR shutdown
  arm/axxia: improved robustness for DDR retention

John Jacques (10):
  arch/arm/mach-axxia: Updated Device Tree for Emulation
  arch/arm/mach-axxia: Accept the new lsi,axm5516-emu Machine
  arch/arm/mach-axxia: Disable DDR Retention Resets in Sim/Emu
  arch/arm/mach-axxia: Updates to the VMFS File System
  LSI RapidIO: Updated Device Trees for rapidio
  arch/arm/mach-axxia: Name Cleanup
  arch/arm/mach-axxia: Work-Around for Event Problems in v1.0 Silicon
  arch/powerpc: Update the Axxia Device Tree Files
  arch/powerpc: Clean up of Compatible Names in Axxia Device Trees
  LSI drivers/tty: Axxia Serial Driver Update

Jonas Svennebring (2):
  ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB
  LSI AXXIA: Basic perf support for axxia plaform block provided by LSI.

Michael Bringmann (2):
  LSI AXM55xx: Configuration updates
  LSI AXM55xx: Disable linkdown reset configuration.

Paul Butler (2):
  i2c: comforming to changes introduced by move of_i2c to core
  gpio: repairs merge comflict

SangeethaRao (2):
  arch/powerpc: Checking in correct USB entries to ACP3421 DTS
  LSI powerpc/sysdev: Removing the power of 2 size restriction

arch/arm/Kconfig   |7 +-
arch/arm/boot/dts/Makefile |5 +
arch/arm/boot/dts/axm-sim.dts  |  403 
arch/arm/boot/dts/axm-ve-tc1.dts   |  363 ---
arch/arm/boot/dts/axm-ve-tc2.dts   |  174 --
arch/arm/boot/dts/axm5504-cpus.dtsi|   49 +
arch/arm/boot/dts/axm5504-emu.dts  |   44 +
arch/arm/boot/dts/axm5504-sim.dts  |  127 +
arch/arm/boot/dts/axm5507-cpus.dtsi|   73 +
arch/arm/boot/dts/axm5507-emu.dts  |   44 +
arch/arm/boot/dts/axm5508-cpus.dtsi|   81 +
arch/arm/boot/dts/axm5512-cpus.dtsi|  114 +
arch/arm/boot/dts/axm5516-amarillo.dts |  195 ++
arch/arm/boot/dts/axm5516-cpus.dtsi|  145 ++
arch/arm/boot/dts/axm5516-sim.dts  |  127 +
arch/arm/boot/dts/axm55xx.dts  |  464 
arch/arm/boot/dts/axm55xx.dtsi |  390 +++
.../boot/dts/{axm55xxemu.dts = axm55xxemu7.dts}   |   17 +-
arch/arm/boot/dts/axm55xxsim.dts   |  363 ---
arch/arm/boot/dts/axm55xxsim16.dts |  459 
arch/arm/boot/fmboot/Makefile  |   12 +-
arch/arm/include/asm/spinlock.h|9 +-
arch/arm/mach-axxia/Makefile   |6 +-
arch/arm/mach-axxia/axxia-gic.c| 1138 -
arch/arm/mach-axxia/axxia.c|   66 +-
arch/arm/mach-axxia/clock.c|2 +-
arch/arm/mach-axxia/ddr_retention.c|  255 +-
arch/arm/mach-axxia/ddr_shutdown.c |  332 +++
arch/arm/mach-axxia/ev.c   |   53 +
arch/arm/mach-axxia/ncr.c  |   18 +-
arch/arm/mach-axxia/perf_event_memc.c  |  130 +
arch/arm/mach-axxia/perf_event_memc.h  |   62 +
arch/arm/mach-axxia/perf_event_pcx.c   |   46 +

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

2014-04-28 Thread Bruce Ashfield

On 2014-04-28, 1:28 PM, Paul, Charlie wrote:

Bruce,

I resubmitted this request, I had given you the wrong starting point,
this should fix the merge problem


Indeed. This merged as a fastforward to the existing BSP branch and
has now been pushed to the repo.

Bruce



Charlie

The following changes since commit 55bf6f0b78353c34d4910bca7bfc9eed0aff5de4:

   Merge branch 'standard/base' into standard/axxia/base (2014-04-01
21:11:34 -0400)

are available in the git repository at:

   g...@github.com:butlerpaul/lsikernel-3.10 sab-next-1

for you to fetch changes up to a72435875d8a4b4e5d61779dd823c59fd4180921:

   gpio: repairs merge comflict (2014-04-22 14:44:24 -0700)



Anders Berg (13):

   i2c-axxia: Fix broken smbus block read

   i2c-axxia: Adjust tLOW,tHIGH to match fast-mode requirements

   arm/axxia: Workaround for cross-cluster sev issue

   Revert LSI AXM55XX: Add GENERIC_LOCKBREAK

   Revert LSI AXM55XX: Disable use of wfe/sev in arch spinlock

   dma: lsi-dma32: DMA driver configuration update

   dma: lsi-dma32: Cleanup DMA driver

   mach-axxia: Split device tree into SoC/board parts

   arm/axxia: Configure changes to 'GPIO driver for SPI chip selects'

   arm/axxia: GPIO driver for SPI chip selects

   spi: Revert to mainline spi-pl022

   hwmon: Support new revision of LTC2974

   i2c-axxia: Use managed functions devm_*

Charlie Paul (3):

   i2c-axxia: code update kernel.org coding spec

   LSI powerpc/boot: added for rapidio

   i2c-axxia: Configure changes to 'Use managed functions devm_*'

David Mercado (3):

   LSI FEMAC Ethernet Driver

   kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks

   LSI AXM55xx: Axxia GIC driver improvements (3rd gen)

Gary McGee (2):

   LSI AXXIA: fixes for VP engine quiesce and DDR shutdown

   arm/axxia: improved robustness for DDR retention

John Jacques (10):

   arch/arm/mach-axxia: Updated Device Tree for Emulation

   arch/arm/mach-axxia: Accept the new lsi,axm5516-emu Machine

   arch/arm/mach-axxia: Disable DDR Retention Resets in Sim/Emu

   arch/arm/mach-axxia: Updates to the VMFS File System

   LSI RapidIO: Updated Device Trees for rapidio

   arch/arm/mach-axxia: Name Cleanup

   arch/arm/mach-axxia: Work-Around for Event Problems in v1.0 Silicon

   arch/powerpc: Update the Axxia Device Tree Files

   arch/powerpc: Clean up of Compatible Names in Axxia Device Trees

   LSI drivers/tty: Axxia Serial Driver Update

Jonas Svennebring (2):

   ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB

   LSI AXXIA: Basic perf support for axxia plaform block provided by
LSI.

Michael Bringmann (2):

   LSI AXM55xx: Configuration updates

   LSI AXM55xx: Disable linkdown reset configuration.

Paul Butler (2):

   i2c: comforming to changes introduced by move of_i2c to core

   gpio: repairs merge comflict

SangeethaRao (2):

   arch/powerpc: Checking in correct USB entries to ACP3421 DTS

   LSI powerpc/sysdev: Removing the power of 2 size restriction

arch/arm/Kconfig   |7 +-

arch/arm/boot/dts/Makefile |5 +

arch/arm/boot/dts/axm-sim.dts  |  403 

arch/arm/boot/dts/axm-ve-tc1.dts   |  363 ---

arch/arm/boot/dts/axm-ve-tc2.dts   |  174 --

arch/arm/boot/dts/axm5504-cpus.dtsi|   49 +

arch/arm/boot/dts/axm5504-emu.dts  |   44 +

arch/arm/boot/dts/axm5504-sim.dts  |  127 +

arch/arm/boot/dts/axm5507-cpus.dtsi|   73 +

arch/arm/boot/dts/axm5507-emu.dts  |   44 +

arch/arm/boot/dts/axm5508-cpus.dtsi|   81 +

arch/arm/boot/dts/axm5512-cpus.dtsi|  114 +

arch/arm/boot/dts/axm5516-amarillo.dts |  195 ++

arch/arm/boot/dts/axm5516-cpus.dtsi|  145 ++

arch/arm/boot/dts/axm5516-sim.dts  |  127 +

arch/arm/boot/dts/axm55xx.dts  |  464 

arch/arm/boot/dts/axm55xx.dtsi |  390 +++

.../boot/dts/{axm55xxemu.dts = axm55xxemu7.dts}   |   17 +-

arch/arm/boot/dts/axm55xxsim.dts   |  363 ---

arch/arm/boot/dts/axm55xxsim16.dts |  459 

arch/arm/boot/fmboot/Makefile  |   12 +-

arch/arm/include/asm/spinlock.h|9 +-

arch/arm/mach-axxia/Makefile   |6 +-

arch/arm/mach-axxia/axxia-gic.c| 1138 -

arch/arm/mach-axxia/axxia.c|   66 +-

arch/arm/mach-axxia/clock.c|2 +-

arch/arm/mach-axxia/ddr_retention.c|  255 +-

arch/arm/mach-axxia/ddr_shutdown.c |  332 +++

arch/arm/mach-axxia/ev.c 

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

2014-03-10 Thread Bruce Ashfield

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



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


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

2014-03-07 Thread Paul, Charlie
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

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
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto