-
- Downloads
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal updates from Zhang Rui: "Specifics: - adds full support for 2 types of Thermal Controllers produced by STMicroelectronics. One is a more traditional memory mapped variant, the other is controlled solely by system configuration registers. From Lee Jones. - add TMU (Thermal Management Unit) support for Exynos3250 Soc. From Chanwoo Choi. - add critical and passive trip point support for int3403 thermal driver. From Srinivas Pandruvada. - a couple of small fixes/cleanups from Javi Merino, and Geert Uytterhoeven" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: thermal: document struct thermal_zone_device and thermal_governor thermal: cpu_cooling: fix typo highjack -> hijack thermal: rcar: Document SoC-specific bindings thermal: samsung: Add TMU support for Exynos3250 SoC thermal: exynos: fix ordering in exynos_tmu_remove() thermal: allow building dove_thermal with mvebu thermal: sti: Add support for ST's Memory Mapped based Thermal controller thermal: sti: Add support for ST's System Config Register based Thermal controller thermal: sti: Introduce ST Thermal core code thermal: sti: Supply Device Tree documentation Thermal: int3403: Add CRT and PSV trip
Showing
- Documentation/devicetree/bindings/thermal/exynos-thermal.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/thermal/exynos-thermal.txt
- Documentation/devicetree/bindings/thermal/rcar-thermal.txt 12 additions, 6 deletionsDocumentation/devicetree/bindings/thermal/rcar-thermal.txt
- Documentation/devicetree/bindings/thermal/st-thermal.txt 42 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/st-thermal.txt
- drivers/thermal/Kconfig 6 additions, 1 deletiondrivers/thermal/Kconfig
- drivers/thermal/Makefile 1 addition, 0 deletionsdrivers/thermal/Makefile
- drivers/thermal/cpu_cooling.c 1 addition, 1 deletiondrivers/thermal/cpu_cooling.c
- drivers/thermal/int3403_thermal.c 60 additions, 7 deletionsdrivers/thermal/int3403_thermal.c
- drivers/thermal/samsung/exynos_tmu.c 8 additions, 3 deletionsdrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/samsung/exynos_tmu.h 2 additions, 1 deletiondrivers/thermal/samsung/exynos_tmu.h
- drivers/thermal/samsung/exynos_tmu_data.c 89 additions, 0 deletionsdrivers/thermal/samsung/exynos_tmu_data.c
- drivers/thermal/samsung/exynos_tmu_data.h 7 additions, 0 deletionsdrivers/thermal/samsung/exynos_tmu_data.h
- drivers/thermal/st/Kconfig 12 additions, 0 deletionsdrivers/thermal/st/Kconfig
- drivers/thermal/st/Makefile 3 additions, 0 deletionsdrivers/thermal/st/Makefile
- drivers/thermal/st/st_thermal.c 313 additions, 0 deletionsdrivers/thermal/st/st_thermal.c
- drivers/thermal/st/st_thermal.h 104 additions, 0 deletionsdrivers/thermal/st/st_thermal.h
- drivers/thermal/st/st_thermal_memmap.c 209 additions, 0 deletionsdrivers/thermal/st/st_thermal_memmap.c
- drivers/thermal/st/st_thermal_syscfg.c 179 additions, 0 deletionsdrivers/thermal/st/st_thermal_syscfg.c
- include/linux/thermal.h 44 additions, 2 deletionsinclude/linux/thermal.h
Loading
Please register or sign in to comment