[GIT PULL] More power management updates for v6.1-rc1

From: Rafael J. Wysocki
Date: Mon Oct 10 2022 - 13:46:26 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.1-rc1-2

with top-most commit f7e6b99f22f22f3630139aeaeecb83d77e47bf9b

Merge branches 'pm-domains' and 'pm-core'

on top of commit c79e6fa98ca8628556a01fe277022bda64829fdf

Merge tag 'pm-6.1-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more power management updates for 6.1-rc1.

These update the turbostat utility, extend the macros used for defining
device power management callbacks and add a diagnostic message to the
generic power domains code.

Specifics:

- Add an error message to be printed when a power domain marked as
"always on" is not actually on during initialization (Johan Hovold).

- Extend macros used for defining power management callbacks to allow
conditional exporting of noirq and late/early suspend/resume PM
callbacks (Paul Cercueil).

- Update the turbostat utility:
* Add support for two new platforms (Zhang Rui).
* Adjust energy unit for Sapphire Rapids (Zhang Rui).
* Do not dump TRL if turbo is not supported (Artem Bityutskiy).

Thanks!


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

Artem Bityutskiy (1):
tools/power turbostat: Do not dump TRL if turbo is not supported

Johan Hovold (1):
PM: domains: log failures to register always-on domains

Len Brown (1):
tools/power turbostat: version 2022.10.04

Paul Cercueil (1):
PM: Improve EXPORT_*_DEV_PM_OPS macros

Zhang Rui (3):
tools/power turbostat: Add support for RPL-S
tools/power turbostat: Add support for MeteorLake platforms
tools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domain

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

drivers/base/power/domain.c | 4 +++-
include/linux/pm.h | 37 ++++++++++++++++++++++-------------
include/linux/pm_runtime.h | 20 +++++++++++--------
tools/power/x86/turbostat/turbostat.c | 22 ++++++++++++++-------
4 files changed, 53 insertions(+), 30 deletions(-)