-
- Downloads
Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Pull thermal updates from Daniel Lezcano: - Use the newly introduced 'hot' and 'critical' ops for the acpi thermal driver (Daniel Lezcano) - Remove the notify ops as it is no longer used (Daniel Lezcano) - Remove the 'forced passive' option and the unused bind/unbind functions (Daniel Lezcano) - Remove the THERMAL_TRIPS_NONE and the code cleanup around this macro (Daniel Lezcano) - Rework the delays to make them pre-computed instead of computing them again and again at each polling interval (Daniel Lezcano) - Remove the pointless 'thermal_zone_device_reset' function (Daniel Lezcano) - Use the critical and hot ops to prevent an unexpected system shutdown on int340x (Kai-Heng Feng) - Make the cooling device state private to the thermal subsystem (Daniel Lezcano) - Prevent to use not-power-aware actor devices with the power allocator governor (Lukasz Luba) - Remove 'zx' and 'tango' support along with the corresponding platforms (Arnd Bergman) - Fix several issues on the Omap thermal driver (Tony Lindgren) - Add support for adc-tm5 PMIC thermal monitor for Qcom platforms (Dmitry Baryshkov) - Fix an initialization loop in the adc-tm5 (Colin Ian King) - Fix a return error check in the cpufreq cooling device (Viresh Kumar) * tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (26 commits) thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on error thermal: qcom: Fix comparison with uninitialized variable channels_available thermal: qcom: add support for adc-tm5 PMIC thermal monitor dt-bindings: thermal: qcom: add adc-thermal monitor bindings thermal: ti-soc-thermal: Use non-inverted define for omap4 thermal: ti-soc-thermal: Simplify polling with iopoll thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430 thermal: ti-soc-thermal: Skip pointless register access for dra7 thermal/drivers/zx: Remove zx driver thermal/drivers/tango: Remove tango driver thermal: power allocator: fail binding for non-power actor devices thermal/core: Make cooling device state change private thermal: intel: pch: Fix unexpected shutdown at critical temperature thermal: int340x: Fix unexpected shutdown at critical temperature thermal/core: Remove pointless thermal_zone_device_reset() function thermal/core: Remove ms based delay fields thermal/core: Use precomputed jiffies for the polling thermal/core: Precompute the delays from msecs to jiffies thermal/core: Remove unused macro THERMAL_TRIPS_NONE thermal/core: Remove THERMAL_TRIPS_NONE test ...
Showing
- Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml 153 additions, 0 deletions...tation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml
- Documentation/devicetree/bindings/thermal/tango-thermal.txt 0 additions, 17 deletionsDocumentation/devicetree/bindings/thermal/tango-thermal.txt
- Documentation/devicetree/bindings/thermal/zx2967-thermal.txt 0 additions, 116 deletionsDocumentation/devicetree/bindings/thermal/zx2967-thermal.txt
- Documentation/driver-api/thermal/sysfs-api.rst 0 additions, 13 deletionsDocumentation/driver-api/thermal/sysfs-api.rst
- drivers/acpi/thermal.c 14 additions, 35 deletionsdrivers/acpi/thermal.c
- drivers/hwmon/pwm-fan.c 0 additions, 1 deletiondrivers/hwmon/pwm-fan.c
- drivers/iio/adc/qcom-vadc-common.c 50 additions, 0 deletionsdrivers/iio/adc/qcom-vadc-common.c
- drivers/platform/x86/acerhdf.c 2 additions, 1 deletiondrivers/platform/x86/acerhdf.c
- drivers/thermal/Kconfig 0 additions, 17 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 0 additions, 2 deletionsdrivers/thermal/Makefile
- drivers/thermal/cpufreq_cooling.c 1 addition, 1 deletiondrivers/thermal/cpufreq_cooling.c
- drivers/thermal/da9062-thermal.c 2 additions, 2 deletionsdrivers/thermal/da9062-thermal.c
- drivers/thermal/gov_power_allocator.c 35 additions, 2 deletionsdrivers/thermal/gov_power_allocator.c
- drivers/thermal/gov_step_wise.c 3 additions, 11 deletionsdrivers/thermal/gov_step_wise.c
- drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 6 additions, 0 deletionsdrivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
- drivers/thermal/intel/intel_pch_thermal.c 6 additions, 0 deletionsdrivers/thermal/intel/intel_pch_thermal.c
- drivers/thermal/khadas_mcu_fan.c 0 additions, 1 deletiondrivers/thermal/khadas_mcu_fan.c
- drivers/thermal/qcom/Kconfig 11 additions, 0 deletionsdrivers/thermal/qcom/Kconfig
- drivers/thermal/qcom/Makefile 1 addition, 0 deletionsdrivers/thermal/qcom/Makefile
- drivers/thermal/qcom/qcom-spmi-adc-tm5.c 623 additions, 0 deletionsdrivers/thermal/qcom/qcom-spmi-adc-tm5.c
Loading
Please register or sign in to comment