aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2021-09-21thermal/drivers/tsens: Fix wrong check for tzd in irq handlersGravatar Ansuel Smith 1-2/+2
2021-09-21thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Gravatar Dan Carpenter 1-4/+3
2021-09-14thermal/drivers/int340x: Do not set a wrong tcc offset on resumeGravatar Antoine Tenart 1-2/+3
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-13/+1054
2021-09-09thermal/drivers/qcom/spmi-adc-tm5: Don't abort probing if a sensor is not usedGravatar Matthias Kaehlcke 1-0/+6
2021-09-09thermal/drivers/intel: Allow processing of HWP interruptGravatar Srinivas Pandruvada 2-1/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-09-08thermal/drivers/devfreq_cooling: use HZ macrosGravatar Daniel Lezcano 1-1/+1
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-0/+533
2021-08-25thermal: intel: Allow processing of HWP interruptGravatar Srinivas Pandruvada 2-1/+9
2021-08-18thermal/drivers/qcom: Add support for LMh driverGravatar Thara Gopinath 3-0/+243
2021-08-17thermal/drivers/intel: Move intel_menlow to thermal driversGravatar Srinivas Pandruvada 3-0/+533
2021-08-14thermal/drivers/tegra-soctherm: Silence message about clamped temperatureGravatar Dmitry Osipenko 1-2/+2
2021-08-14thermal/drivers/int340x: Use IMOK independentlyGravatar Sumeet Pawnikar 1-1/+13
2021-08-14thermal/drivers/intel_powerclamp: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-14thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned intGravatar Niklas Söderlund 1-3/+4
2021-08-14thermal/drivers/rcar_gen3_thermal: Add support for hardware trip pointsGravatar Niklas Söderlund 1-4/+99
2021-08-14drivers/thermal/intel: Add TCC cooling support for AlderLake platformGravatar Sumeet Pawnikar 1-0/+2
2021-08-14thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Gravatar Dan Carpenter 1-0/+1
2021-08-14thermal/drivers/tegra: Correct compile-testing of driversGravatar Dmitry Osipenko 1-1/+1
2021-08-14thermal/drivers/tegra: Add driver for Tegra30 thermal sensorGravatar Dmitry Osipenko 3-0/+681
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-299/+895
2021-07-04thermal/drivers/int340x/processor_thermal: Fix tcc settingGravatar Srinivas Pandruvada 1-8/+12
2021-07-04thermal/drivers/int340x/processor_thermal: Fix warning for return valueGravatar Srinivas Pandruvada 1-1/+3
2021-07-04thermal/drivers/mediatek: Add sensors-supportGravatar Frank Wunderlich 1-0/+6
2021-07-04thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driverGravatar Srinivas Pandruvada 4-1/+373
2021-07-04thermal/drivers/int340x/processor_thermal: Split enumeration and processing partGravatar Srinivas Pandruvada 5-259/+286
2021-07-04thermal: devfreq_cooling: Fix kernel-docGravatar Yang Li 1-1/+1
2021-07-04thermal/drivers/intel/intel_soc_dts_iosf: Switch to use find_first_zero_bit()Gravatar Andy Shevchenko 1-7/+8
2021-07-04thermal/core/thermal_of: Stop zone device before unregistering itGravatar Dmitry Osipenko 1-0/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-59/+4
2021-06-21thermal: Use generic HW-protection shutdown APIGravatar Matti Vaittinen 1-59/+4
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-4/+11
2021-06-17thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressureGravatar Lukasz Luba 1-1/+1
2021-06-14thermal/drivers/sprd: Add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-6/+9
2021-06-14thermal/drivers/imx_sc: Add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-0/+3
2021-06-14thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1Gravatar Geert Uytterhoeven 1-3/+2
2021-06-14thermal/drivers/rcar_gen3_thermal: Fix coefficient calculationsGravatar Niklas Söderlund 1-1/+1
2021-06-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-11/+2
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Gravatar Yang Yingliang 1-1/+1
2021-06-11thermal/drivers/int340x: processor_thermal: Export additional attributesGravatar Srinivas Pandruvada 1-0/+55
2021-06-11thermal/drivers/int340x: processor_thermal: Export mailbox interfaceGravatar Srinivas Pandruvada 2-3/+11
2021-06-11thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLEGravatar Chunyan Zhang 1-0/+1
2021-06-11thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driverGravatar Finley Xiao 1-0/+121
2021-06-06Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+11
2021-05-31x86/thermal: Fix LVT thermal setup for SMI delivery modeGravatar Borislav Petkov 1-4/+11
2021-05-27thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Gravatar Yang Yingliang 1-1/+1
2021-05-24thermal/ti-soc-thermal: Fix kernel-docGravatar Yang Li 1-1/+1
2021-05-14thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALIDGravatar Srinivas Pandruvada 2-1/+5