[PATCH] ARM: davinci: Fix for cpuidle consolidation changes

Subsystems: arm port, the rest, ti davinci machine support

STALE5248d

3 messages, 3 authors, 2012-03-22 · open the first message on its own page

[PATCH] ARM: davinci: Fix for cpuidle consolidation changes

From: Robert Lee <hidden>
Date: 2012-03-21 16:48:29

The recent cpuidle consolidation changes erroneously omitted one
critical line of code.

Signed-off-by: Robert Lee <redacted>
---
 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

RE: [PATCH] ARM: davinci: Fix for cpuidle consolidation changes

From: Nori, Sekhar <hidden>
Date: 2012-03-21 18:06:09

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 <redacted>
Tested this on a DA850 EVM.

Acked-by: Sekhar Nori <redacted>

Thanks,
Sekhar

Re: [PATCH] ARM: davinci: Fix for cpuidle consolidation changes

From: Len Brown <lenb@kernel.org>
Date: 2012-03-22 05:20:17

applied.

thanks,
Len Brown, Intel Open Source Technology Center
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help