Messages in this thread |  | | From | Daniel Lezcano <> | Subject | [GIT PULL] thermal fixes for v5.13-rc4 | Date | Sat, 29 May 2021 18:12:48 +0200 |
| |
Hi Linus,
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.13-rc4
for you to fetch changes up to 5d8db38ad7660e4d78f4e2a63f14336f31f07a63:
thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data() (2021-05-27 11:38:34 +0200)
---------------------------------------------------------------- - Fix uninitialized error code value for the SPMI adc driver (Yang Yingliang)
- Fix kernel doc warning (Yang Li)
- Fix wrong read-write thermal trip point initialization (Srinivas Pandruvada)
---------------------------------------------------------------- Srinivas Pandruvada (1): thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID
Yang Li (1): thermal/ti-soc-thermal: Fix kernel-doc
Yang Yingliang (1): thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c | 4 ++++ drivers/thermal/intel/x86_pkg_temp_thermal.c | 2 +- drivers/thermal/qcom/qcom-spmi-adc-tm5.c | 2 +- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +- 4 files changed, 7 insertions(+), 3 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
|  |