Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-24 Thread Daniel Lezcano
On 04/24/2012 11:09 AM, Linus Walleij wrote: On Mon, Apr 23, 2012 at 7:52 AM, Daniel Lezcano wrote: Hi Linus, can you consider this patch for inclusion, please ? Yepps, patch applied with Vicent's ACK. Great, thanks ! -- Linaro.org │ Open source software for AR

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-24 Thread Linus Walleij
On Mon, Apr 23, 2012 at 7:52 AM, Daniel Lezcano wrote: > Hi Linus, > > can you consider this patch for inclusion, please ? Yepps, patch applied with Vicent's ACK. Thanks, Linus Walleij ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://li

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-23 Thread Daniel Lezcano
On 04/23/2012 09:57 AM, Rickard Andersson wrote: Should not the driver be located in the 'drivers/cpuidle/' directory? We had a discussion about moving the cpuidle drivers to this directory but there are too much dependencies between the arch specific code and the drivers and Russell thinks t

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-23 Thread Rickard Andersson
Should not the driver be located in the 'drivers/cpuidle/' directory? BR Rickard This patch adds the cpuidle driver for the ux500 SoC. The boards saves 12mA with these states. It is based on the latest cpuidle consolidation from Robert Lee. The cpu can go to retention only if the other core is

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-23 Thread Vincent Guittot
Hi Daniel, You can add my Ack on your patch Vincent On 19 April 2012 14:46, Daniel Lezcano wrote: > This patch adds the cpuidle driver for the ux500 SoC. > The boards saves 12mA with these states. It is based on the latest > cpuidle consolidation from Robert Lee. > > The cpu can go to retention

Re: [PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-22 Thread Daniel Lezcano
On 04/19/2012 02:46 PM, Daniel Lezcano wrote: This patch adds the cpuidle driver for the ux500 SoC. The boards saves 12mA with these states. It is based on the latest cpuidle consolidation from Robert Lee. The cpu can go to retention only if the other core is in WFI. If the other cpu is in WFI

[PATCH] ARM: ux500: add the cpuidle driver for WFI and ARM retention

2012-04-19 Thread Daniel Lezcano
This patch adds the cpuidle driver for the ux500 SoC. The boards saves 12mA with these states. It is based on the latest cpuidle consolidation from Robert Lee. The cpu can go to retention only if the other core is in WFI. If the other cpu is in WFI and we decoupled the gic from the cores, then we