Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Pull thermal soc updates from Eduardo Valentin: - thermal core has a new devm_* API for registering cooling devices. I took the entire series, that is why you see changes on drivers/hwmon in this pull (Guenter Roeck) - rockchip thermal driver gains support to PX30 SoC (Elaine Zhang) - the generic-adc thermal driver now considers the lookup table DT property as optional (Jean-Francois Dagenais) - Refactoring of tsens thermal driver (Amit Kucheria) - Cleanups on cpu cooling driver (Daniel Lezcano) - broadcom thermal driver dropped support to ACPI (Srinath Mannam) - tegra thermal driver gains support to OC hw throttle and GPU throtle (Wei Ni) - Fixes in several thermal drivers. * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal: (59 commits) hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_register hwmon: (npcm750-pwm-fan) Use devm_thermal_of_cooling_device_register hwmon: (mlxreg-fan) Use devm_thermal_of_cooling_device_register hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_register hwmon: (aspeed-pwm-tacho) Use devm_thermal_of_cooling_device_register thermal: rcar_gen3_thermal: Fix to show correct trip points number thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power thermal: rockchip: Support the PX30 SoC in thermal driver dt-bindings: rockchip-thermal: Support the PX30 SoC compatible thermal: rockchip: fix up the tsadc pinctrl setting error thermal: broadcom: Remove ACPI support thermal: Fix build error of missing devm_ioremap_resource on UM thermal/drivers/cpu_cooling: Remove pointless field thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX) thermal/drivers/cpu_cooling: Fixup the header and copyright thermal/drivers/cpu_cooling: Remove pointless test in power2state() thermal: rcar_gen3_thermal: disable interrupt in .remove thermal: rcar_gen3_thermal: fix interrupt type thermal: Introduce devm_thermal_of_cooling_device_register ...
Showing
- Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt 33 additions, 0 deletions...ntation/devicetree/bindings/thermal/amazon,al-thermal.txt
- Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.txt 57 additions, 5 deletions.../devicetree/bindings/thermal/nvidia,tegra124-soctherm.txt
- Documentation/devicetree/bindings/thermal/qcom-tsens.txt 14 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/qcom-tsens.txt
- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt 1 addition, 0 deletions...entation/devicetree/bindings/thermal/rockchip-thermal.txt
- Documentation/devicetree/bindings/thermal/thermal-generic-adc.txt 8 additions, 2 deletions...ation/devicetree/bindings/thermal/thermal-generic-adc.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/hwmon/aspeed-pwm-tacho.c 2 additions, 4 deletionsdrivers/hwmon/aspeed-pwm-tacho.c
- drivers/hwmon/gpio-fan.c 9 additions, 16 deletionsdrivers/hwmon/gpio-fan.c
- drivers/hwmon/mlxreg-fan.c 10 additions, 21 deletionsdrivers/hwmon/mlxreg-fan.c
- drivers/hwmon/npcm750-pwm-fan.c 2 additions, 4 deletionsdrivers/hwmon/npcm750-pwm-fan.c
- drivers/hwmon/pwm-fan.c 38 additions, 59 deletionsdrivers/hwmon/pwm-fan.c
- drivers/thermal/Kconfig 11 additions, 0 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 1 addition, 0 deletionsdrivers/thermal/Makefile
- drivers/thermal/broadcom/sr-thermal.c 0 additions, 8 deletionsdrivers/thermal/broadcom/sr-thermal.c
- drivers/thermal/cpu_cooling.c 7 additions, 23 deletionsdrivers/thermal/cpu_cooling.c
- drivers/thermal/of-thermal.c 3 additions, 0 deletionsdrivers/thermal/of-thermal.c
- drivers/thermal/qcom/Makefile 3 additions, 1 deletiondrivers/thermal/qcom/Makefile
- drivers/thermal/qcom/tsens-8916.c 0 additions, 105 deletionsdrivers/thermal/qcom/tsens-8916.c
- drivers/thermal/qcom/tsens-8960.c 42 additions, 42 deletionsdrivers/thermal/qcom/tsens-8960.c
- drivers/thermal/qcom/tsens-common.c 112 additions, 47 deletionsdrivers/thermal/qcom/tsens-common.c
Loading
Please register or sign in to comment