[GIT PULL] Power management fixes for v5.12-rc2

From: Rafael J. Wysocki
Date: Fri Mar 05 2021 - 12:27:42 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.12-rc2

with top-most commit 7bff4c26b6d2c82bebf8630f31b1cca11b1bd562

Merge branch 'powercap'

on top of commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8

Linux 5.12-rc1

to receive power management fixes for 5.12-rc2.

These fix the usage of device links in the runtime PM core
code and update the DTPM (Dynamic Thermal Power Management)
feature added recently.

Specifics:

- Make the runtime PM core code avoid attempting to suspend
supplier devices before updating the PM-runtime status of
a consumer to "suspended" (Rafael Wysocki).

- Fix DTPM (Dynamic Thermal Power Management) root node
initialization and label that feature as EXPERIMENTAL in
Kconfig (Daniel Lezcano).

Thanks!


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

Daniel Lezcano (2):
powercap/drivers/dtpm: Fix root node initialization
powercap/drivers/dtpm: Add the experimental label to the option
description

Rafael J. Wysocki (1):
PM: runtime: Update device status before letting suppliers suspend

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

drivers/base/power/runtime.c | 62 ++++++++++++++++++++++++++------------------
drivers/powercap/Kconfig | 2 +-
drivers/powercap/dtpm.c | 3 +++
3 files changed, 41 insertions(+), 26 deletions(-)