[GIT PULL] Power management fixes for v5.10-rc5
From: Rafael J. Wysocki
Date: Thu Nov 19 2020 - 13:27:41 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.10-rc5
with top-most commit 3a8ac4d39651c71d6d2f3376b13d0bad1484249a
Merge branch 'pm-cpuidle'
on top of commit 09162bc32c880a791c6c0668ce0745cf7958f576
Linux 5.10-rc4
to receive power management fixes for 5.10-rc5.
These fix two issues in ARM cpufreq drivers and one cpuidle
driver issue.
Specifics:
- Add missing RCU_NONIDLE() annotations to the Tegra cpuidle
driver (Dmitry Osipenko).
- Fix boot frequency computation in the tegra186 cpufreq driver (Jon
Hunter).
- Make the SCMI cpufreq driver register a dummy clock provider to
avoid OPP addition failures (Sudeep Holla).
Thanks!
---------------
Dmitry Osipenko (1):
cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLE
Jon Hunter (1):
cpufreq: tegra186: Fix get frequency callback
Sudeep Holla (1):
cpufreq: scmi: Fix OPP addition failure with a dummy clock provider
---------------
drivers/cpufreq/scmi-cpufreq.c | 6 ++++++
drivers/cpufreq/tegra186-cpufreq.c | 33 +++++++++++++++++++++------------
drivers/cpuidle/cpuidle-tegra.c | 4 ++--
3 files changed, 29 insertions(+), 14 deletions(-)