[GIT PULL] Power management fixes for final 7.1

From: Rafael J. Wysocki

Date: Wed Jun 10 2026 - 13:44:12 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-7.1-rc8

with top-most commit 6100a82e34cb75571feba920a9c18f60698d598a

Merge tag 'amd-pstate-v7.1-2026-06-02' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux

on top of commit df488cac6140aa04ae52af9b4507d8f99a3762be

cpufreq/amd-pstate-ut: Disable dynamic_epp after the mode switch

to receive power management fixes for final 7.1.

These address some remaining fallout after introducing dynamic EPP
support in the amd-pstate driver during the current development cycle:

- Restore allowing writing EPP of 0 when in performance mode in the
amd-pstate driver which was unnecessarily disallowed by one of the
recent updates (Mario Limonciello)

- Remove stale documentation of the epp_cached field in struct
amd_cpudata that has been dropped recently (Zhan Xusheng)

Thanks!


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

Mario Limonciello (AMD) (1):
cpufreq/amd-pstate: Fix setting EPP in performance mode

Zhan Xusheng (1):
cpufreq/amd-pstate: drop stale @epp_cached kdoc

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

drivers/cpufreq/amd-pstate.c | 2 +-
drivers/cpufreq/amd-pstate.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)