summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2025-03-22thermal/cpufreq_cooling: Remove structure member documentationDaniel Lezcano1-2/+0
2025-03-07thermal: gov_power_allocator: Add missing NULL pointer checkRafael J. Wysocki1-1/+6
2025-03-07thermal: gov_power_allocator: Update total_weight on bind and cdev updatesYu-Che Cheng1-8/+22
2025-03-07thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki7-64/+62
2025-03-07thermal/of: Fix cdev lookup in thermal_of_should_bind()Rafael J. Wysocki1-21/+29
2025-03-07thermal: of: Simplify thermal_of_should_bind with scoped for each OF childKrzysztof Kozlowski1-3/+2
2025-03-07thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power()Yu-Che Cheng1-1/+1
2025-01-17thermal: of: fix OF node leak in of_thermal_zone_find()Joe Hattori1-0/+1
2024-12-14thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán3-8/+18
2024-12-09thermal: int3400: Fix reading of current_uuid for active policySrinivas Pandruvada1-1/+1
2024-12-05thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki1-4/+4
2024-12-05thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki1-15/+9
2024-12-05thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki1-2/+16
2024-12-05thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki2-3/+14
2024-12-05thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki2-10/+12
2024-12-05thermal: core: Rearrange PM notification codeRafael J. Wysocki1-42/+46
2024-12-05thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-11-04thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-11-04thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov1-0/+7
2024-10-11Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-48/+24
2024-10-11Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+8
2024-10-08thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui1-2/+2
2024-10-08thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui1-44/+22
2024-10-07thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui1-2/+0
2024-10-04thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki1-3/+1
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki3-6/+7
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-10Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki11-67/+41
2024-09-09Merge branch 'thermal-core'Rafael J. Wysocki4-52/+49
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki3-15/+2
2024-09-05thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki1-13/+3
2024-09-05thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki1-3/+1
2024-09-05thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki1-2/+0
2024-09-05thermal: gov_bang_bang: Adjust states of all uninitialized instancesRafael J. Wysocki1-8/+6
2024-09-05thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki1-12/+38
2024-09-04thermal/drivers/imx_sc_thermal: Use dev_err_probeAlexander Stein1-2/+1
2024-09-02thermal/drivers/ti-soc-thermal: Remove unused declarationsZhang Zekun1-4/+0
2024-09-02thermal/drivers/imx: Remove __maybe_unused notationsFabio Estevam1-8/+8
2024-09-02thermal/drivers/qoriq: Remove __maybe_unused notationsFabio Estevam1-5/+5
2024-09-02thermal/drivers/sprd: Use devm_clk_get_enabled() helpersHuan Yang1-11/+3
2024-09-02thermal/drivers/renesas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-02thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()Yan Zhen1-9/+6
2024-09-02thermal/drivers/sti: Depend on THERMAL_OF subsystemRaphael Gallais-Pou2-18/+12
2024-09-02thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou3-9/+5
2024-08-29Merge branch 'thermal-core'Rafael J. Wysocki19-567/+1015
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki3-4/+1
2024-08-23thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki1-6/+0
2024-08-23thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki1-8/+8
2024-08-23thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki1-13/+10