[GIT PULL] Power management fixes for v6.13-rc4

From: Rafael J. Wysocki
Date: Fri Dec 20 2024 - 15:49:35 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 05648c2f58b3da82d304e7a449101a4545472836

Merge tag 'amd-pstate-v6.13-2024-12-11' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux

on top of commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8

Linux 6.13-rc3

to receive power management fixes for 6.13-rc4.

These fix some amd-pstate driver issues:

- Detect preferred core support in amd-pstate before driver
registration to avoid initialization ordering issues (K Prateek
Nayak).

- Fix issues with boost numerator handling in amd-pstate leading
to inconsistently programmed CPPC max performance values (Mario
Limonciello).

Thanks!


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

K Prateek Nayak (1):
cpufreq/amd-pstate: Detect preferred core support before driver
registration

Mario Limonciello (2):
cpufreq/amd-pstate: Store the boost numerator as highest perf again
cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies

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

Documentation/admin-guide/pm/amd-pstate.rst | 4 +--
drivers/cpufreq/amd-pstate.c | 50 +++++++++++++++--------------
2 files changed, 27 insertions(+), 27 deletions(-)