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) - Add rk3568 DT bindings, convert bindings to yaml schemas and add the corresponding compatible in the Rockchip sensor (Ezequiel Garcia) - Add the sc8180x compatible for the Qualcomm tsensor (Bjorn Andersson) - Use the find_first_zero_bit() function instead of custom code (Andy Shevchenko) - Fix the kernel doc for the device cooling device (Yang Li) - Reorg the processor thermal int340x to set the scene for the PCI mmio driver (Srinivas Pandruvada) - Add PCI MMIO driver for the int340x processor thermal driver (Srinivas Pandruvada) - Add hwmon sensors for the mediatek sensor (Frank Wunderlich) - Fix warning for return value reported by Smatch for the int340x thermal processor (Srinivas Pandruvada) - Fix wrong register access and decoding for the int340x thermal processor (Srinivas Pandruvada) * tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (23 commits) thermal/drivers/int340x/processor_thermal: Fix tcc setting thermal/drivers/int340x/processor_thermal: Fix warning for return value thermal/drivers/mediatek: Add sensors-support thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driver thermal/drivers/int340x/processor_thermal: Split enumeration and processing part thermal: devfreq_cooling: Fix kernel-doc thermal/drivers/intel/intel_soc_dts_iosf: Switch to use find_first_zero_bit() dt-bindings: thermal: tsens: Add sc8180x compatible dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible dt-bindings: thermal: convert rockchip-thermal to json-schema thermal/core/thermal_of: Stop zone device before unregistering it dt-bindings: thermal: Add binding for Tegra30 thermal sensor thermal/drivers/sprd: Add missing of_node_put for loop iteration thermal/drivers/imx_sc: Add missing of_node_put for loop iteration thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1 thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations thermal/drivers/st: Use devm_platform_get_and_ioremap_resource() thermal/core: Correct function name thermal_zone_device_unregister() dt-bindings: thermal: tsens: Add compatible string to TSENS binding for SC7280 thermal/drivers/int340x: processor_thermal: Export additional attributes ...
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