Re: [PATCH 1/2] Porting to Android system

2012-05-30 Thread Amit Kucheria
Just some nits below: On Wed, May 30, 2012 at 2:47 PM, kejun.zhou wrote: > From: kejun.zhou > > Signed-off-by: kejun.zhou > --- >  cpuidle/cpuidle_killer.c |   10 ++ >  1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/cpuidle/cpuidle_killer.c b/cpuidle/cpuidle_killer.c

[PATCH] Update to C-style comments

2012-05-30 Thread kejun.zhou
Signed-off-by: kejun.zhou --- cpuidle/cpuidle_killer.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cpuidle/cpuidle_killer.c b/cpuidle/cpuidle_killer.c index c8910f4..0e4d666 100644 --- a/cpuidle/cpuidle_killer.c +++ b/cpuidle/cpuidle_killer.c @@ -5,8 +5,10 @@ #i

Re: [PATCH] Update to C-style comments

2012-05-30 Thread Daniel Lezcano
On 05/30/2012 09:15 AM, kejun.zhou wrote: > Signed-off-by: kejun.zhou > --- > cpuidle/cpuidle_killer.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/cpuidle/cpuidle_killer.c b/cpuidle/cpuidle_killer.c > index c8910f4..0e4d666 100644 > --- a/cpuidle/cpuidle_ki

Re: [PATCH 2/2] Add Android.mk files

2012-05-30 Thread Amit Kucheria
On Wed, May 30, 2012 at 2:47 PM, kejun.zhou wrote: > Signed-off-by: kejun.zhou > --- >  Android.mk            |    1 + >  cpufreq/Android.mk    |   76 >  cpuhotplug/Android.mk |   84 > + >  cpuidle/Andro

Both native and cross compilation failed with Ubuntu Linaro Gcc 4.5.x and 4.6.x for an ARM/OMAP board

2012-05-30 Thread AKS
Hi I was cross-compiling a Linux kernel 2.6.38 for a Gumstix Overo which is a tiny ARM (TI OMAP 35xx) based single board computer. I was using Linaro cross compiler (arm-linux-gnueabi-gcc) did not give an uImage that gets pass the Loading uImage. My console is ttyO2 and therefore it was not an iss

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

2012-05-30 Thread Kevin Hilman
Daniel Lezcano writes: > On 05/14/2012 06:42 AM, Rajendra Nayak wrote: >> 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 c

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

2012-05-30 Thread Daniel Lezcano
On 05/30/2012 08:07 PM, Kevin Hilman wrote: > Daniel Lezcano writes: > >> On 05/14/2012 06:42 AM, Rajendra Nayak wrote: >>> 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 s

Re: [PATCH 0/2] OMAP: mailbox initial device tree support

2012-05-30 Thread Omar Ramirez Luna
Hi, On 24 May 2012 10:44, Cousson, Benoit wrote: > On 5/2/2012 7:42 AM, Bedia, Vaibhav wrote: >> >> Hi Omar, >> >> On Tue, May 01, 2012 at 23:17:38, Omar Ramirez Luna wrote: >>> >>> To allow mailbox driver to function with device tree. >>> >>> Tested in OMAP4 and OMAP3. OMAP2 untested. >> >> >> I

Re: [linux-pm] [PATCH] cpuidle : use percpu cpuidle in the core code

2012-05-30 Thread Rob Lee
Hey Daniel, Sorry for the late review/response but perhaps this will still be useful as your cpuidle work is ongoing. > Most of the caller are in the boot-up code, in device_init or module_init. > The other ones are doing some specific initialization on the cpuidle_device > (cpuinit, like acpi) a

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

2012-05-30 Thread Kevin Hilman
Daniel Lezcano writes: > On 05/30/2012 08:07 PM, Kevin Hilman wrote: >> Daniel Lezcano writes: >> >>> On 05/14/2012 06:42 AM, Rajendra Nayak wrote: On Thursday 10 May 2012 03:32 PM, Daniel Lezcano wrote: > The current Makefile compiles the cpuidle34xx.c and cpuidle44xx.c files > ev

Re: Panda HDMI issue w/ 3.5-rc?

2012-05-30 Thread John Stultz
On 05/25/2012 07:24 AM, Tomi Valkeinen wrote: On Fri, 2012-05-25 at 19:49 +0530, S, Venkatraman wrote: On Thu, May 24, 2012 at 10:56 PM, John Stultz wrote: Hey Arnd, Rob, So after Arnd's help sorting a workaround for the mmc driver, I'm now trying to sort out the following HDMI failure I'm

[PATCH 1/2] Change some head files in cpuidle_kill.c for pm-qa in Android system.

2012-05-30 Thread kejun.zhou
Signed-off-by: kejun.zhou --- cpuidle/cpuidle_killer.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/cpuidle/cpuidle_killer.c b/cpuidle/cpuidle_killer.c index 67a675e..5e7320f 100644 --- a/cpuidle/cpuidle_killer.c +++ b/cpuidle/cpuidle_killer.c @@ -2,7 +2,19

[PATCH 2/2] Add Android.mk for pm-qa in Android system.

2012-05-30 Thread kejun.zhou
Signed-off-by: kejun.zhou --- Android.mk|1 + cpufreq/Android.mk| 17 + cpuhotplug/Android.mk | 30 ++ cpuidle/Android.mk| 25 + include/Android.mk| 17 + sched_mc/Android.mk

Re: [PATCH 2/2] Add Android.mk files

2012-05-30 Thread Hongbo Zhang
Yes Kejun, good suggestion from Amit. Please let me know when you finish it, thanks. On 30 May 2012 15:22, Amit Kucheria wrote: > On Wed, May 30, 2012 at 2:47 PM, kejun.zhou wrote: > > Signed-off-by: kejun.zhou > > --- > > Android.mk|1 + > > cpufreq/Android.mk| 76 > ++