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

From: Rafael J. Wysocki
Date: Fri Aug 21 2020 - 14:12:49 EST


Hi Linus,

Please pull from the tag

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

with top-most commit cc15fd9892e28689b6e17dbd6e28d00c55d62928

Merge branch 'opp/fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

on top of commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5

Linux 5.9-rc1

to receive power management fixes for 5.9-rc2.

These fix a few issues in the operating performance points (OPP)
framework.

Specifics:

- Fix re-enabling of resources in dev_pm_opp_set_rate() (Rajendra
Nayak).

- Fix OPP table reference counting in error paths (Stephen Boyd).

Thanks!


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

Rajendra Nayak (1):
opp: Enable resources again if they were disabled earlier

Stephen Boyd (2):
opp: Put opp table in dev_pm_opp_set_rate() for empty tables
opp: Put opp table in dev_pm_opp_set_rate() if _set_opp_bw() fails

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

drivers/opp/core.c | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)