projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32a508
)
thermal/intel_powerclamp: Add newer CPU models
author
Jacob Pan
<jacob.jun.pan@linux.intel.com>
Thu, 26 Sep 2013 11:33:25 +0000
(
04:33
-0700)
committer
Zhang Rui
<rui.zhang@intel.com>
Wed, 9 Oct 2013 04:17:36 +0000
(12:17 +0800)
This will enable intel_powerclamp driver on newer Intel CPUs
including some Ivy Bridge and Haswell processors.
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_powerclamp.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/intel_powerclamp.c
b/drivers/thermal/intel_powerclamp.c
index a7cd170b86d2d76af806c00c497ed9b8ca62db9a..8f181b3f842b3b04b12d972da58d8f238b6a7a00 100644
(file)
--- a/
drivers/thermal/intel_powerclamp.c
+++ b/
drivers/thermal/intel_powerclamp.c
@@
-675,6
+675,11
@@
static const struct x86_cpu_id intel_powerclamp_ids[] = {
{ X86_VENDOR_INTEL, 6, 0x2e},
{ X86_VENDOR_INTEL, 6, 0x2f},
{ X86_VENDOR_INTEL, 6, 0x3a},
+ { X86_VENDOR_INTEL, 6, 0x3c},
+ { X86_VENDOR_INTEL, 6, 0x3e},
+ { X86_VENDOR_INTEL, 6, 0x3f},
+ { X86_VENDOR_INTEL, 6, 0x45},
+ { X86_VENDOR_INTEL, 6, 0x46},
{}
};
MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);