From 7023a0e882bac01f06a28bb31947db8c54e89e08 Mon Sep 17 00:00:00 2001
From: Arjan van de Ven <[email protected]>
Date: Thu, 2 Jun 2011 12:44:22 -0400
Subject: [PATCH] Add support for the Penwell processor to intel_idle.c

The Penwell Atom processor is very similar to the Lincroft processor
in terms of power behavior.. add the device ID.

Signed-off-by: Arjan van de Ven <[email protected]>
---
 drivers/idle/intel_idle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 0241887..b52a0cf 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -408,6 +408,7 @@ static int intel_idle_probe(void)
         break;

     case 0x26:    /* 38 - Lincroft Atom Processor */
+    case 0x27:    /* 39 - Penwell Atom Processor */
         cpuidle_state_table = mrst_cstates;
 #ifdef CONFIG_X86_MRST
         cpuidle_device_prepare = mrst_pmu_validate_cstates;
--
1.7.2.2

>From 7023a0e882bac01f06a28bb31947db8c54e89e08 Mon Sep 17 00:00:00 2001
From: Arjan van de Ven <[email protected]>
Date: Thu, 2 Jun 2011 12:44:22 -0400
Subject: [PATCH] Add support for the Penwell processor to intel_idle.c

The Penwell Atom processor is very similar to the Lincroft processor
in terms of power behavior.. add the device ID.

Signed-off-by: Arjan van de Ven <[email protected]>
---
 drivers/idle/intel_idle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 0241887..b52a0cf 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -408,6 +408,7 @@ static int intel_idle_probe(void)
                break;
 
        case 0x26:      /* 38 - Lincroft Atom Processor */
+       case 0x27:      /* 39 - Penwell Atom Processor */
                cpuidle_state_table = mrst_cstates;
 #ifdef CONFIG_X86_MRST
                cpuidle_device_prepare = mrst_pmu_validate_cstates;
-- 
1.7.2.2

_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to