[GIT PULL] Power management fixes for v4.7-rc4

From: Rafael J. Wysocki
Date: Fri Jun 17 2016 - 20:27:30 EST


Hi Linus,

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.7-rc4

to receive power management fixes for v4.7-rc4 with top-most commit
9d066a252786e1a18484a6283f82614d42a9f4ac

Merge branches 'pm-opp' and 'pm-cpufreq-fixes'

on top of commit 5edb56491d4812c42175980759da53388e5d86f5

Linux 4.7-rc3

Fixes for two recent regressions that may lead to degraded performance
(operating performance points framework, intel_pstate).

Specifics:

- Fix a recent regression in the intel_pstate driver that may
lead to degraded performance on some systems due to missing
turbo state entry in the table returned by the ACPI _PSS
object (Srinivas Pandruvada).

- Fix a recent regression in the OPP (operating performance points)
framework that may lead to degraded performance on some systems
where the OPP table is created too early (Viresh Kumar).

Thanks!

---------------

Srinivas Pandruvada (1):
cpufreq: intel_pstate: Adjust _PSS[0] freqeuency if needed

Viresh Kumar (1):
PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table

---------------

drivers/base/power/opp/cpu.c | 12 +++++++++---
drivers/base/power/opp/of.c | 10 ++++++++--
drivers/base/power/opp/opp.h | 8 +++++++-
drivers/cpufreq/intel_pstate.c | 22 ++--------------------
4 files changed, 26 insertions(+), 26 deletions(-)