[GIT PULL] Power management fixes for v5.8-rc6

From: Rafael J. Wysocki
Date: Thu Jul 16 2020 - 13:29:38 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.8-rc6

with top-most commit 1740f21af58b89a072f33ae0912d5acf95314f22

Merge branch 'pm-cpufreq'

on top of commit 11ba468877bb23f28956a35e896356252d63c983

Linux 5.8-rc5

to receive power management fixes for 5.8-rc6.

These add missing handling of a command line switch to the
intel_pstate driver (Rafael Wysocki) and fix the freeing of the
operating performance point (OPP) entries for the legacy (v1) OPP
table type (Walter Lozano).

Thanks!


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

Rafael J. Wysocki (1):
cpufreq: intel_pstate: Fix active mode setting from command line

Walter Lozano (1):
opp: Increase parsed_static_opps in _of_add_opp_table_v1()

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

drivers/cpufreq/intel_pstate.c | 8 ++++++--
drivers/opp/of.c | 4 ++++
2 files changed, 10 insertions(+), 2 deletions(-)