Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-03-09 Thread Kukjin Kim
On 02/23/12 03:49, Amit Kachhap wrote: On 23 February 2012 11:54, Rob Leerob@linaro.org wrote: [...] Hi Mr kim, Can this change be accommodated in the current patch series as below or should i send a new patchset? I did, Thanks. Best regards, Kgene. -- Kukjin Kim

Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-03-08 Thread Kukjin Kim
On 03/07/12 15:12, Rob Lee wrote: Hello Kukjim and Amit, Can you tell me the status of this patch? I based my core cpuidle consolidation patchset on these changes. My patchset seems to be acceptable now and I would like to do a git pull-request for linux-next, but I see these Exynos cpuidle

Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-23 Thread Amit Kachhap
On 23 February 2012 11:54, Rob Lee rob@linaro.org wrote:  static struct cpuidle_state exynos4_cpuidle_set[] = {        [0] = { @@ -27,9 +47,17 @@ static struct cpuidle_state exynos4_cpuidle_set[] = {                .exit_latency           = 1,                .target_residency       =

Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-22 Thread Rob Lee
 static struct cpuidle_state exynos4_cpuidle_set[] = {        [0] = { @@ -27,9 +47,17 @@ static struct cpuidle_state exynos4_cpuidle_set[] = {                .exit_latency           = 1,                .target_residency       = 10,                .flags                  =

RE: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-21 Thread Kukjin Kim
Tushar Behera wrote: Hi Amit, On 02/21/2012 11:49 AM, Amit Daniel Kachhap wrote: This patch adds support AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of

[PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-20 Thread Amit Daniel Kachhap
This patch adds support AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of CPU PM notifiers, l2 resume and cpu_suspend/resume. Signed-off-by: Jaecheol Lee

Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-20 Thread Tushar Behera
Hi Amit, On 02/21/2012 11:49 AM, Amit Daniel Kachhap wrote: This patch adds support AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of CPU PM notifiers, l2 resume