[GIT PULL] Power management fixes for v5.16-rc2
From: Rafael J. Wysocki
Date: Thu Nov 18 2021 - 15:14:44 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.16-rc2
with top-most commit 47b577ae6fba635de1e5e042d425ebd0f9313111
Merge branch 'powercap'
on top of commit 881007522c8fcc3785c75432dbb149ca1b78e106
Merge tag 'thermal-5.16-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive power management fixes for 5.16-rc2.
These fix a system-wide suspend issue in the DTPM framework and
improve the Energy Model documentation.
Specifics:
- Fix system suspend handling in DTPM when it is enabled, but not
actually used (Daniel Lezcano).
- Describe the new cpufreq callback for Energy Model registration
and explain the "advanced" and "simple" EM variants in the EM
documentation (Lukasz Luba).
Thanks!
---------------
Daniel Lezcano (1):
powercap: DTPM: Fix suspend failure and kernel warning
Lukasz Luba (2):
Documentation: power: Add description about new callback for EM
registration
Documentation: power: Describe 'advanced' and 'simple' EM models
---------------
Documentation/power/energy-model.rst | 53 ++++++++++++++++++++++++++----------
drivers/powercap/dtpm_cpu.c | 9 ++----
2 files changed, 41 insertions(+), 21 deletions(-)