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

From: Zhang Rui
Date: Fri Apr 13 2018 - 10:04:31 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-rc1 with
top-most commit b907b408ca64482989cd95dacef804ce509a3673:

 Merge branches 'thermal-core' and 'thermal-soc' into next (2018-04-13
14:11:53 +0800)

on top of commit 0c8efd610b58cb23cefdfa12015799079aef94ae:

 Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)

Differences in V2:
- Dropped all patches from thermal-soc tree, including the exynos patch
that introduces the compiler warnings.

Specifics:

- Fix race condition in imx_thermal_probe(). (Mikhail Lappo)

- Add cooling device's statistics in sysfs. (Viresh Kumar)

thanks,
rui

----------------------------------------------------------------
Mikhail Lappo (1):
ÂÂÂÂÂÂthermal: imx: Fix race condition in imx_thermal_probe()

Viresh Kumar (1):
ÂÂÂÂÂÂthermal: Add cooling device's statistics in sysfs

Zhang Rui (1):
ÂÂÂÂÂÂMerge branches 'thermal-core' and 'thermal-soc' into next

ÂDocumentation/thermal/sysfs-api.txt |ÂÂ31 +++++
Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 ++
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂ|ÂÂÂ6 +-
Âdrivers/thermal/thermal_core.cÂÂÂÂÂÂ|ÂÂÂ3 +-
Âdrivers/thermal/thermal_core.hÂÂÂÂÂÂ|ÂÂ10 ++
Âdrivers/thermal/thermal_helpers.cÂÂÂ|ÂÂÂ5 +-
Âdrivers/thermal/thermal_sysfs.cÂÂÂÂÂ| 225
++++++++++++++++++++++++++++++++++++
Âinclude/linux/thermal.hÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Â8 files changed, 283 insertions(+), 5 deletions(-)