[GIT PULL] More power management updates for v5.12-rc1
From: Rafael J. Wysocki
Date: Tue Feb 23 2021 - 15:09:28 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.12-rc1-2
with top-most commit 08c2a406b974eea893dd9b2f159d715f2b15c683
Merge branches 'pm-cpufreq' and 'pm-opp'
on top of commit a9a939cb34dfffb9f43b988a681d2566ca157b74
Merge branches 'powercap' and 'pm-misc'
to receive more power management updates for 5.12-rc1.
These are fixes and cleanups on top of the power management
material for 5.12-rc1 merged previously.
Specifics:
- Address cpufreq regression introduced in 5.11 that causes
CPU frequency reporting to be distorted on systems with CPPC
that use acpi-cpufreq as the scaling driver (Rafael Wysocki).
- Fix regression introduced during the 5.10 development cycle
related to CPU hotplug and policy recreation in the
qcom-cpufreq-hw driver (Shawn Guo).
- Fix recent regression in the operating performance points (OPP)
framework that may cause frequency updates to be skipped by
mistake in some cases (Jonathan Marek).
- Simplify schedutil governor code and remove a misleading comment
from it (Yue Hu).
- Fix kerneldoc comment typo in the cpufreq core (Yue Hu).
Thanks!
---------------
Jonathan Marek (1):
opp: Don't skip freq update for different frequency
Rafael J. Wysocki (1):
cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known
Shawn Guo (1):
cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks
Yue Hu (3):
cpufreq: schedutil: Remove needless sg_policy parameter from
ignore_dl_rate_limit()
cpufreq: schedutil: Remove update_lock comment from struct
sugov_policy definition
cpufreq: Fix typo in kerneldoc comment
---------------
drivers/cpufreq/acpi-cpufreq.c | 62 ++++++++++-----------------------------
drivers/cpufreq/cpufreq.c | 2 +-
drivers/cpufreq/freq_table.c | 8 ++++-
drivers/cpufreq/qcom-cpufreq-hw.c | 40 ++++++++++++++++++++-----
drivers/opp/core.c | 8 +++--
drivers/opp/opp.h | 2 ++
kernel/sched/cpufreq_schedutil.c | 14 ++++-----
7 files changed, 69 insertions(+), 67 deletions(-)