Re: [PATCH 0/2] intel_pstate: Add support for hardware managed P states (HWP)

2014-11-14 Thread Rafael J. Wysocki
On Thursday, November 06, 2014 09:40:45 AM dirk.brande...@gmail.com wrote:
> From: Dirk Brandewie 
> 
> This patch set adds support for HWP. When HWP is enabled the CPU will
> do P state autonomously and intel_pstate simply provides an interface
> to forward user preferences to the CPU while maintaining the
> interfaces required by the cpufreq core. 
> 
> Dirk Brandewie (2):
>   x86: Add support for Intel HWP feature detection.
>   intel_pstate: Add support for HWP
> 
>  Documentation/cpu-freq/intel-pstate.txt |  37 
>  Documentation/kernel-parameters.txt |   3 +
>  arch/x86/include/asm/cpufeature.h   |   5 ++
>  arch/x86/include/uapi/asm/msr-index.h   |  41 +
>  arch/x86/kernel/cpu/scattered.c |   5 ++
>  drivers/cpufreq/intel_pstate.c  | 102 
> +++-
>  6 files changed, 178 insertions(+), 15 deletions(-)

Both patches queued up for 3.19 (with assorted fixups), thanks!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] intel_pstate: Add support for hardware managed P states (HWP)

2014-11-14 Thread Rafael J. Wysocki
On Thursday, November 06, 2014 09:40:45 AM dirk.brande...@gmail.com wrote:
 From: Dirk Brandewie dirk.j.brande...@intel.com
 
 This patch set adds support for HWP. When HWP is enabled the CPU will
 do P state autonomously and intel_pstate simply provides an interface
 to forward user preferences to the CPU while maintaining the
 interfaces required by the cpufreq core. 
 
 Dirk Brandewie (2):
   x86: Add support for Intel HWP feature detection.
   intel_pstate: Add support for HWP
 
  Documentation/cpu-freq/intel-pstate.txt |  37 
  Documentation/kernel-parameters.txt |   3 +
  arch/x86/include/asm/cpufeature.h   |   5 ++
  arch/x86/include/uapi/asm/msr-index.h   |  41 +
  arch/x86/kernel/cpu/scattered.c |   5 ++
  drivers/cpufreq/intel_pstate.c  | 102 
 +++-
  6 files changed, 178 insertions(+), 15 deletions(-)

Both patches queued up for 3.19 (with assorted fixups), thanks!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] intel_pstate: Add support for hardware managed P states (HWP)

2014-11-06 Thread dirk . brandewie
From: Dirk Brandewie 

This patch set adds support for HWP. When HWP is enabled the CPU will
do P state autonomously and intel_pstate simply provides an interface
to forward user preferences to the CPU while maintaining the
interfaces required by the cpufreq core. 

Dirk Brandewie (2):
  x86: Add support for Intel HWP feature detection.
  intel_pstate: Add support for HWP

 Documentation/cpu-freq/intel-pstate.txt |  37 
 Documentation/kernel-parameters.txt |   3 +
 arch/x86/include/asm/cpufeature.h   |   5 ++
 arch/x86/include/uapi/asm/msr-index.h   |  41 +
 arch/x86/kernel/cpu/scattered.c |   5 ++
 drivers/cpufreq/intel_pstate.c  | 102 +++-
 6 files changed, 178 insertions(+), 15 deletions(-)

-- 
1.9.3

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


[PATCH 0/2] intel_pstate: Add support for hardware managed P states (HWP)

2014-11-06 Thread dirk . brandewie
From: Dirk Brandewie dirk.j.brande...@intel.com

This patch set adds support for HWP. When HWP is enabled the CPU will
do P state autonomously and intel_pstate simply provides an interface
to forward user preferences to the CPU while maintaining the
interfaces required by the cpufreq core. 

Dirk Brandewie (2):
  x86: Add support for Intel HWP feature detection.
  intel_pstate: Add support for HWP

 Documentation/cpu-freq/intel-pstate.txt |  37 
 Documentation/kernel-parameters.txt |   3 +
 arch/x86/include/asm/cpufeature.h   |   5 ++
 arch/x86/include/uapi/asm/msr-index.h   |  41 +
 arch/x86/kernel/cpu/scattered.c |   5 ++
 drivers/cpufreq/intel_pstate.c  | 102 +++-
 6 files changed, 178 insertions(+), 15 deletions(-)

-- 
1.9.3

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