[PATCH 01/11] Basic cpuidle driver

2008-07-18 Thread Rajendra Nayak
OMAP3 Basic cpuidle Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |2 arch/arm/mach-omap2/cpuidle34xx.c | 245 ++ arch/arm/mach-omap2/cpuidle34xx.h | 56 arch/arm/mach-omap2/pm34xx.c |5 4

Re: [PATCH 01/11] Basic cpuidle driver

2008-07-02 Thread Högander Jouni
Hi, General comment on this patch using top posting. There is no irq disabling at all in cpuidle loop now. That might cause problems. If you don't want to add that global irq disable you can still add it to omap3 enter function. Do you think this is not needed? ext Rajendra Nayak [EMAIL

[PATCH 01/11] Basic cpuidle driver

2008-07-01 Thread Rajendra Nayak
OMAP3 Basic cpuidle Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |2 arch/arm/mach-omap2/cpuidle34xx.c | 245 ++ arch/arm/mach-omap2/cpuidle34xx.h | 56 arch/arm/mach-omap2/pm34xx.c |5 4

Re: [PATCH 01/11] Basic cpuidle driver

2008-07-01 Thread Felipe Balbi
On Tue, Jul 01, 2008 at 07:46:07PM +0530, Rajendra Nayak wrote: OMAP3 Basic cpuidle small style comment: change __FUNCTION__ to __func__ to make checkpatch.pl happy ;-) -- Best Regards, Felipe Balbi [EMAIL PROTECTED] http://blog.felipebalbi.com -- To unsubscribe from this list: send the line