mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] thermal/powerclamp: add id for braswell cpu
@ 2014-12-04 18:53 Jacob Pan
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Pan @ 2014-12-04 18:53 UTC (permalink / raw)
  To: LKML, Linux PM, Rafael Wysocki, Zhang Rui; +Cc: Srinivas Pandruvada, Jacob Pan

Braswell also has package C-states which can be used for idle
injection. This patch adds Braswell CPU ID in intel powerclamp
driver.
---
 drivers/thermal/intel_powerclamp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index 95cb7fc..b46c706 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -689,6 +689,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
 	{ X86_VENDOR_INTEL, 6, 0x3f},
 	{ X86_VENDOR_INTEL, 6, 0x45},
 	{ X86_VENDOR_INTEL, 6, 0x46},
+	{ X86_VENDOR_INTEL, 6, 0x4c},
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);
-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] thermal/powerclamp: add id for braswell cpu
@ 2014-12-04 17:17 Jacob Pan
  2014-12-08  4:00 ` Zhang Rui
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Pan @ 2014-12-04 17:17 UTC (permalink / raw)
  To: LKML, Linux PM, Rafael Wysocki, Zhang Rui; +Cc: Srinivas Pandruvada, Jacob Pan

---
 drivers/thermal/intel_powerclamp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index 95cb7fc..b46c706 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -689,6 +689,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
 	{ X86_VENDOR_INTEL, 6, 0x3f},
 	{ X86_VENDOR_INTEL, 6, 0x45},
 	{ X86_VENDOR_INTEL, 6, 0x46},
+	{ X86_VENDOR_INTEL, 6, 0x4c},
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);
-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-08  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-04 18:53 [PATCH] thermal/powerclamp: add id for braswell cpu Jacob Pan
  -- strict thread matches above, loose matches on Subject: below --
2014-12-04 17:17 Jacob Pan
2014-12-08  4:00 ` Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome