Re: [GIT PULL] Thermal SoC management updates for v4.15-rc1 #1

From: Zhang Rui
Date: Tue Oct 31 2017 - 22:29:16 EST


On Mon, 2017-10-30 at 07:30 -0700, Eduardo Valentin wrote:
> Hello Rui,
>
> Please pull the changes for thermal-soc for the coming v4.15-rc1.
> Changelog:
> - New drivers: Rockchip RV1108 and Broadcom AVS tmon.
> - Major rework on HISI driver plus additional support of hisi3660.
> - Several fixes on diverse drivers and few in core.
>
> BR,
>
> The following changes since commit
> 569dbb88e80deb68974ef6fdd6a13edb9d686261:
>
> Â Linux 4.13 (2017-09-03 13:56:17 -0700)
>
please rebase it on top of v4.14-rc1 to avoid conflict, as we have a
couple of thermal soc changes merged in 4.14-rc1.

thanks,
rui

> are available in the git repository at:
>
> Â
>
> for you to fetch changes up to
> 877a9aa9dadc7291b0069fb2ccdf2bbc1e3e6a6e:
>
> Â thermal: cpu_cooling: pr_err() strings should end with newlines
> (2017-10-26 11:33:32 -0700)
>
> ----------------------------------------------------------------
> Allen Wild (1):
> ÂÂÂÂÂÂthermal: enable broadcom menu for arm64 bcm2835
>
> Arvind Yadav (1):
> ÂÂÂÂÂÂ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
>
> 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
>
> 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
>
> Tony Lindgren (1):
> ÂÂÂÂÂÂthermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling
> NULL pointer on unload
>
> Â.../devicetree/bindings/thermal/brcm,avs-tmon.txtÂÂ|ÂÂ20 +
> Â.../bindings/thermal/rockchip-thermal.txtÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
> ÂMAINTAINERSÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ8 +
> Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +-
> Â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/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 +-
> Â17 files changed, 940 insertions(+), 286 deletions(-)
> Âcreate mode 100644
> Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
> Âcreate mode 100644 drivers/thermal/broadcom/brcmstb_thermal.c