Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Pull thermal updates from Daniel Lezcano: - Add rk3568 sensor support (Finley Xiao) - Add missing MODULE_DEVICE_TABLE for the Spreadtrum sensor (Chunyan Zhang) - Export additionnal attributes for the int340x thermal processor (Srinivas Pandruvada) - Add SC7280 compatible for the tsens driver (Rajeshwari Ravindra Kamble) - Fix kernel documentation for thermal_zone_device_unregister() and use devm_platform_get_and_ioremap_resource() (Yang Yingliang) - Fix coefficient calculations for the rcar_gen3 sensor driver (Niklas Söderlund) - Fix shadowing variable rcar_gen3_ths_tj_1 (Geert Uytterhoeven) - Add missing of_node_put() for the iMX and Spreadtrum sensors (Krzysztof Kozlowski) - Add tegra3 thermal sensor DT bindings (Dmitry Osipenko) - Stop the thermal zone monitoring when unregistering it to prevent a temperature update without the 'get_temp' callback (Dmitry Osipenko) - ...
Showing
- Documentation/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml 73 additions, 0 deletions...n/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml
- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml 2 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/qcom-tsens.yaml
- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt 0 additions, 85 deletions...entation/devicetree/bindings/thermal/rockchip-thermal.txt
- Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml 96 additions, 0 deletions...ntation/devicetree/bindings/thermal/rockchip-thermal.yaml
- drivers/thermal/devfreq_cooling.c 1 addition, 1 deletiondrivers/thermal/devfreq_cooling.c
- drivers/thermal/imx_sc_thermal.c 3 additions, 0 deletionsdrivers/thermal/imx_sc_thermal.c
- drivers/thermal/intel/int340x_thermal/Makefile 3 additions, 0 deletionsdrivers/thermal/intel/int340x_thermal/Makefile
- drivers/thermal/intel/int340x_thermal/int3401_thermal.c 82 additions, 0 deletionsdrivers/thermal/intel/int340x_thermal/int3401_thermal.c
- drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 43 additions, 266 deletions.../thermal/intel/int340x_thermal/processor_thermal_device.c
- drivers/thermal/intel/int340x_thermal/processor_thermal_device.h 9 additions, 0 deletions.../thermal/intel/int340x_thermal/processor_thermal_device.h
- drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c 373 additions, 0 deletions...rmal/intel/int340x_thermal/processor_thermal_device_pci.c
- drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy.c 163 additions, 0 deletions...tel/int340x_thermal/processor_thermal_device_pci_legacy.c
- drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c 9 additions, 3 deletions...rs/thermal/intel/int340x_thermal/processor_thermal_mbox.c
- drivers/thermal/intel/int340x_thermal/processor_thermal_rfim.c 55 additions, 0 deletions...rs/thermal/intel/int340x_thermal/processor_thermal_rfim.c
- drivers/thermal/intel/intel_soc_dts_iosf.c 8 additions, 7 deletionsdrivers/thermal/intel/intel_soc_dts_iosf.c
- drivers/thermal/mtk_thermal.c 6 additions, 0 deletionsdrivers/thermal/mtk_thermal.c
- drivers/thermal/rcar_gen3_thermal.c 3 additions, 4 deletionsdrivers/thermal/rcar_gen3_thermal.c
- drivers/thermal/rockchip_thermal.c 121 additions, 0 deletionsdrivers/thermal/rockchip_thermal.c
- drivers/thermal/sprd_thermal.c 10 additions, 6 deletionsdrivers/thermal/sprd_thermal.c
- drivers/thermal/st/st_thermal_memmap.c 2 additions, 11 deletionsdrivers/thermal/st/st_thermal_memmap.c
Please register or sign in to comment