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

From: Zhang Rui
Date: Tue Feb 06 2018 - 09:58:13 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.16-rc1 with
top-most commit 134f4010799a30acd969e603985c27b9f3e6f58d:

 Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into
next (2018-01-15 13:57:18 +0800)

on top of commit 464e1d5f23cca236b930ef068c328a64cab78fb1:

 Linux 4.15-rc5 (2017-12-23 20:47:16 -0800)

Specifics:
Â- Fix a race condition issue in power allocator governor (Yi Zeng).
Â- Add support for AP806 and CP110 in armada thermal driver, together
with several improvements (Baruch Siach, Miquel Raynal).
Â- Add support for r8z7743 in rcar thermal driver (Biju Das).
Â- convert thermal core to use new hwmon API to avoid warning (Fabio
Estevam).
Â- Small fixes and cleanups in thermal core and x86_pkg_thermal,
int3400_thermal, hisi_thermal, mtk_thermal and imx_thermal drivers
(Pravin Shedge, Geert Uytterhoeven, Alexey Khoroshilov, Brian Bian,
Matthias Brugger, Nicolin Chen, Uwe Kleine-KÃnig).

thanks,
rui
----------------------------------------------------------------
Alexey Khoroshilov (1):
ÂÂÂÂÂÂthermal: int3400_thermal: fix error handling in
int3400_thermal_probe()

Baruch Siach (4):
ÂÂÂÂÂÂdt-bindings: thermal: Describe Armada AP806 and CP110
ÂÂÂÂÂÂthermal: armada: Use msleep for long delays
ÂÂÂÂÂÂthermal: armada: Add support for Armada AP806
ÂÂÂÂÂÂthermal: armada: Add support for Armada CP110

Biju Das (1):
ÂÂÂÂÂÂdt-bindings: thermal: rcar: Add device tree support for r8a7743

Brian Bian (1):
ÂÂÂÂÂÂthermal: int3400_thermal: Ignore Unknown Notification Codes

Fabio Estevam (1):
ÂÂÂÂÂÂthermal: thermal_hwmon: Convert to
hwmon_device_register_with_info()

Geert Uytterhoeven (2):
ÂÂÂÂÂÂthermal/drivers/hisi: Remove bogus const from function return
type
ÂÂÂÂÂÂthermal/x86 pkg temp: Remove debugfs_create_u32() casts

Matthias Brugger (1):
ÂÂÂÂÂÂthermal: mtk: Cleanup unused defines

Miquel Raynal (7):
ÂÂÂÂÂÂthermal: armada: Simplify the check of the validity bit
ÂÂÂÂÂÂthermal: armada: Clarify control registers accesses
ÂÂÂÂÂÂthermal: armada: Use real status register name
ÂÂÂÂÂÂthermal: armada: Update Kconfig and module description
ÂÂÂÂÂÂthermal: armada: Change sensors trim default value
ÂÂÂÂÂÂthermal: armada: Wait sensors validity before exiting the init
callback
ÂÂÂÂÂÂthermal: armada: Give meaningful names to the thermal zones

Nicolin Chen (1):
ÂÂÂÂÂÂthermal: tegra: remove forward declarations

Pravin Shedge (1):
ÂÂÂÂÂÂdrivers: thermal: remove duplicate includes

Uwe Kleine-KÃnig (4):
ÂÂÂÂÂÂthermal: imx: Use better parameter names than "val"
ÂÂÂÂÂÂthermal: imx: improve comments describing algorithm for temp
calculation
ÂÂÂÂÂÂthermal: imx: use consistent style to write temperatures
ÂÂÂÂÂÂthermal: imx: update to new formula according to NXP AN5215

Yi Zeng (1):
ÂÂÂÂÂÂthermal: power_allocator: fix one race condition issue for
thermal_instances list

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

Â.../devicetree/bindings/thermal/armada-thermal.txt |ÂÂ37 ++-
Â.../devicetree/bindings/thermal/rcar-thermal.txtÂÂÂ|ÂÂÂ1 +
Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âdrivers/thermal/armada_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 253
+++++++++++++++------
Âdrivers/thermal/hisi_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ74 +++---
Âdrivers/thermal/int340x_thermal/int3400_thermal.cÂÂ|ÂÂ12 +-
Âdrivers/thermal/mtk_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ9 +-
Âdrivers/thermal/of-thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 -
Âdrivers/thermal/power_allocator.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
Âdrivers/thermal/tegra/soctherm.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 103 ++++-----
Âdrivers/thermal/thermal_hwmon.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ20 +-
Âdrivers/thermal/x86_pkg_temp_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Â13 files changed, 312 insertions(+), 210 deletions(-)