-
- Downloads
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui: - Introduce generic ADC thermal driver, based on OF thermal (Laxman Dewangan) - Introduce new thermal driver for Tango chips (Marc Gonzalez) - Rockchip driver support for RK3399, RK3366, and some fixes (Caesar Wang, Elaine Zhang and Shawn Lin) - Add CPU power cooling model to Mediatek thermal driver (Dawei Chien) - Wider usage of dev_thermal_zone_of_sensor_register (Eduardo Valentin) - TI thermal driver gained a new maintainer (Keerthy). - Enabled powerclamp driver by checking CPU feature and package cstate counter instead of CPU whitelist (Jacob Pan) - Various fixes on thermal governor, OF thermal, Tegra, and RCAR * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (50 commits) thermal: tango: initialize TEMPSI_CFG thermal: rockchip: use the usleep_range instead of udelay thermal: rockchip: add the notes for better reading thermal: rockchip: Support RK3366 SoCs in the thermal driver thermal: rockchip: handle the power sequence for tsadc controller thermal: rockchip: update the tsadc table for rk3399 thermal: rockchip: fixes the code_to_temp for tsadc driver thermal: rockchip: disable thermal->clk in err case thermal: tegra: add Tegra132 specific SOC_THERM driver thermal: fix ptr_ret.cocci warnings thermal: mediatek: Add cpu dynamic power cooling model. thermal: generic-adc: Add ADC based thermal sensor driver thermal: generic-adc: Add DT binding for ADC based thermal sensor thermal: tegra: fix static checker warning thermal: tegra: mark PM functions __maybe_unused thermal: add temperature sensor support for tango SoC thermal: hisilicon: fix IRQ imbalance enabling thermal: hisilicon: support to use any sensor thermal: rcar: Remove binding docs for r8a7794 thermal: tegra: add PM support ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.txt 12 additions, 0 deletions.../devicetree/bindings/thermal/nvidia,tegra124-soctherm.txt
- Documentation/devicetree/bindings/thermal/rcar-thermal.txt 0 additions, 1 deletionDocumentation/devicetree/bindings/thermal/rcar-thermal.txt
- Documentation/devicetree/bindings/thermal/tango-thermal.txt 17 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/tango-thermal.txt
- Documentation/devicetree/bindings/thermal/thermal-generic-adc.txt 89 additions, 0 deletions...ation/devicetree/bindings/thermal/thermal-generic-adc.txt
- Documentation/thermal/sysfs-api.txt 22 additions, 22 deletionsDocumentation/thermal/sysfs-api.txt
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- drivers/cpufreq/mt8173-cpufreq.c 9 additions, 2 deletionsdrivers/cpufreq/mt8173-cpufreq.c
- drivers/hwmon/lm75.c 3 additions, 7 deletionsdrivers/hwmon/lm75.c
- drivers/hwmon/ntc_thermistor.c 4 additions, 8 deletionsdrivers/hwmon/ntc_thermistor.c
- drivers/hwmon/scpi-hwmon.c 9 additions, 39 deletionsdrivers/hwmon/scpi-hwmon.c
- drivers/hwmon/tmp102.c 2 additions, 6 deletionsdrivers/hwmon/tmp102.c
- drivers/input/touchscreen/sun4i-ts.c 1 addition, 8 deletionsdrivers/input/touchscreen/sun4i-ts.c
- drivers/thermal/Kconfig 21 additions, 10 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 3 additions, 1 deletiondrivers/thermal/Makefile
- drivers/thermal/gov_bang_bang.c 7 additions, 1 deletiondrivers/thermal/gov_bang_bang.c
- drivers/thermal/hisi_thermal.c 26 additions, 19 deletionsdrivers/thermal/hisi_thermal.c
- drivers/thermal/int340x_thermal/processor_thermal_device.c 77 additions, 31 deletionsdrivers/thermal/int340x_thermal/processor_thermal_device.c
- drivers/thermal/intel_powerclamp.c 9 additions, 38 deletionsdrivers/thermal/intel_powerclamp.c
- drivers/thermal/mtk_thermal.c 2 additions, 10 deletionsdrivers/thermal/mtk_thermal.c
- drivers/thermal/of-thermal.c 9 additions, 1 deletiondrivers/thermal/of-thermal.c
Loading
Please register or sign in to comment