[GIT PULL] Thermal-SoC management fixes for v5.2-rc2

From: Eduardo Valentin
Date: Fri May 24 2019 - 09:58:02 EST


Hello Linus,

Please consider the following thermal soc fixes for v5.2-rc2.

The following changes since commit 4dde821e4296e156d133b98ddc4c45861935a4fb:

Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2019-05-23 11:18:18 -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 6a310f8f97bb8bc2e2bb9db6f49a1b8678c8d144:

thermal: rcar_gen3_thermal: Update temperature conversion method (2019-05-23 21:58:25 -0700)

Specifics:
- revert pinctrl settings on rockchip which causes boot failure on rk3288.
Proper follow up patch being discussed. Meanwhile reverting gets those booting again.
- Minor fixes on rcar and tegra

BR,

Eduardo


----------------------------------------------------------------
Heiko Stuebner (1):
Revert "thermal: rockchip: fix up the tsadc pinctrl setting error"

Yoshihiro Kaneko (3):
thermal: rcar_gen3_thermal: Update value of Tj_1
thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMP
thermal: rcar_gen3_thermal: Update temperature conversion method

YueHaibing (1):
thermal: tegra: Make tegra210_tsensor_thermtrips static

drivers/thermal/rcar_gen3_thermal.c | 92 ++++++++++++++++++++-----------
drivers/thermal/rockchip_thermal.c | 36 +-----------
drivers/thermal/tegra/tegra210-soctherm.c | 2 +-
3 files changed, 64 insertions(+), 66 deletions(-)