linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
@ 2014-11-28  3:36 Ethan Zhao
  2014-11-28  3:36 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ethan Zhao @ 2014-11-28  3:36 UTC (permalink / raw)
  To: dirk.j.brandewie, viresh.kumar, rjw, corbet
  Cc: linux-doc, linux-kernel, linux-pm, ethan.kernel, joe.jin,
	brian.maly, Ethan Zhao

Oracle Sun servers(X86) have power capping features that work via ACPI _PPC method,
patch No.1 is used to skip this driver if Oracle Sun server and _PPC detected.
Patch No.2 introduces a kernel command line parameter for those who would like
to enable intel_pstate on Sun X86 servers and be aware of the risk of no power
capping capability working and try to get better performance.

Compiled and tested with stable-3.18-rc5 on Oracle Sun server X4-2 series.

Thanks test and review by Linda Knippers <linda.knippers@hp.com>
and the suggestion,review from Dirk Brandewie <dirk.j.brandewie@intel.com>.
--
v2: fix break HP Proliant issue.
v3: expand the hardware vendor list.
v4: refine code and doc

Ethan Zhao (2):
  intel_pstate: skip this driver if Sun server has _PPC method
  intel_pstate: add kernel parameter to force loading on Sun X86
    servers.

 Documentation/kernel-parameters.txt |  5 ++++
 drivers/cpufreq/intel_pstate.c      | 49 ++++++++++++++++++++++++++++++++++---
 2 files changed, 50 insertions(+), 4 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
@ 2014-11-28  3:33 Ethan Zhao
  2014-11-28  3:33 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao
  0 siblings, 1 reply; 10+ messages in thread
From: Ethan Zhao @ 2014-11-28  3:33 UTC (permalink / raw)
  To: dirk.j.brandewie, viresh.kumar, rjw, corbet
  Cc: linux-doc, linux-kernel, linux-pm, ethan.kernel, joe.jin,
	brian.maly, Ethan Zhao

Oracle Sun servers(X86) have power capping features that work via ACPI _PPC method,
patch No.1 is used to skip this driver if Oracle Sun server and _PPC detected.
Patch No.2 introduces a kernel command line parameter for those who would like
to enable intel_pstate on Sun X86 servers and be aware of the risk of no power
capping capability working and try to get better performance.

Compiled and tested with stable-3.18-rc5 on Oracle Sun server X4-2 series.

Thanks test and review by Linda Knippers <linda.knippers@hp.com>
and the suggestion,review from Dirk Brandewie <dirk.j.brandewie@intel.com>.
--
v2: fix break HP Proliant issue.
v3: expand the hardware vendor list.
v4: refine code and doc

Ethan Zhao (2):
  intel_pstate: skip this driver if Sun server has _PPC method
  intel_pstate: add kernel parameter to force loading on Sun X86
    servers.

 Documentation/kernel-parameters.txt |  5 ++++
 drivers/cpufreq/intel_pstate.c      | 49 ++++++++++++++++++++++++++++++++++---
 2 files changed, 50 insertions(+), 4 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers
@ 2014-11-27  8:35 Ethan Zhao
  2014-11-27  8:35 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao
  0 siblings, 1 reply; 10+ messages in thread
From: Ethan Zhao @ 2014-11-27  8:35 UTC (permalink / raw)
  To: dirk.j.brandewie, linda.knippers, viresh.kumar, rjw, corbet
  Cc: linux-doc, linux-kernel, linux-pm, ethan.kernel, Ethan Zhao

Oracle Sun servers(X86) have power capping features that work via ACPI _PPC method,
patch No.1 is used to skip this driver if Oracle Sun server and _PPC detected.
Patch No.2 introduces a kernel command line parameter for those who would like
to enable intel_pstate on Sun X86 servers and be aware of the risk of no power
capping capability working and try to get better performance.

Compiled and tested with stable-3.18-rc5 on Oracle Sun server X4-2 series.

Thanks test and review by Linda Knippers <linda.knippers@hp.com>
and the suggestion,review from Dirk Brandewie <dirk.j.brandewie@intel.com>.
--
v2: fix break HP Proliant issue.
v3: expand the hardware vendor list.
v4: refine code and doc

Ethan Zhao (2):
  intel_pstate: skip this driver if Sun server has _PPC method
  intel_pstate: add kernel parameter to force loading on Sun X86
    servers.

 Documentation/kernel-parameters.txt |  5 ++++
 drivers/cpufreq/intel_pstate.c      | 49 ++++++++++++++++++++++++++++++++++---
 2 files changed, 50 insertions(+), 4 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2014-12-03  0:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-28  3:36 [PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers Ethan Zhao
2014-11-28  3:36 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao
2014-11-28  5:20   ` Yasuaki Ishimatsu
2014-12-01  1:26     ` ethan zhao
2014-11-28  3:36 ` [PATCH 2/2 V6] intel_pstate: add kernel parameter to force loading on Sun X86 servers Ethan Zhao
2014-11-28  3:36 ` Ethan Zhao
2014-12-02 18:24   ` Kristen Carlson Accardi
2014-12-03  0:49     ` ethan zhao
  -- strict thread matches above, loose matches on Subject: below --
2014-11-28  3:33 [PATCH 0/2 V4] intel_pstate: skip this driver if hit " Ethan Zhao
2014-11-28  3:33 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao
2014-11-27  8:35 [PATCH 0/2 V4] intel_pstate: skip this driver if hit Sun X86 servers Ethan Zhao
2014-11-27  8:35 ` [PATCH 1/2 V4] intel_pstate: skip this driver if Sun server has _PPC method Ethan Zhao

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