-
- Downloads
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal updates from Zhang Rui: - fix resources release in error paths when registering thermal zone. (Christophe Jaillet) - introduce a new thermal driver for on-chip PVT (Process, Voltage and Temperature) monitoring unit implemented on UniPhier SoCs. This driver supports temperature monitoring and alert function. (Kunihiko Hayashi) - Add support for mt2712 chip in the mtk_thermal driver. (Louis Yu) - Add support for RK3328 SOC in rockchip_thermal driver. (Rocky Hao) - cleanup a couple of platform thermal drivers to constify thermal_zone_of_device_ops structures. (Julia Lawall) - a couple of fixes in int340x and intel_pch_thermal thermal driver. (Arvind Yadav, Sumeet Pawnikar, Brian Bian, Ed Swierk, Zhang Rui) * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (27 commits) Thermal: int3406_thermal: fix thermal sysfs I/F thermal: mediatek: minor mtk_thermal.c cleanups thermal: mediatek: extend calibration data for mt2712 chip thermal: mediatek: add Mediatek thermal driver for mt2712 dt-bindings: thermal: Add binding document for Mediatek thermal controller thermal: intel_pch_thermal: Fix enable check on Broadwell-DE thermal: rockchip: Support the RK3328 SOC in thermal driver dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible thermal: bcm2835: constify thermal_zone_of_device_ops structures thermal: exynos: constify thermal_zone_of_device_ops structures thermal: zx2967: constify thermal_zone_of_device_ops structures thermal: rcar_gen3_thermal: constify thermal_zone_of_device_ops structures thermal: qoriq: constify thermal_zone_of_device_ops structures thermal: hisilicon: constify thermal_zone_of_device_ops structures thermal: core: Fix resources release in error paths in thermal_zone_device_register() thermal: core: Use the new 'thermal_zone_destroy_device_groups()' helper function thermal: core: Add some new helper functions to free resources thermal: int3400_thermal: process "thermal table changed" event thermal: uniphier: add UniPhier thermal driver dt-bindings: thermal: add binding documentation for UniPhier thermal monitor ...
Showing
- Documentation/devicetree/bindings/thermal/mediatek-thermal.txt 1 addition, 0 deletions...entation/devicetree/bindings/thermal/mediatek-thermal.txt
- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt 1 addition, 0 deletions...entation/devicetree/bindings/thermal/rockchip-thermal.txt
- Documentation/devicetree/bindings/thermal/uniphier-thermal.txt 64 additions, 0 deletions...entation/devicetree/bindings/thermal/uniphier-thermal.txt
- drivers/thermal/Kconfig 10 additions, 2 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 1 addition, 0 deletionsdrivers/thermal/Makefile
- drivers/thermal/broadcom/bcm2835_thermal.c 1 addition, 1 deletiondrivers/thermal/broadcom/bcm2835_thermal.c
- drivers/thermal/hisi_thermal.c 1 addition, 1 deletiondrivers/thermal/hisi_thermal.c
- drivers/thermal/int340x_thermal/acpi_thermal_rel.c 1 addition, 1 deletiondrivers/thermal/int340x_thermal/acpi_thermal_rel.c
- drivers/thermal/int340x_thermal/acpi_thermal_rel.h 4 additions, 4 deletionsdrivers/thermal/int340x_thermal/acpi_thermal_rel.h
- drivers/thermal/int340x_thermal/int3400_thermal.c 42 additions, 1 deletiondrivers/thermal/int340x_thermal/int3400_thermal.c
- drivers/thermal/int340x_thermal/int3406_thermal.c 37 additions, 59 deletionsdrivers/thermal/int340x_thermal/int3406_thermal.c
- drivers/thermal/int340x_thermal/processor_thermal_device.c 1 addition, 1 deletiondrivers/thermal/int340x_thermal/processor_thermal_device.c
- drivers/thermal/intel_pch_thermal.c 6 additions, 6 deletionsdrivers/thermal/intel_pch_thermal.c
- drivers/thermal/mtk_thermal.c 78 additions, 10 deletionsdrivers/thermal/mtk_thermal.c
- drivers/thermal/qoriq_thermal.c 1 addition, 1 deletiondrivers/thermal/qoriq_thermal.c
- drivers/thermal/rcar_gen3_thermal.c 1 addition, 1 deletiondrivers/thermal/rcar_gen3_thermal.c
- drivers/thermal/rockchip_thermal.c 65 additions, 0 deletionsdrivers/thermal/rockchip_thermal.c
- drivers/thermal/samsung/exynos_tmu.c 1 addition, 1 deletiondrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/thermal_core.c 15 additions, 16 deletionsdrivers/thermal/thermal_core.c
- drivers/thermal/thermal_core.h 1 addition, 0 deletionsdrivers/thermal/thermal_core.h
Loading
Please register or sign in to comment