* [PATCH] ARM: davinci: Fix for cpuidle consolidation changes
@ 2012-03-21 16:48 Robert Lee
2012-03-21 18:05 ` Nori, Sekhar
0 siblings, 1 reply; 3+ messages in thread
From: Robert Lee @ 2012-03-21 16:48 UTC (permalink / raw)
To: linux-arm-kernel
The recent cpuidle consolidation changes erroneously omitted one
critical line of code.
Signed-off-by: Robert Lee <rob.lee@linaro.org>
---
arch/arm/mach-davinci/cpuidle.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/arm/mach-davinci/cpuidle.c b/arch/arm/mach-davinci/cpuidle.c
index 93ae096..9107691 100644
--- a/arch/arm/mach-davinci/cpuidle.c
+++ b/arch/arm/mach-davinci/cpuidle.c
@@ -55,10 +55,11 @@ static int davinci_enter_idle(struct cpuidle_device *dev,
#define DAVINCI_CPUIDLE_FLAGS_DDR2_PWDN BIT(0)
static struct cpuidle_driver davinci_idle_driver = {
- .name = "cpuidle-davinci",
- .owner = THIS_MODULE,
- .states[0] = ARM_CPUIDLE_WFI_STATE,
- .states[1] = {
+ .name = "cpuidle-davinci",
+ .owner = THIS_MODULE,
+ .en_core_tk_irqen = 1,
+ .states[0] = ARM_CPUIDLE_WFI_STATE,
+ .states[1] = {
.enter = davinci_enter_idle,
.exit_latency = 10,
.target_residency = 100000,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: davinci: Fix for cpuidle consolidation changes
2012-03-21 16:48 [PATCH] ARM: davinci: Fix for cpuidle consolidation changes Robert Lee
@ 2012-03-21 18:05 ` Nori, Sekhar
2012-03-22 5:20 ` Len Brown
0 siblings, 1 reply; 3+ messages in thread
From: Nori, Sekhar @ 2012-03-21 18:05 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 21, 2012 at 22:18:25, Robert Lee wrote:
> The recent cpuidle consolidation changes erroneously omitted one
> critical line of code.
>
> Signed-off-by: Robert Lee <rob.lee@linaro.org>
Tested this on a DA850 EVM.
Acked-by: Sekhar Nori <nsekhar@ti.com>
Thanks,
Sekhar
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: davinci: Fix for cpuidle consolidation changes
2012-03-21 18:05 ` Nori, Sekhar
@ 2012-03-22 5:20 ` Len Brown
0 siblings, 0 replies; 3+ messages in thread
From: Len Brown @ 2012-03-22 5:20 UTC (permalink / raw)
To: linux-arm-kernel
applied.
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-22 5:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 16:48 [PATCH] ARM: davinci: Fix for cpuidle consolidation changes Robert Lee
2012-03-21 18:05 ` Nori, Sekhar
2012-03-22 5:20 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).