[GIT PULL] Power management fixes for v5.14-rc7

From: Rafael J. Wysocki
Date: Fri Aug 20 2021 - 15:35:05 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.14-rc7

with top-most commit f2963c7ec7cc337ca286271f3111b1ed3ad5f023

Merge branch 'pm-opp'

on top of commit 7c60610d476766e128cc4284bb6349732cbd6606

Linux 5.14-rc6

to receive power management fixes for 5.14-rc7.

These fix some issues in the ARM cpufreq drivers and in the
operating performance points (OPP) framework.

Specifics:

- Fix unuseful WARN() in the OPP core and prevent a noisy warning
from being printed by OPP _put functions (Dmitry Osipenko).

- Fix error path when allocation failed in the arm_scmi cpufreq
driver (Lukasz Luba).

- Blacklist Qualcomm sc8180x and Qualcomm sm8150 in
cpufreq-dt-platdev (Bjorn Andersson, Thara Gopinath).

- Forbid cpufreq for 1.2 GHz variant in the armada-37xx cpufreq
driver (Marek Behún).

Thanks!


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

Bjorn Andersson (1):
cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev

Dmitry Osipenko (1):
opp: Drop empty-table checks from _put functions

Lukasz Luba (1):
cpufreq: arm_scmi: Fix error path when allocation failed

Marek Behún (1):
cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant

Michał Mirosław (1):
opp: remove WARN when no valid OPPs remain

Thara Gopinath (1):
cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev

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

drivers/cpufreq/armada-37xx-cpufreq.c | 6 +++++-
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
drivers/cpufreq/scmi-cpufreq.c | 2 +-
drivers/opp/core.c | 15 ---------------
drivers/opp/of.c | 5 +++--
5 files changed, 11 insertions(+), 19 deletions(-)