[GIT PULL] Power management fixes for v5.10-rc4
From: Rafael J. Wysocki
Date: Thu Nov 12 2020 - 10:59:13 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.10-rc4
with top-most commit fcb3a1ab79904d54499db77017793ccca665eb7e
cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into account
on top of commit f8394f232b1eab649ce2df5c5f15b0e528c92091
Linux 5.10-rc3
to receive power management fixes for 5.10-rc4.
These make the intel_pstate driver behave as expected when it
operates in the passive mode with HWP enabled and the "powersave"
governor on top of it.
Thanks!
---------------
Rafael J. Wysocki (4):
cpufreq: Introduce governor flags
cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGET
cpufreq: Add strict_target to struct cpufreq_policy
cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into account
---------------
drivers/cpufreq/cpufreq.c | 4 +++-
drivers/cpufreq/cpufreq_governor.h | 2 +-
drivers/cpufreq/cpufreq_performance.c | 1 +
drivers/cpufreq/cpufreq_powersave.c | 1 +
drivers/cpufreq/intel_pstate.c | 16 +++++++++-------
include/linux/cpufreq.h | 18 ++++++++++++++++--
kernel/sched/cpufreq_schedutil.c | 2 +-
7 files changed, 32 insertions(+), 12 deletions(-)