summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2025-06-19thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exitArnd Bergmann
2025-06-19thermal/drivers/mediatek/lvts: Fix debugfs unregister on failureAngeloGioacchino Del Regno
2025-05-29thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperatureZhang Rui
2025-05-29thermal/drivers/qoriq: Power down TMU on system suspendAlice Guo
2025-05-29thermal/drivers/mediatek/lvts: Start sensor interrupts disabledNícolas F. R. A. Prado
2025-04-20thermal/drivers/mediatek/lvts: Disable Stage 3 thermal thresholdNícolas F. R. A. Prado
2025-04-20thermal/drivers/mediatek/lvts: Disable monitor mode during suspendNícolas F. R. A. Prado
2025-04-20thermal/drivers/rockchip: Add missing rk3328 mapping entryTrevor Woerner
2025-04-10thermal: int340x: Add NULL check for adevChenyuan Yang
2025-03-22thermal/cpufreq_cooling: Remove structure member documentationDaniel Lezcano
2025-03-07thermal: gov_power_allocator: Add missing NULL pointer checkRafael J. Wysocki
2025-03-07thermal: gov_power_allocator: Update total_weight on bind and cdev updatesYu-Che Cheng
2025-03-07thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki
2025-03-07thermal/of: Fix cdev lookup in thermal_of_should_bind()Rafael J. Wysocki
2025-03-07thermal: of: Simplify thermal_of_should_bind with scoped for each OF childKrzysztof Kozlowski
2025-03-07thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power()Yu-Che Cheng
2025-01-17thermal: of: fix OF node leak in of_thermal_zone_find()Joe Hattori
2024-12-14thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán
2024-12-09thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada
2024-12-05thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki
2024-12-05thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki
2024-12-05thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki
2024-12-05thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki
2024-12-05thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki
2024-12-05thermal: core: Rearrange PM notification codeRafael J. Wysocki
2024-12-05thermal: core: Initialize thermal zones before registering themRafael J. Wysocki
2024-11-04thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng
2024-11-04thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov
2024-10-11Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-10-11Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-08thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui
2024-10-08thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui
2024-10-07thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui
2024-10-04thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-10Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2024-09-09Merge branch 'thermal-core'Rafael J. Wysocki
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki
2024-09-05thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki
2024-09-05thermal: gov_bang_bang: Adjust states of all uninitialized instancesRafael J. Wysocki
2024-09-05thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki
2024-09-04thermal/drivers/imx_sc_thermal: Use dev_err_probeAlexander Stein
2024-09-02thermal/drivers/ti-soc-thermal: Remove unused declarationsZhang Zekun
2024-09-02thermal/drivers/imx: Remove __maybe_unused notationsFabio Estevam
2024-09-02thermal/drivers/qoriq: Remove __maybe_unused notationsFabio Estevam
2024-09-02thermal/drivers/sprd: Use devm_clk_get_enabled() helpersHuan Yang