linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq/intel_pstate: Add additional supported CPU ID's
@ 2013-05-17 14:38 dirk.brandewie
  2013-05-17 15:47 ` Linus Torvalds
  2013-05-17 16:10 ` [PATCH] cpufreq/intel_pstate: Add additional supported CPU ID dirk.brandewie
  0 siblings, 2 replies; 6+ messages in thread
From: dirk.brandewie @ 2013-05-17 14:38 UTC (permalink / raw)
  To: linux-pm, rjw, linux-kernel, cpufreq; +Cc: Dirk Brandewie, torvalds

From: Dirk Brandewie <dirk.j.brandewie@intel.com>

Add CPU ID's for supported Sandybridge and Ivybrigde processors.

Cc: torvalds@linux-foundation.org
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
---
 drivers/cpufreq/intel_pstate.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 1813311..85b1fd8 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -520,7 +520,9 @@ static void intel_pstate_timer_func(unsigned long __data)
 
 static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
 	ICPU(0x2a, default_policy),
+	ICPU(0x25, default_policy),
 	ICPU(0x2d, default_policy),
+	ICPU(0x3a, default_policy),
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);
-- 
1.7.7.6

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

end of thread, other threads:[~2013-05-18 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 14:38 [PATCH] cpufreq/intel_pstate: Add additional supported CPU ID's dirk.brandewie
2013-05-17 15:47 ` Linus Torvalds
2013-05-17 16:08   ` Dirk Brandewie
2013-05-17 16:10 ` [PATCH] cpufreq/intel_pstate: Add additional supported CPU ID dirk.brandewie
2013-05-18 11:45   ` Viresh Kumar
2013-05-18 14:09   ` Theodore Ts'o

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).