The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:
Linux 5.8-rc3 (2020-06-28 15:00:24 -0700) are available in the Git repository at: ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.8-rc4 for you to fetch changes up to 5f8f06425a0dcdad7bedbb77e67f5c65ab4dacfc: thermal/drivers/rcar_gen3: Fix undefined temperature if negative (2020-06-29 12:15:34 +0200) ---------------------------------------------------------------- - Fix undefined temperature if negative on the rcar_gen3 (Dien Pham) - Fix wrong frequency converted from power for the cpufreq cooling device (Finley Xiao) - Fix compilation warnings by making functions static in the tsens driver (Amit Kucheria) - Fix return value of sprd_thm_probe for the Spreadtrum driver (Tiezhu Yang) - Fix bank number settings on the Mediatek mt8183 (Michael Kao) - Fix missing of_node_put() at probe time i.MX (Anson Huang) ---------------------------------------------------------------- Amit Kucheria (1): thermal/drivers/tsens: Fix compilation warnings by making functions static Anson Huang (1): thermal/drivers: imx: Fix missing of_node_put() at probe time Dien Pham (1): thermal/drivers/rcar_gen3: Fix undefined temperature if negative Finley Xiao (1): thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power Michael Kao (1): thermal/drivers/mediatek: Fix bank number settings on mt8183 Tiezhu Yang (1): thermal/drivers/sprd: Fix return value of sprd_thm_probe() drivers/thermal/cpufreq_cooling.c | 6 +++--- drivers/thermal/imx_thermal.c | 7 ++++--- drivers/thermal/mtk_thermal.c | 5 ++++- drivers/thermal/qcom/tsens.c | 10 +++++----- drivers/thermal/rcar_gen3_thermal.c | 2 +- drivers/thermal/sprd_thermal.c | 4 ++-- 6 files changed, 19 insertions(+), 15 deletions(-) -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog

