Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management update from Zhang Rui: "Specifics: - fix a bug in Exynos thermal driver, which overwrites the hardware trip point threshold when updating software trigger levels and results in emergency shutdown. From: Tushar Behera. - add thermal sensor support for Armada 375 and 38x SoCs. From Ezequiel Garcia. - add TMU (Thermal Management Unit) support for Exynos5260 and Exynos5420 SoCs. From Naveen Krishna Chatradhi. - add support for the additional digital temperature sensors in the Intel SoCs like Bay Trail. From: Srinivas Pandruvada. - a couple of cleanups and small fixes from Jingoo Han, Bartlomiej Zolnierkiewicz, Geert Uytterhoeven, Jacob Pan, Paul Walmsley and Lan,Tianyu" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (21 commits) thermal: spear: remove unnecessary OOM messages thermal: exynos: remove unnecessary OOM messages thermal: rcar: remove unnecessary OOM messages thermal: armada: Support Armada 380 SoC thermal: armada: Support Armada 375 SoC thermal: armada: Allow to specify an 'inverted readout' sensor thermal: armada: Pass the platform_device to init_sensor() thermal: armada: Add generic infrastructure to handle the sensor thermal: armada: Add infrastructure to support generic formulas thermal: armada: Rename armada_thermal_ops struct thermal/intel_powerclamp: add newer cpu ids thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync() thermal: samsung: Only update available threshold limits Thermal/int3403: Fix thermal hysteresis unit conversion thermal: Intel SoC DTS thermal thermal: samsung: Add TMU support for Exynos5260 SoCs thermal: samsung: Add TMU support for Exynos5420 SoCs thermal: samsung: change base_common to more meaningful base_second thermal: samsung: replace inten_ bit fields with intclr_ thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined ...
Showing
- Documentation/devicetree/bindings/thermal/armada-thermal.txt 11 additions, 1 deletionDocumentation/devicetree/bindings/thermal/armada-thermal.txt
- Documentation/devicetree/bindings/thermal/exynos-thermal.txt 47 additions, 3 deletionsDocumentation/devicetree/bindings/thermal/exynos-thermal.txt
- drivers/thermal/Kconfig 13 additions, 1 deletiondrivers/thermal/Kconfig
- drivers/thermal/Makefile 1 addition, 0 deletionsdrivers/thermal/Makefile
- drivers/thermal/armada_thermal.c 139 additions, 19 deletionsdrivers/thermal/armada_thermal.c
- drivers/thermal/int3403_thermal.c 7 additions, 1 deletiondrivers/thermal/int3403_thermal.c
- drivers/thermal/intel_powerclamp.c 2 additions, 0 deletionsdrivers/thermal/intel_powerclamp.c
- drivers/thermal/intel_soc_dts_thermal.c 479 additions, 0 deletionsdrivers/thermal/intel_soc_dts_thermal.c
- drivers/thermal/rcar_thermal.c 3 additions, 6 deletionsdrivers/thermal/rcar_thermal.c
- drivers/thermal/samsung/exynos_tmu.c 68 additions, 18 deletionsdrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/samsung/exynos_tmu.h 13 additions, 10 deletionsdrivers/thermal/samsung/exynos_tmu.h
- drivers/thermal/samsung/exynos_tmu_data.c 201 additions, 10 deletionsdrivers/thermal/samsung/exynos_tmu_data.c
- drivers/thermal/samsung/exynos_tmu_data.h 29 additions, 2 deletionsdrivers/thermal/samsung/exynos_tmu_data.h
- drivers/thermal/spear_thermal.c 1 addition, 3 deletionsdrivers/thermal/spear_thermal.c
- drivers/thermal/ti-soc-thermal/ti-bandgap.c 1 addition, 1 deletiondrivers/thermal/ti-soc-thermal/ti-bandgap.c
Loading
Please register or sign in to comment