[GIT PULL] Thermal management updates for v4.17-rc5

From: Zhang Rui
Date: Sat May 12 2018 - 12:15:21 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 v4.17-rc5 with
top-most commit 60abce9f43d812dfec6687a10ca30be380f6f97a:

 Merge branch 'thermal-soc' into next (2018-05-11 09:37:21 +0800)

on top of commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:

 Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)

Specifics:

- Fix NULL pointer deref on module load/probe, for int3403_thermal
driver.

- Fix an emergency shutdown issue on exynos thermal driver.


thanks,
rui

----------------------------------------------------------------
Hans de Goede (1):
ÂÂÂÂÂÂthermal: int3403_thermal: Fix NULL pointer deref on module load /
probe

Marek Szyprowski (2):
ÂÂÂÂÂÂthermal: exynos: Reading temperature makes sense only when TMU is
turned on
ÂÂÂÂÂÂthermal: exynos: Propagate error value from tmu_read()

Zhang Rui (1):
ÂÂÂÂÂÂMerge branch 'thermal-soc' into next

Âdrivers/thermal/int340x_thermal/int3403_thermal.c |ÂÂ3 +--
Âdrivers/thermal/samsung/exynos_tmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 14 +++++++++++---
Â2 files changed, 12 insertions(+), 5 deletions(-)