[linux-yocto] [PULL REQUEST] 3.4 - updates to standard/axxia/base

2013-11-26 Thread Paul Butler
The following changes since commit 9e65874ad3fa6efd7db2e18e91e7246954b60cc5: Merge branch 'standard/base' into standard/axxia/base (2013-08-28 16:49:51 -0400) are available in the git repository at: https://github.com/butlerpaul/lsikernel.git standard/axxia/base https://github.com/butle

[linux-yocto] [PATCH 0/1] 3.10 meta scc/cfg for axm5500

2013-11-26 Thread Paul Butler
Adding new meta scc/cfg for acm5500 for 3.10 kernel Paul Butler (1): meta/axm5500: adds new bsp entry meta data .../bsp/axm5500/axm5500-preempt-rt.scc | 13 ++ .../kernel-cache/bsp/axm5500/axm5500-standard.scc | 13 ++ meta/cfg/kernel-cache/bsp/axm5500/axm5500.cfg | 226 +++

[linux-yocto] [PATCH 1/1] meta/axm5500: adds new bsp entry meta data

2013-11-26 Thread Paul Butler
Adding new bsp entry axm5500 to support configs for LSI axm5500 on standard/axxia/base Signed-off-by: Paul Butler --- .../bsp/axm5500/axm5500-preempt-rt.scc | 13 ++ .../kernel-cache/bsp/axm5500/axm5500-standard.scc | 13 ++ meta/cfg/kernel-cache/bsp/axm5500/axm5500.cfg | 226

[linux-yocto] [PULL REQUEST] 3.10 - new branch standard/axxia/base

2013-11-26 Thread Paul Butler
The patches on 3.10 are essentially the same as 3.4 with some merge conflict resolved. The following changes since commit c03195ed6e3066494e3fb4be69154a57066e845b: kconfig: inhibit unitialized variable warning (2013-11-05 13:16:23 -0500) are available in the git repository at: https://githu

Re: [linux-yocto] [PATCH 00/78] updates to 3.4 standard/axxia/base

2013-11-26 Thread Paul Butler
On Mon, Nov 25, 2013 at 03:03:47PM -0500, Bruce Ashfield wrote: > On 13-11-19 11:22 PM, Paul Butler wrote: > >This series replaces the previous xx/94 series. > >I've removed the defconfig patches and the > >meta branch cfg/scc patches will be coming soon. > >Some of the patches may still contain so

[linux-yocto] [PATCH 0/2] 3.4 standard/axxia/base - remove obsolete driver

2013-11-26 Thread Paul Butler
Removes obsolete i2c driver. Updates GIC driver. David Mercado (1): LSI ACP34XX: Update new Axxia GIC Driver Paul Butler (1): drivers/i2c: removes obsolete driver arch/arm/mach-axxia/axxia-gic.c| 656 --- drivers/i2c/busses/ai2c/Makefile | 17 -

[linux-yocto] [PATCH 1/2] LSI ACP34XX: Update new Axxia GIC Driver

2013-11-26 Thread Paul Butler
From: David Mercado Update driver with various improvements (e.g., removed more magic numbers, improved IPI multiplex code, fixed set_affinity to be CPU hotplug compatible, etc.). Signed-off-by: David Mercado --- arch/arm/mach-axxia/axxia-gic.c | 656 1