Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1173913 > unrolled thread

[PATCH] thermal/powerclamp: add cpu id for denlow platform

Started byJacob Pan <jacob.jun.pan@linux.intel.com>
First post2015-06-29 18:00 +0200
Last post2015-06-29 18:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] thermal/powerclamp: add cpu id for denlow platform Jacob Pan <jacob.jun.pan@linux.intel.com> - 2015-06-29 18:00 +0200

#1173913 — [PATCH] thermal/powerclamp: add cpu id for denlow platform

FromJacob Pan <jacob.jun.pan@linux.intel.com>
Date2015-06-29 18:00 +0200
Subject[PATCH] thermal/powerclamp: add cpu id for denlow platform
Message-ID<pGJDs-7um-29@gated-at.bofh.it>
Add support for Intel Denlow UP server platform.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.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 725718e..d534357 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -693,6 +693,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
 	{ X86_VENDOR_INTEL, 6, 0x3f},
 	{ X86_VENDOR_INTEL, 6, 0x45},
 	{ X86_VENDOR_INTEL, 6, 0x46},
+	{ X86_VENDOR_INTEL, 6, 0x47},
 	{ X86_VENDOR_INTEL, 6, 0x4c},
 	{ X86_VENDOR_INTEL, 6, 0x4d},
 	{ X86_VENDOR_INTEL, 6, 0x4f},
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web