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

From: Zhang Rui
Date: Wed Apr 11 2018 - 04:41:27 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 f8837aac36cdc7430422cd65f4466071b42654bb:

 Merge branches 'thermal-core' and 'thermal-soc' into next (2018-04-02
21:49:31 +0800)

on top of commit 0c8efd610b58cb23cefdfa12015799079aef94ae:

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

Specifics:

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

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

- add support for i.MX7 thermal sensor in imx_thermal driver. (Anson
Huang)

- add support for MT7622 SoC in mtk_thermal driver. (Sean Wang)

- Remove unused min/max cpu cooling DT property. (Viresh Kumar).

- A series of fixes on exynos driver. (Bartlomiej Zolnierkiewicz,
Maciej Purski, Marek Szyprowski)

thanks,
rui



----------------------------------------------------------------
Anson Huang (1):
ÂÂÂÂÂÂthermal: imx: add i.MX7 thermal sensor support

Bartlomiej Zolnierkiewicz (10):
ÂÂÂÂÂÂthermal: exynos: remove unused "type" field from struct
exynos_tmu_platform_data
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung,
tmu_default_temp_offset property
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung, tmu_[first,
second]_point_trim properties
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode
property
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung, tmu[_min,
_max]_efuse_value properties
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung, tmu_reference_voltage
property
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung,tmu_gain property
ÂÂÂÂÂÂthermal: exynos: remove parsing of samsung, tmu_cal_type property
ÂÂÂÂÂÂthermal: exynos: remove separate exynos_tmu.h header file
ÂÂÂÂÂÂdt-bindings: thermal: remove no longer needed samsung thermal
properties

Maciej Purski (1):
ÂÂÂÂÂÂthermal: exynos: Read soc_type from match data

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

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

Sean Wang (2):
ÂÂÂÂÂÂdt-bindings: thermal: add binding for MT7622 SoC
ÂÂÂÂÂÂthermal: mediatek: add support for MT7622 SoC

Viresh Kumar (2):
ÂÂÂÂÂÂdt-bindings: thermal: Remove "cooling-{min|max}-level" properties
ÂÂÂÂÂÂthermal: Add cooling device's statistics in sysfs

Zhang Rui (2):
ÂÂÂÂÂÂMerge branch 'linus' of git://git.kernel.org/.../evalenti/linux-
soc-thermal into thermal-soc
ÂÂÂÂÂÂMerge branches 'thermal-core' and 'thermal-soc' into next

Â.../devicetree/bindings/thermal/exynos-thermal.txt |ÂÂ23 +-
Â.../devicetree/bindings/thermal/imx-thermal.txtÂÂÂÂ|ÂÂÂ9 +-
Â.../bindings/thermal/mediatek-thermal.txtÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Â.../devicetree/bindings/thermal/thermal.txtÂÂÂÂÂÂÂÂ|ÂÂ16 +-
ÂDocumentation/thermal/sysfs-api.txtÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ31 +++
Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 301
++++++++++++++++-----
Âdrivers/thermal/mtk_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ35 +++
Âdrivers/thermal/samsung/exynos_tmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 268 +++++++++--
-------
Âdrivers/thermal/samsung/exynos_tmu.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ75 -----
Â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 +
Â15 files changed, 706 insertions(+), 304 deletions(-)
Âdelete mode 100644 drivers/thermal/samsung/exynos_tmu.h