Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Jean Pihet
On Fri, Mar 23, 2012 at 1:41 PM, Daniel Lezcano wrote: > On 03/23/2012 01:35 PM, Jean Pihet wrote: >> >> On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano >>  wrote: >>> >>> Use the new cpuidle API and define in the driver the states. >>> >>> Signed-off-by: Daniel Lezcano >>> --- > > > [ ... ] > >

Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Daniel Lezcano
On 03/23/2012 01:35 PM, Jean Pihet wrote: On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: Use the new cpuidle API and define in the driver the states. Signed-off-by: Daniel Lezcano --- [ ... ] /* * Erratum i583: implementation for ES rev< Es1.2 on 3630. We cannot

Re: [RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Jean Pihet
On Fri, Mar 23, 2012 at 10:26 AM, Daniel Lezcano wrote: > Use the new cpuidle API and define in the driver the states. > > Signed-off-by: Daniel Lezcano > --- >  arch/arm/mach-omap2/cpuidle34xx.c |   85 +--- >  1 files changed, 59 insertions(+), 26 deletions(-) > >

[RFC][PATCH 4/9] ARM: OMAP3: define cpuidle statically

2012-03-23 Thread Daniel Lezcano
Use the new cpuidle API and define in the driver the states. Signed-off-by: Daniel Lezcano --- arch/arm/mach-omap2/cpuidle34xx.c | 85 +--- 1 files changed, 59 insertions(+), 26 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/