diff mbox

[1/1] intel_idle: Add KBL support

Message ID 20170315043254.9471-2-kai.heng.feng@canonical.com
State New
Headers show

Commit Message

Kai-Heng Feng March 15, 2017, 4:32 a.m. UTC
From: Len Brown <len.brown@intel.com>

KBL is similar to SKL

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit 3ce093d4de753d6c92cc09366e29d0618a62f542)
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 drivers/idle/intel_idle.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Gardner March 15, 2017, 3:49 p.m. UTC | #1
Need to add BugLink to commit when this patch is applied.
Kai-Heng Feng March 16, 2017, 3:29 a.m. UTC | #2
On Wed, Mar 15, 2017 at 11:49 PM Tim Gardner <tim.gardner@canonical.com>
wrote:

> Need to add BugLink to commit when this patch is applied.
>

Do you want me to resend one with BugLink?


>
> --
> Tim Gardner tim.gardner@canonical.com
>
Tim Gardner March 16, 2017, 3:23 p.m. UTC | #3
On 03/15/2017 10:29 PM, Kai-Heng Feng wrote:
> 
> On Wed, Mar 15, 2017 at 11:49 PM Tim Gardner <tim.gardner@canonical.com
> <mailto:tim.gardner@canonical.com>> wrote:
> 
>     Need to add BugLink to commit when this patch is applied.
> 
> 
> Do you want me to resend one with BugLink?
>  

Nah, whomever applied the patch just needs to remember to insert the
Buglink.
diff mbox

Patch

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 012980a8f98c..89fd0071c7fd 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -1011,6 +1011,8 @@  static const struct x86_cpu_id intel_idle_ids[] __initconst = {
 	ICPU(0x56, idle_cpu_bdw),
 	ICPU(0x4e, idle_cpu_skl),
 	ICPU(0x5e, idle_cpu_skl),
+	ICPU(0x8e, idle_cpu_skl),
+	ICPU(0x9e, idle_cpu_skl),
 	ICPU(0x57, idle_cpu_knl),
 	ICPU(0x5c, idle_cpu_bxt),
 	{}