Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management fixes from Zhang Rui: "These includes several commits that are necessary to properly fix regression for TMU test MUX address setting after reset, for exynos thermal driver. Specifics: - fix a regression that the removal of setting a certain field at TMU configuration setting results in immediately shutdown after reset on Exynos4412 SoC. - revert a patch which tries to link the thermal_zone device and its hwmon node but breaks libsensors. - fix a deadlock/lockdep warning issue in x86_pkg_temp thermal driver, which can be reproduced on a buggy platform only. - fix ti-soc-thermal driver to fall back on bandgap reading when reading from PCB temperature sensor fails" * 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: Revert "drivers: thermal: parent virtual hwmon with thermal zone" drivers: thermal: allow ti-soc-thermal run without pcb zone thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412 thermal: exynos: Provide separate TMU data for Exynos4412 thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger() Thermal: x86_pkg_temp: change spin lock
No related branches found
No related tags found
Showing
- drivers/thermal/samsung/exynos_thermal_common.c 0 additions, 2 deletionsdrivers/thermal/samsung/exynos_thermal_common.c
- drivers/thermal/samsung/exynos_tmu.c 8 additions, 4 deletionsdrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/samsung/exynos_tmu.h 6 additions, 1 deletiondrivers/thermal/samsung/exynos_tmu.h
- drivers/thermal/samsung/exynos_tmu_data.c 24 additions, 6 deletionsdrivers/thermal/samsung/exynos_tmu_data.c
- drivers/thermal/samsung/exynos_tmu_data.h 12 additions, 1 deletiondrivers/thermal/samsung/exynos_tmu_data.h
- drivers/thermal/thermal_hwmon.c 1 addition, 1 deletiondrivers/thermal/thermal_hwmon.c
- drivers/thermal/ti-soc-thermal/ti-thermal-common.c 1 addition, 0 deletionsdrivers/thermal/ti-soc-thermal/ti-thermal-common.c
- drivers/thermal/x86_pkg_temp_thermal.c 8 additions, 6 deletionsdrivers/thermal/x86_pkg_temp_thermal.c
Please register or sign in to comment