Re: [GIT PULL][RESEND] Thermal SoC management fixes for v4.12-rc3

From: Zhang Rui
Date: Mon May 29 2017 - 09:27:42 EST


On Sun, 2017-05-28 at 09:14 -0700, Eduardo Valentin wrote:
> Hello Linus,
>
> I know this is (very) late, but please consider these six fixes for
> next rc3.
> I tried sending these via Rui, but I think I missed the window to get
> him still in office, so I am sending directly to you.

yes, I missed Eduardo' first pull request and I'm still on holiday till
the day after tomorrow.

> Changelog in this pull:
> - Fixes on TI SoC driver, Broadcom, qoriq.
> - Small sparse warn fix on thermal core.
>
I'm okay with the changes in this pull request.

thanks,
rui
> On top of my local test, these went through linux-next and kerneci.
>
> The following changes since commit
> 08332893e37af6ae779367e78e444f8f9571511d:
>
> Â Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
>
> are available in the git repository at:
>
> Â git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-
> thermal fixes
>
> for you to fetch changes up to
> a54c51863ed1294078a435151e625313b4365ac5:
>
> Â thermal: broadcom: ns-thermal: default on iProc SoCs (2017-05-23
> 20:09:34 -0700)
>
> ----------------------------------------------------------------
> Colin Ian King (1):
> ÂÂÂÂÂÂthermal: core: make thermal_emergency_poweroff static
>
> Jon Mason (1):
> ÂÂÂÂÂÂthermal: broadcom: ns-thermal: default on iProc SoCs
>
> Markus Elfring (3):
> ÂÂÂÂÂÂti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()
> ÂÂÂÂÂÂti-soc-thermal: Delete error messages for failed memory
> allocations in ti_bandgap_build()
> ÂÂÂÂÂÂti-soc-thermal: Fix a typo in a comment line
>
> Masahiro Yamada (1):
> ÂÂÂÂÂÂthermal: qoriq: remove useless call for
> of_thermal_get_trip_points()
>
> Âdrivers/thermal/broadcom/KconfigÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ9 +++++----
> Âdrivers/thermal/qoriq_thermal.cÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ3 ---
> Âdrivers/thermal/thermal_core.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ2 +-
> Âdrivers/thermal/ti-soc-thermal/ti-bandgap.c | 14 +++++---------
> Â4 files changed, 11 insertions(+), 17 deletions(-)