[GIT PULL] Thermal management updates for v5.1-rc2
From: Zhang Rui
Date: Sun Mar 24 2019 - 06:28:47 EST
Hi, Linus,
Please pull from
 git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next
to receive the latest Thermal management updates for v5.1-rc2 with
top-most commit 2d7c4e17811f766321b9c054609551fa40f0b445:
 Merge branches 'fixes' and 'thermal-intel' into next (2019-03-18
22:37:44 +0800)
on top of commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
 Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
Specifics:
- Fix a wrong __percpu structure declaration in intel_powerclamp
driver. (Luc Van Oostenryck)
- Fix truncated name of the idle injection kthreads created by
intel_powerclamp driver. (Zhang Rui)
- Fix the missing UUID supports in int3400 thermal driver. (Matthew
Garrett)
- Fix a crash when accessing the debugfs of bcm2835 SoC thermal driver.
(Phil Elwell)
- A couple of trivial fixes/cleanups in some SoC thermal drivers.
thanks,
rui
----------------------------------------------------------------
Luc Van Oostenryck (1):
ÂÂÂÂÂÂthermal/intel_powerclamp: fix __percpu declaration of worker_data
Marek Szyprowski (1):
ÂÂÂÂÂÂthermal: samsung: Fix incorrect check after code merge
Matthew Garrett (2):
ÂÂÂÂÂÂthermal/int340x_thermal: Add additional UUIDs
ÂÂÂÂÂÂthermal/int340x_thermal: fix mode setting
Phil Elwell (1):
ÂÂÂÂÂÂthermal: bcm2835: Fix crash in bcm2835_thermal_debugfs
Pi-Hsun Shih (1):
ÂÂÂÂÂÂthermal: mtk: Allocate enough space for mtk_thermal.
Shaokun Zhang (1):
ÂÂÂÂÂÂthermal: cpu_cooling: Remove unused cur_freq variable
Zhang Rui (2):
ÂÂÂÂÂÂthermal/intel_powerclamp: fix truncated kthread name
ÂÂÂÂÂÂMerge branches 'fixes' and 'thermal-intel' into next
Âdrivers/thermal/broadcom/bcm2835_thermal.cÂÂÂÂÂÂÂÂÂÂ|ÂÂ9 ++++-----
Âdrivers/thermal/cpu_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ3 +--
Â.../thermal/intel/int340x_thermal/int3400_thermal.c | 21
+++++++++++++++++----
Âdrivers/thermal/intel/intel_powerclamp.cÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ4 ++--
Âdrivers/thermal/mtk_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ7 +++++--
Âdrivers/thermal/samsung/exynos_tmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ2 +-
Â6 files changed, 30 insertions(+), 16 deletions(-)