[GIT PULL] Power management fixes for v6.12-rc5

From: Rafael J. Wysocki
Date: Fri Oct 25 2024 - 11:51:15 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.12-rc5

with top-most commit 1646a3f2b1bda03a763f7aecf83504144fb8bba9

Merge branch 'pm-powercap'

on top of commit 42f7652d3eb527d03665b09edac47f85fb600924

Linux 6.12-rc4

to receive power management fixes for 6.12-rc5.

These update cpufreq documentation to match the code after recent
changes (Christian Loehle), fix a units conversion issue in the CPPC
cpufreq driver (liwei), and fix an error check in the dtpm_devfreq
power capping driver (Yuan Can).

Thanks!


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

Christian Loehle (1):
cpufreq: docs: Reflect latency changes in docs

Yuan Can (1):
powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request()

liwei (1):
cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception

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

Documentation/admin-guide/pm/cpufreq.rst | 20 ++++++++++----------
drivers/acpi/cppc_acpi.c | 22 +++++++++++++++++-----
drivers/powercap/dtpm_devfreq.c | 2 +-
3 files changed, 28 insertions(+), 16 deletions(-)