summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki2024-08-231-33/+21
| * thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki2024-08-231-72/+3
| * thermal/of: Use the .should_bind() thermal zone callbackRafael J. Wysocki2024-08-231-131/+40
| * thermal: imx: Use the .should_bind() thermal zone callbackRafael J. Wysocki2024-08-221-14/+6
| * thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki2024-08-221-6/+4
| * thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki2024-08-221-24/+82
| * thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki2024-08-221-8/+22
| * thermal: sysfs: Use the dev argument in instance-related show/storeRafael J. Wysocki2024-08-221-8/+7
| * thermal: core: Drop redundant thermal instance checksRafael J. Wysocki2024-08-221-2/+2
| * thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki2024-08-221-12/+4
| * thermal: core: Fold two functions into their respective callersRafael J. Wysocki2024-08-221-36/+19
| * thermal: Introduce a debugfs-based testing facilityRafael J. Wysocki2024-08-226-0/+717
| * thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano2024-08-193-29/+12
| * Merge back thermal core material for 6.12.Rafael J. Wysocki2024-08-1910-254/+150
| |\
| | * thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki2024-08-133-7/+7
| | * thermal: sysfs: Get to trips via attribute pointersRafael J. Wysocki2024-08-131-34/+20
| | * thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki2024-08-132-82/+46