[GIT PULL] Power management fixes for v5.18-rc5

From: Rafael J. Wysocki
Date: Thu Apr 28 2022 - 11:32:52 EST


Hi Linus,

Please pull from the tag

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

with top-most commit edbd9772cc9d8af6c136d01d8b9402f6ab767e9b

Merge branch 'pm-cpuidle'

on top of commit af2d861d4cd2a4da5137f795ee3509e6f944a25b

Linux 5.18-rc4

to receive power management fixes for 5.18-rc5.

These fix up recent intel_idle driver changes and fix some ARM
cpufreq driver issues.

Specifics:

- Fix issues with the Qualcomm's cpufreq driver (Dmitry Baryshkov,
Vladimir Zapolskiy).

- Fix memory leak in the Sun501 driver (Xiaobing Luo).

- Make intel_idle enable C1E promotion on all CPUs when C1E is
preferred to C1 (Artem Bityutskiy).

- Make C6 optimization on Sapphire Rapids added recently work as
expected if both C1E and C1 are "preferred" (Artem Bityutskiy).

Thanks!


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

Artem Bityutskiy (2):
intel_idle: Fix the 'preferred_cstates' module parameter
intel_idle: Fix SPR C6 optimization

Dmitry Baryshkov (4):
cpufreq: qcom-hw: drop affinity hint before freeing the IRQ
cpufreq: qcom-hw: fix the race between LMH worker and cpuhp
cpufreq: qcom-hw: fix the opp entries refcounting
cpufreq: qcom-hw: provide online/offline operations

Vladimir Zapolskiy (2):
cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms
cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts

Xiaobing Luo (1):
cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe

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

drivers/cpufreq/qcom-cpufreq-hw.c | 70 +++++++++++++++++++++++++++-------
drivers/cpufreq/sun50i-cpufreq-nvmem.c | 4 +-
drivers/idle/intel_idle.c | 27 +++++++------
3 files changed, 75 insertions(+), 26 deletions(-)