[GIT PULL] Power management fixes for v5.5-rc6
From: Rafael J. Wysocki
Date: Fri Jan 10 2020 - 05:23:42 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.5-rc6
with top-most commit 10674d97c4e266e8c50ce794d1c470c26228d52b
Merge branch 'powercap'
on top of commit c79f46a282390e0f5b306007bf7b11a46d529538
Linux 5.5-rc5
to receive power management fixes for 5.5-rc6.
These prevent the cpufreq-dt driver from probing Tegra20/30 (Dmitry
Osipenko) and prevent the Intel RAPL power capping driver from
crashing during CPU initialization due to a NULL pointer dereference
if the processor model in use is not known to it (Harry Pan).
Thanks!
---------------
Dmitry Osipenko (1):
cpufreq: dt-platdev: Blacklist NVIDIA Tegra20 and Tegra30 SoCs
Harry Pan (1):
powercap: intel_rapl: add NULL pointer check to rapl_mmio_cpu_online()
---------------
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
drivers/powercap/intel_rapl_common.c | 3 +++
2 files changed, 5 insertions(+)