linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] intel powerclamp: support Knights Landing
@ 2015-04-17 22:31 Dasaratharaman Chandramouli
  2015-04-24 17:33 ` Dasaratharaman Chandramouli
  0 siblings, 1 reply; 8+ messages in thread
From: Dasaratharaman Chandramouli @ 2015-04-17 22:31 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin, linux-pm, linux-kernel,
	Jacob Pan Jun
  Cc: Nikhil Rao, Dasaratharaman Chandramouli

This patch enables intel_powerclamp driver to run on the
next-generation Intel(R) Xeon Phi Microarchitecture
code named "Knights Landing"

Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
---
 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 12623bc..e34ccd5 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -690,6 +690,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
 	{ X86_VENDOR_INTEL, 6, 0x4c},
 	{ X86_VENDOR_INTEL, 6, 0x4d},
 	{ X86_VENDOR_INTEL, 6, 0x56},
+	{ X86_VENDOR_INTEL, 6, 0x57},
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);
-- 
1.8.1.5


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

end of thread, other threads:[~2015-06-24  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-17 22:31 [PATCH] intel powerclamp: support Knights Landing Dasaratharaman Chandramouli
2015-04-24 17:33 ` Dasaratharaman Chandramouli
2015-04-24 21:58   ` Jacob Pan
2015-06-22 16:51     ` Chandramouli, Dasaratharaman
2015-06-22 23:39       ` Rafael J. Wysocki
2015-06-23 18:46         ` Dasaratharaman Chandramouli
2015-06-23 19:51           ` Rafael J. Wysocki
2015-06-24  1:46           ` Zhang, Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).