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

From: Zhang Rui
Date: Thu Nov 16 2017 - 20:30:18 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.15-rc1 with
top-most commit 1e032393d9680c1f3b5238ec0f3f4eb006ee83d2:

 Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and
'thermal-soc' into next (2017-11-02 16:32:25 +0800)

on top of commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

 Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

Specifics:

- IntroduceÂbrcmstb AVS TMON thermal driver. (Brian Norris)
- Add Rockchip RV1108 support in rockchip thermal driver.
 (Rocky Hao)
- Major rework on HISI driver plus additional support of hisi3660.
 (Daniel Lezcano)
- Add nvmem-cells binding on imx6sx. (Leonard Crestez)
- Fix a NULL pointer dereference on ti thermal driver unloading.
 (Tony Lindgren)
- improve tmon tool to make it easier to cross-compile tmon.
 (Markus Mayer)
- Add Coffee Lake and Cannon Lake support for intel processor and pch
 thermal drivers. (Srinivas Pandruvada)
- Other small fixes and cleanups. (Arvind Yadav, Colin Ian King, Allen
 Wild, Nicolin Chen, Baruch SiachNiklas SÃderlund, Arnd Bergmann)

thanks,
rui

----------------------------------------------------------------
Allen Wild (1):
ÂÂÂÂÂÂthermal: enable broadcom menu for arm64 bcm2835

Arnd Bergmann (1):
ÂÂÂÂÂÂthermal: imx: add NVMEM dependency

Arvind Yadav (3):
ÂÂÂÂÂÂthermal : Remove const to make same prototype
ÂÂÂÂÂÂthermal/intel_powerclamp: pr_err()/pr_info() strings should end
with newlines
ÂÂÂÂÂÂthermal: cpu_cooling: pr_err() strings should end with newlines

Baruch Siach (1):
ÂÂÂÂÂÂthermal: armada: fix formula documentation comment

Brian Norris (2):
ÂÂÂÂÂÂDocumentation: devicetree: add binding for Broadcom STB AVS TMON
ÂÂÂÂÂÂthermal: add brcmstb AVS TMON driver

Colin Ian King (1):
ÂÂÂÂÂÂthermal: bxt: remove redundant variable trip

Daniel Lezcano (16):
ÂÂÂÂÂÂthermal/drivers/hisi: Fix missing interrupt enablement
ÂÂÂÂÂÂthermal/drivers/hisi: Remove the multiple sensors support
ÂÂÂÂÂÂthermal/drivers/hisi: Fix kernel panic on alarm interrupt
ÂÂÂÂÂÂthermal/drivers/hisi: Simplify the temperature/step computation
ÂÂÂÂÂÂthermal/drivers/hisi: Fix multiple alarm interrupts firing
ÂÂÂÂÂÂthermal/drivers/hisi: Remove pointless lock
ÂÂÂÂÂÂthermal/drivers/hisi: Encapsulate register writes into helpers
ÂÂÂÂÂÂthermal/drivers/hisi: Fix configuration register setting
ÂÂÂÂÂÂthermal/drivers/hisi: Remove costly sensor inspection
ÂÂÂÂÂÂthermal/drivers/hisi: Rename and remove unused field
ÂÂÂÂÂÂthermal/drivers/hisi: Convert long to int
ÂÂÂÂÂÂthermal/drivers/hisi: Remove thermal data back pointer
ÂÂÂÂÂÂthermal/drivers/hisi: Remove mutex_lock in the code
ÂÂÂÂÂÂthermal/drivers/step_wise: Fix temperature regulation misbehavior
ÂÂÂÂÂÂthermal/drivers/generic-iio-adc: Switch tz request to devm
version
ÂÂÂÂÂÂthermal/drivers/qcom-spmi: Use devm_iio_channel_get

