Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-02-05 Thread Alexandre Courbot
On 02/06/2014 01:28 AM, Stephen Warren wrote: On 01/23/2014 12:39 AM, Alexandre Courbot wrote: On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren wrote: On 01/21/2014 03:10 AM, Alexandre Courbot wrote: Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-02-05 Thread Stephen Warren
On 01/23/2014 12:39 AM, Alexandre Courbot wrote: > On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren wrote: >> On 01/21/2014 03:10 AM, Alexandre Courbot wrote: >>> Invoke the do_idle() firmware call before suspending a CPU so that the >>> underlying firmware (if any) can take necessary action. >>

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-02-05 Thread Stephen Warren
On 01/23/2014 12:39 AM, Alexandre Courbot wrote: On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/21/2014 03:10 AM, Alexandre Courbot wrote: Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware (if any) can take necessary

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-02-05 Thread Alexandre Courbot
On 02/06/2014 01:28 AM, Stephen Warren wrote: On 01/23/2014 12:39 AM, Alexandre Courbot wrote: On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/21/2014 03:10 AM, Alexandre Courbot wrote: Invoke the do_idle() firmware call before suspending a CPU so that the

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-22 Thread Alexandre Courbot
On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren wrote: > On 01/21/2014 03:10 AM, Alexandre Courbot wrote: >> Invoke the do_idle() firmware call before suspending a CPU so that the >> underlying firmware (if any) can take necessary action. > >> diff --git a/arch/arm/mach-tegra/cpuidle-tegra114.c

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-22 Thread Stephen Warren
On 01/21/2014 03:10 AM, Alexandre Courbot wrote: > Invoke the do_idle() firmware call before suspending a CPU so that the > underlying firmware (if any) can take necessary action. > diff --git a/arch/arm/mach-tegra/cpuidle-tegra114.c > b/arch/arm/mach-tegra/cpuidle-tegra114.c > @@ -45,6 +46,8

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-22 Thread Stephen Warren
On 01/21/2014 03:10 AM, Alexandre Courbot wrote: Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware (if any) can take necessary action. diff --git a/arch/arm/mach-tegra/cpuidle-tegra114.c b/arch/arm/mach-tegra/cpuidle-tegra114.c @@ -45,6 +46,8 @@

Re: [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-22 Thread Alexandre Courbot
On Thu, Jan 23, 2014 at 5:45 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/21/2014 03:10 AM, Alexandre Courbot wrote: Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware (if any) can take necessary action. diff --git

[PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-21 Thread Alexandre Courbot
Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware (if any) can take necessary action. Signed-off-by: Alexandre Courbot --- arch/arm/mach-tegra/cpuidle-tegra114.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

2014-01-21 Thread Alexandre Courbot
Invoke the do_idle() firmware call before suspending a CPU so that the underlying firmware (if any) can take necessary action. Signed-off-by: Alexandre Courbot acour...@nvidia.com --- arch/arm/mach-tegra/cpuidle-tegra114.c | 3 +++ 1 file changed, 3 insertions(+) diff --git