summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-1113-13/+1054
|\
| * thermal/drivers/qcom/spmi-adc-tm5: Don't abort probing if a sensor is not usedMatthias Kaehlcke2021-09-091-0/+6
| * thermal/drivers/intel: Allow processing of HWP interruptSrinivas Pandruvada2021-09-092-1/+9
| * thermal/drivers/qcom: Add support for LMh driverThara Gopinath2021-08-183-0/+243
| * thermal/drivers/tegra-soctherm: Silence message about clamped temperatureDmitry Osipenko2021-08-141-2/+2
| * thermal/drivers/int340x: Use IMOK independentlySumeet Pawnikar2021-08-141-1/+13
| * thermal/drivers/intel_powerclamp: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-141-2/+2
| * thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned intNiklas Söderlund2021-08-141-3/+4
| * thermal/drivers/rcar_gen3_thermal: Add support for hardware trip pointsNiklas Söderlund2021-08-141-4/+99
| * drivers/thermal/intel: Add TCC cooling support for AlderLake platformSumeet Pawnikar2021-08-141-0/+2
| * thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter2021-08-141-0/+1
| * thermal/drivers/tegra: Correct compile-testing of driversDmitry Osipenko2021-08-141-1/+1
| * thermal/drivers/tegra: Add driver for Tegra30 thermal sensorDmitry Osipenko2021-08-143-0/+681
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\ \
| * | thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano2021-09-081-1/+1
| |/
* | Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-023-0/+533
|\ \
| * | thermal/drivers/intel: Move intel_menlow to thermal driversSrinivas Pandruvada2021-08-173-0/+533
| |/
* / thermal: intel: Allow processing of HWP interruptSrinivas Pandruvada2021-08-252-1/+9
|/
* Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-1018-299/+895
|\
| * thermal/drivers/int340x/processor_thermal: Fix tcc settingSrinivas Pandruvada2021-07-041-8/+12
| * thermal/drivers/int340x/processor_thermal: Fix warning for return valueSrinivas Pandruvada2021-07-041-1/+3
| * thermal/drivers/mediatek: Add sensors-supportFrank Wunderlich2021-07-041-0/+6
| * thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driverSrinivas Pandruvada2021-07-044-1/+373
| * thermal/drivers/int340x/processor_thermal: Split enumeration and processing partSrinivas Pandruvada2021-07-045-259/+286
| * thermal: devfreq_cooling: Fix kernel-docYang Li2021-07-041-1/+1
| * thermal/drivers/intel/intel_soc_dts_iosf: Switch to use find_first_zero_bit()Andy Shevchenko2021-07-041-7/+8
| * thermal/core/thermal_of: Stop zone device before unregistering itDmitry Osipenko2021-07-041-0/+3
| * thermal/drivers/sprd: Add missing of_node_put for loop iterationKrzysztof Kozlowski2021-06-141-6/+9
| * thermal/drivers/imx_sc: Add missing of_node_put for loop iterationKrzysztof Kozlowski2021-06-141-0/+3
| * thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1Geert Uytterhoeven2021-06-141-3/+2
| * thermal/drivers/rcar_gen3_thermal: Fix coefficient calculationsNiklas Söderlund2021-06-141-1/+1
| * thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-11/+2
| * thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang2021-06-121-1/+1
| * thermal/drivers/int340x: processor_thermal: Export additional attributesSrinivas Pandruvada2021-06-111-0/+55
| * thermal/drivers/int340x: processor_thermal: Export mailbox interfaceSrinivas Pandruvada2021-06-112-3/+11
| * thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang2021-06-111-0/+1
| * thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driverFinley Xiao2021-06-111-0/+121
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \
| * | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-4/+11
| |\|
| * | thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressureLukasz Luba2021-06-171-1/+1
* | | Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-231-59/+4
|\ \ \ | |_|/ |/| |
| * | thermal: Use generic HW-protection shutdown APIMatti Vaittinen2021-06-211-59/+4
| |/
* | Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-061-4/+11
|\ \ | |/ |/|
| * x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov2021-05-311-4/+11
* | thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Yang Yingliang2021-05-271-1/+1
* | thermal/ti-soc-thermal: Fix kernel-docYang Li2021-05-241-1/+1
* | thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALIDSrinivas Pandruvada2021-05-142-1/+5
|/
* Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0527-371/+706
|\
| * thermal/drivers/mtk_thermal: Remove redundant initializations of several vari...Colin Ian King2021-04-221-6/+6
| * thermal/core/power allocator: Use the lockless __thermal_cdev_update() functionLukasz Luba2021-04-221-2/+1