Kevin Wangtao (6):
ÂÂÂÂÂÂthermal/drivers/hisi: Move the clk setup in the corresponding
functions
ÂÂÂÂÂÂthermal/drivers/hisi: Use round up step value
ÂÂÂÂÂÂthermal/drivers/hisi: Put platform code together
ÂÂÂÂÂÂthermal/drivers/hisi: Add platform prefix to function name
ÂÂÂÂÂÂthermal/drivers/hisi: Prepare to add support for other hisi
platforms
ÂÂÂÂÂÂthermal/drivers/hisi: Add support for hi3660 SoC

Leonard Crestez (2):
ÂÂÂÂÂÂthermal: imx: Add nvmem-cells alternate binding for OCOTP access
ÂÂÂÂÂÂthermal: imx: Add support for reading OCOTP through nvmem

Markus Mayer (3):
ÂÂÂÂÂÂtools/thermal: tmon: use "-fstack-protector" only if supported
ÂÂÂÂÂÂtools/thermal: tmon: allow $(CC) to be defined externally
ÂÂÂÂÂÂtools/thermal: tmon: use $(PKG_CONFIG) instead of hard-coding
pkg-config

Nicolin Chen (1):
ÂÂÂÂÂÂthermal: tegra: remove null check for dev pointer

Niklas SÃderlund (1):
ÂÂÂÂÂÂthermal: rcar_gen3_thermal: fix initialization sequence for H3
ES2.0

Rocky Hao (2):
ÂÂÂÂÂÂdt-bindings: rockchip-thermal: Support the RV1108 SoC compatible
ÂÂÂÂÂÂthermal: rockchip: Support the RV1108 SoC in thermal driver

Srinivas Pandruvada (3):
ÂÂÂÂÂÂthermal: int340x: processor_thermal: Add Cannon Lake support
ÂÂÂÂÂÂthermal: int340x: processor_thermal: Add Coffee Lake support
ÂÂÂÂÂÂthermal: pch: Add Cannon Lake support

Tony Lindgren (1):
ÂÂÂÂÂÂthermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling
NULL pointer on unload

Zhang Rui (2):
ÂÂÂÂÂÂMerge branch 'imx-nvmem' into thermal-soc
ÂÂÂÂÂÂMerge branches 'thermal-core', 'thermal-tool', 'thermal-intel'
and 'thermal-soc' into next

Â.../devicetree/bindings/thermal/brcm,avs-tmon.txtÂÂ|ÂÂ20 +
Â.../devicetree/bindings/thermal/imx-thermal.txtÂÂÂÂ|ÂÂÂ7 +
Â.../bindings/thermal/rockchip-thermal.txtÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
ÂMAINTAINERSÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +
Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âdrivers/thermal/armada_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/thermal/broadcom/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ7 +
Âdrivers/thermal/broadcom/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
Âdrivers/thermal/broadcom/brcmstb_thermal.cÂÂÂÂÂÂÂÂÂ| 387 +++++++++++++
Âdrivers/thermal/cpu_cooling.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/thermal/hisi_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 612
++++++++++++++-------
Âdrivers/thermal/imx_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 104 +++-
Â.../int340x_thermal/processor_thermal_device.cÂÂÂÂÂ|ÂÂÂ6 +
Âdrivers/thermal/intel_bxt_pmic_thermal.cÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ3 +-
Âdrivers/thermal/intel_pch_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 +
Âdrivers/thermal/intel_powerclamp.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ4 +-
Âdrivers/thermal/qcom-spmi-temp-alarm.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ43 +-
Âdrivers/thermal/rcar_gen3_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ34 +-
Âdrivers/thermal/rockchip_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ67 +++
Âdrivers/thermal/step_wise.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 +-
Âdrivers/thermal/tegra/soctherm.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âdrivers/thermal/thermal-generic-adc.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ24 +-
Âdrivers/thermal/ti-soc-thermal/ti-thermal-common.c |ÂÂÂ3 +-
Âinclude/linux/thermal.hÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
Âtools/thermal/tmon/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ18 +-
Â25 files changed, 1055 insertions(+), 327 deletions(-)
Âcreate mode 100644 Documentation/devicetree/bindings/thermal/brcm,avs-
tmon.txt
Âcreate mode 100644 drivers/thermal/broadcom/brcmstb_thermal.c