Linaro rootfs / kernel version combination

2012-05-13 Thread Suresh Kumar SHUKLA
Hi all, I need some help in choosing right version of rootfs for my environment. I have a development board with ST SoC with Cortex-A9 dual core and VFPv3-D16. Kernel version available to me is 2.6.37. I am using Debian 6 arm-hf port, but would like to try Linaro rootfs. 1. What is the version

Re: [PATCH] ARM: OMAP3/4: consolidate cpuidle Makefile

2012-05-13 Thread Rajendra Nayak
On Thursday 10 May 2012 03:32 PM, Daniel Lezcano wrote: The current Makefile compiles the cpuidle34xx.c and cpuidle44xx.c files even if the cpuidle option is not set in the kernel. This patch fixes this by creating a section in the Makefile where these files are compiled only if the CONFIG_CPU_I

Re: [PATCH 0/2] ARM: S3C64xx: cpuidle cleanups

2012-05-13 Thread Daniel Lezcano
On 05/09/2012 04:08 PM, Daniel Lezcano wrote: These couple of patches use the new cpuidle core api to refactor some part of the code. The first one declares the states directly in the driver declaration and the second one use the timekeeping flag to let the cpuidle core to compute the idle time.

Re: Incident Management (was: Re: pointless mail, (was Re: android-build's are failing...))

2012-05-13 Thread Michael Hudson-Doyle
On Fri, 11 May 2012 07:50:48 -0600, Joey STANFORD wrote: > I was hoping we could have one system for this instead of two. Are you > sure that the existing IR process can't be tweaked and used for this > purpose? Well, the main reason we now have two processes is that I wasn't aware of / had forgo

Re: [PATCH] ARM: EXYNOS: PD: Fix duplicate variable

2012-05-13 Thread Russell King - ARM Linux
On Wed, May 09, 2012 at 01:50:28PM +0100, Sangwook Lee wrote: > struct generic_pm_domain already has a field for name. Use that field > instead of creating another field in struct exynos_pm_domain Argh. No. > @@ -99,7 +98,7 @@ static __init int exynos_pm_dt_parse_domains(void) > >