mbox series

[v2,0/2] cpufreq: intel_pstate: Base frequency attribute

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

Message

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

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

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

 drivers/acpi/cppc_acpi.c       |  8 +++++--
 drivers/cpufreq/intel_pstate.c | 38 ++++++++++++++++++++++++++++++++++
 include/acpi/cppc_acpi.h       |  1 +
 3 files changed, 45 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki Oct. 12, 2018, 8:20 a.m. UTC | #1
On Tue, Oct 9, 2018 at 11:46 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> This series presents base frequency to cpufreq sysfs when intel_pstate
> is in use in HWP mode.
>
> Changes:
> v2
> - Removed guaranteed attribute addition to acpi_cppc sysfs
> - Using the cppc_acpi interface to get base frequency and present

The code changes are fine by me, but what about documenting the new sysfs attr?

Thanks,
Rafael