All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: linux-pm@lists.linux-foundation.org
Cc: linux-kernel@vger.kernel.org, Len Brown <len.brown@intel.com>
Subject: [PATCH 2/5] intel_idle: add support for Westmere-EX
Date: Sun, 15 Aug 2010 01:22:02 -0400	[thread overview]
Message-ID: <ec67a2ba360d4874b1158e6e87fe1e859b0c9117.1281849655.git.len.brown@intel.com> (raw)
In-Reply-To: <1281849725-7379-1-git-send-email-lenb@kernel.org>
In-Reply-To: <0394c6676e3fa48587fbe4821390d3264672c530.1281849655.git.len.brown@intel.com>

From: Len Brown <len.brown@intel.com>

Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/idle/intel_idle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 6d43bc3..97655ed 100755
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -256,6 +256,7 @@ static int intel_idle_probe(void)
 	case 0x1E:	/* Core i7 and i5 Processor - Lynnfield Jasper Forest */
 	case 0x1F:	/* Core i7 and i5 Processor - Nehalem */
 	case 0x2E:	/* Nehalem-EX Xeon */
+	case 0x2F:	/* Westmere-EX Xeon */
 		lapic_timer_reliable_states = (1 << 1);	 /* C1 */
 
 	case 0x25:	/* Westmere */
-- 
1.7.2.1.95.g3d045


WARNING: multiple messages have this Message-ID (diff)
From: Len Brown <lenb@kernel.org>
To: linux-pm@lists.linux-foundation.org
Cc: Len Brown <len.brown@intel.com>, linux-kernel@vger.kernel.org
Subject: [PATCH 2/5] intel_idle: add support for Westmere-EX
Date: Sun, 15 Aug 2010 01:22:02 -0400	[thread overview]
Message-ID: <ec67a2ba360d4874b1158e6e87fe1e859b0c9117.1281849655.git.len.brown@intel.com> (raw)
In-Reply-To: <1281849725-7379-1-git-send-email-lenb@kernel.org>
In-Reply-To: <0394c6676e3fa48587fbe4821390d3264672c530.1281849655.git.len.brown@intel.com>

From: Len Brown <len.brown@intel.com>

Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/idle/intel_idle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 6d43bc3..97655ed 100755
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -256,6 +256,7 @@ static int intel_idle_probe(void)
 	case 0x1E:	/* Core i7 and i5 Processor - Lynnfield Jasper Forest */
 	case 0x1F:	/* Core i7 and i5 Processor - Nehalem */
 	case 0x2E:	/* Nehalem-EX Xeon */
+	case 0x2F:	/* Westmere-EX Xeon */
 		lapic_timer_reliable_states = (1 << 1);	 /* C1 */
 
 	case 0x25:	/* Westmere */
-- 
1.7.2.1.95.g3d045

  reply	other threads:[~2010-08-15  5:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-15  5:22 idle patches for 2.6.36.merge Len Brown
2010-08-15  5:22 ` [PATCH 1/5] intel_idle: delete power_policy modparam, and choose substate functions Len Brown
2010-08-15  5:22   ` Len Brown
2010-08-15  5:22   ` Len Brown [this message]
2010-08-15  5:22     ` [PATCH 2/5] intel_idle: add support for Westmere-EX Len Brown
2010-08-15  5:22   ` [PATCH 3/5] intel_idle: disable module support Len Brown
2010-08-15  5:22   ` Len Brown
2010-08-15  5:22   ` [PATCH 4/5] intel_idle: no longer EXPERIMENTAL Len Brown
2010-08-15  5:22   ` Len Brown
2010-08-15  5:22   ` [PATCH 5/5] intel_idle: recognize Lincroft Atom Processor Len Brown
2010-08-15  5:22   ` Len Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec67a2ba360d4874b1158e6e87fe1e859b0c9117.1281849655.git.len.brown@intel.com \
    --to=lenb@kernel.org \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.