summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | thermal: core: Separate code running under thermal_list_lockRafael J. Wysocki2024-10-231-28/+36
| * | | thermal: core: Add and use a reverse thermal zone guardRafael J. Wysocki2024-10-232-5/+6
| * | | thermal: core: Add and use thermal zone guardRafael J. Wysocki2024-10-238-136/+86
| * | | thermal: core: Pass trip descriptors to trip bind/unbind functionsRafael J. Wysocki2024-10-221-15/+12
| * | | thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki2024-10-227-64/+62
| * | | thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki2024-10-222-6/+0
| * | | thermal: core: Update thermal zones after cooling device bindingRafael J. Wysocki2024-10-221-10/+13
| * | | thermal: core: Consolidate thermal zone locking in the exit pathRafael J. Wysocki2024-10-221-27/+39
| * | | thermal: core: Mark thermal zones as exiting before unregistrationRafael J. Wysocki2024-10-222-0/+4
| * | | thermal: core: Consolidate thermal zone locking during initializationRafael J. Wysocki2024-10-221-17/+22
| * | | thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki2024-10-221-2/+16
| * | | thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki2024-10-222-3/+14
| * | | thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki2024-10-222-10/+12
| * | | thermal: core: Rearrange PM notification codeRafael J. Wysocki2024-10-221-42/+46
| * | | thermal: core: Initialize thermal zones before registering themRafael J. Wysocki2024-10-221-1/+1
| * | | thermal: core: Connect the threshold with the coreDaniel Lezcano2024-10-101-0/+9
| * | | thermal: core: Add user thresholds supportDaniel Lezcano2024-10-104-0/+251
* | | | thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng2024-11-041-11/+10
* | | | thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov2024-11-041-0/+7
| |_|/ |/| |
* | | Merge tag 'pm-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-10-112-48/+24
|\ \ \
| * | | thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui2024-10-081-2/+2
| * | | thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui2024-10-081-44/+22
| * | | thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui2024-10-071-2/+0
* | | | Merge tag 'thermal-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-113-9/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki2024-10-041-3/+1
| * | thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki2024-10-043-6/+7
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2024-09-1011-67/+41
|\
| * thermal/drivers/imx_sc_thermal: Use dev_err_probeAlexander Stein2024-09-041-2/+1
| * thermal/drivers/ti-soc-thermal: Remove unused declarationsZhang Zekun2024-09-021-4/+0
| * thermal/drivers/imx: Remove __maybe_unused notationsFabio Estevam2024-09-021-8/+8
| * thermal/drivers/qoriq: Remove __maybe_unused notationsFabio Estevam2024-09-021-5/+5
| * thermal/drivers/sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-021-11/+3
| * thermal/drivers/renesas: Remove trailing space after \n newlineColin Ian King2024-09-021-1/+1
| * thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()Yan Zhen2024-09-021-9/+6
| * thermal/drivers/sti: Depend on THERMAL_OF subsystemRaphael Gallais-Pou2024-09-022-18/+12
| * thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2024-09-023-9/+5
* | Merge branch 'thermal-core'Rafael J. Wysocki2024-09-094-52/+49
|\ \ | |/ |/|
| * thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki2024-09-053-15/+2
| * thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki2024-09-051-13/+3
| * thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki2024-09-051-3/+1
| * thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki2024-09-051-2/+0
| * thermal: gov_bang_bang: Adjust states of all uninitialized instancesRafael J. Wysocki2024-09-051-8/+6
| * thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki2024-09-051-12/+38
* | Merge branch 'thermal-core'Rafael J. Wysocki2024-08-2919-567/+1015
|\|
| * thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki2024-08-233-4/+1
| * thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki2024-08-231-6/+0
| * thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki2024-08-231-8/+8
| * thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki2024-08-231-13/+10