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

From: Zhang Rui
Date: Wed Mar 01 2017 - 04:13:52 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.11-rc1 with
top-most commit 6fefe19f583625ca4ea3ecc9128baa51c31c60a4:

 Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and
'ida-conversion' into next (2017-02-22 15:35:06 +0800)

on top of commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c:

 Linux 4.10-rc7 (2017-02-05 15:10:58 -0800)

Specifics:

- Add thermal driver for R-Car Gen3 thermal sensors.

- Add thermal driver for ZTE' zx2967 family thermal sensors.

- convert thermal ID allocation from IDR to IDA.

- fix a possible NULL dereference in imx thermal driver.

- fix a ti-soc-thermal driver dependency issue so that critical thermal
control is still available when CPU_THERMAL is not defined.

- update binding information for QorIQ thermal driver.

- A couple of cleanups in thermal core, intel_powerclamp, exynos,
dra752-thermal, mtk-thermal driver.

thanks,
rui


----------------------------------------------------------------
Arnd Bergmann (1):
ÂÂÂÂÂÂthermal: use cpumask_var_t for on-stack cpu masks

Augusto Mecking Caringi (1):
ÂÂÂÂÂÂthermal/intel_powerclamp: Remove set-but-not-used variables

Baoyou Xie (2):
ÂÂÂÂÂÂdt: bindings: add documentation for zx2967 family thermal sensor
ÂÂÂÂÂÂthermal: zx2967: add thermal driver for ZTE's zx2967 family

Hongtao Jia (2):
ÂÂÂÂÂÂpowerpc/mpc85xx: Update TMU device tree node for T1040/T1042
ÂÂÂÂÂÂpowerpc/mpc85xx: Update TMU device tree node for T1023/T1024

Jia Hongtao (1):
ÂÂÂÂÂÂdt-bindings: Update QorIQ TMU thermal bindings

Keerthy (3):
ÂÂÂÂÂÂthermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from
TI_THERMAL
ÂÂÂÂÂÂthermal: arm: dra752: Remove TSHUT configuration
ÂÂÂÂÂÂthermal: arm: dra752: Remove all TSHUT related definitions

Krzysztof Kozlowski (1):
ÂÂÂÂÂÂthermal: exynos: Remove parsing unused samsung,tmu_cal_mode
property

Matthew Wilcox (4):
ÂÂÂÂÂÂthermal core: convert ID allocation to IDA
ÂÂÂÂÂÂthermal: convert clock cooling to use an IDA
ÂÂÂÂÂÂthermal: convert cpu_cooling to use an IDA
ÂÂÂÂÂÂthermal: convert devfreq_cooling to use an IDA

Shailendra Verma (1):
ÂÂÂÂÂÂthermal: imx: Fix possible NULL dereference.

Vivek Gautam (1):
ÂÂÂÂÂÂthermal: mtk_thermal: Staticise a number of data variables

Wolfram Sang (2):
ÂÂÂÂÂÂthermal: rcar_gen3_thermal: Document the R-Car Gen3
ÂÂÂÂÂÂthermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver

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

Â.../devicetree/bindings/thermal/qoriq-thermal.txtÂÂ|ÂÂÂ7 +
Â.../bindings/thermal/rcar-gen3-thermal.txtÂÂÂÂÂÂÂÂÂ|ÂÂ56 ++++
Â.../devicetree/bindings/thermal/zx2967-thermal.txt | 116 +++++++
Âarch/powerpc/boot/dts/fsl/t1023si-post.dtsiÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âarch/powerpc/boot/dts/fsl/t1040si-post.dtsiÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ17 ++
Âdrivers/thermal/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âdrivers/thermal/clock_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ50 +--
Âdrivers/thermal/cpu_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 102 +++----
Âdrivers/thermal/devfreq_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ53 +---
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +
Âdrivers/thermal/intel_powerclamp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 -
Âdrivers/thermal/mtk_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ16 +-
Âdrivers/thermal/rcar_gen3_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 335
+++++++++++++++++++++
Âdrivers/thermal/samsung/exynos_tmu.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âdrivers/thermal/samsung/exynos_tmu.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âdrivers/thermal/thermal_core.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ75 ++---
Âdrivers/thermal/ti-soc-thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âdrivers/thermal/ti-soc-thermal/dra752-bandgap.hÂÂÂÂ|ÂÂ19 --
Â.../thermal/ti-soc-thermal/dra752-thermal-data.cÂÂÂ|ÂÂ28 +-
Âdrivers/thermal/zx2967_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 258
++++++++++++++++
Âinclude/linux/thermal.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Â22 files changed, 890 insertions(+), 267 deletions(-)
Âcreate mode 100644 Documentation/devicetree/bindings/thermal/rcar-
gen3-thermal.txt
Âcreate mode 100644 Documentation/devicetree/bindings/thermal/zx2967-
thermal.txt
Âcreate mode 100644 drivers/thermal/rcar_gen3_thermal.c
Âcreate mode 100644 drivers/thermal/zx2967_thermal.c