[GIT PULL] Power management fixes for v5.16-rc4

From: Rafael J. Wysocki
Date: Fri Dec 03 2021 - 14:54:01 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 404c91218703d58c8f442aa01e4ae558f14c0e20

Merge branch 'powercap'

on top of commit d58071a8a76d779eedab38033ae4c821c30295a5

Linux 5.16-rc3

to receive power management fixes for 5.16-rc4.

These fix a CPU hot-add issue in the cpufreq core, fix a comment
in the cpufreq core code and update its documentation, and
disable the DTPM (Dynamic Thermal Power Management) code for the
time being to prevent it from causing issues to appear.

Specifics:

- Disable DTPM for this cycle to prevent it from causing issues
to appear on otherwise functional systems (Daniel Lezcano).

- Fix cpufreq sysfs interface failure related to physical CPU
hot-add (Xiongfeng Wang).

- Fix comment in cpufreq core and update its documentation (Tang
Yizhou).

Thanks!


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

Daniel Lezcano (1):
powercap/drivers/dtpm: Disable DTPM at boot time

Rafael J. Wysocki (1):
powercap: DTPM: Drop unused local variable from init_dtpm()

Tang Yizhou (2):
cpufreq: Fix a comment in cpufreq_policy_free
cpufreq: docs: Update core.rst

Xiongfeng Wang (1):
cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()

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

Documentation/cpu-freq/core.rst | 6 +++---
drivers/cpufreq/cpufreq.c | 14 +++++++-------
drivers/powercap/dtpm.c | 5 -----
3 files changed, 10 insertions(+), 15 deletions(-)