mbox series

[v4,0/3] cpufreq: intel_pstate: Base frequency attribute

Message ID 20181015173721.66147-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series cpufreq: intel_pstate: Base frequency attribute | expand

Message

Srinivas Pandruvada Oct. 15, 2018, 5:37 p.m. UTC
This series presents base frequency to cpufreq sysfs when intel_pstate
is in use in HWP mode.

Changes:
v4:
- Documentation update only as suggested by Rafael

v3:
- Update documentation
v2
- Removed guaranteed attribute addition to acpi_cppc sysfs
- Using the cppc_acpi interface to get base frequency and present

Srinivas Pandruvada (3):
  ACPI / CPPC: Add support for guaranteed performance
  cpufreq: intel_pstate: Add base_frequency attribute
  Documentation: intel_pstate: Add base_frequency information

 Documentation/admin-guide/pm/intel_pstate.rst |  7 ++++
 drivers/acpi/cppc_acpi.c                      |  8 +++-
 drivers/cpufreq/intel_pstate.c                | 38 +++++++++++++++++++
 include/acpi/cppc_acpi.h                      |  1 +
 4 files changed, 52 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki Oct. 19, 2018, 10:17 a.m. UTC | #1
On Monday, October 15, 2018 7:37:18 PM CEST Srinivas Pandruvada wrote:
> This series presents base frequency to cpufreq sysfs when intel_pstate
> is in use in HWP mode.
> 
> Changes:
> v4:
> - Documentation update only as suggested by Rafael
> 
> v3:
> - Update documentation
> v2
> - Removed guaranteed attribute addition to acpi_cppc sysfs
> - Using the cppc_acpi interface to get base frequency and present
> 
> Srinivas Pandruvada (3):
>   ACPI / CPPC: Add support for guaranteed performance
>   cpufreq: intel_pstate: Add base_frequency attribute
>   Documentation: intel_pstate: Add base_frequency information
> 
>  Documentation/admin-guide/pm/intel_pstate.rst |  7 ++++
>  drivers/acpi/cppc_acpi.c                      |  8 +++-
>  drivers/cpufreq/intel_pstate.c                | 38 +++++++++++++++++++
>  include/acpi/cppc_acpi.h                      |  1 +
>  4 files changed, 52 insertions(+), 2 deletions(-)
> 
> 

All three applied, thanks!