summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11 days34-46/+56
|\
| * Merge tag 'thermal-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2024-11-1934-46/+56
| |\
| | * thermal/drivers/k3_j72xx_bandgap: Simplify code in k3_bgp_read_temp()Rex Nie2024-11-131-1/+1
| | * thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsensBarnabás Czémán2024-11-133-8/+18
| | * thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-1332-35/+35
| | * thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static constColin Ian King2024-11-131-2/+2
* | | Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14 days3-8/+8
|\ \ \
| * \ \ Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-11-043-8/+8
| |\ \ \
| | * | | thermal/ti-soc-thermal: Fix typosAndrew Kreimer2024-10-043-8/+8
* | | | | Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck2024-10-311-1/+1
| | |/ / | |/| |
* | | | thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki2024-11-141-4/+4
* | | | thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki2024-11-141-15/+9
* | | | thermal: testing: Simplify tt_get_tt_zone()Rafael J. Wysocki2024-11-121-7/+2
| |_|/ |/| |
* | | Merge back thermal control material for 6.13Rafael J. Wysocki2024-11-1116-660/+1235
|\ \ \
| * | | thermal: gov_power_allocator: Granted power set to max when nobody request powerZhengShaobo2024-10-241-5/+13
| * | | thermal: core: Relocate thermal zone initialization routineRafael J. Wysocki2024-10-241-41/+41
| * | | thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki2024-10-242-82/+137
| * | | thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki2024-10-242-9/+1
| * | | thermal: core: Relocate functions that update trip pointsRafael J. Wysocki2024-10-242-35/+35
| * | | thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki2024-10-242-22/+16
| * | | thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki2024-10-243-7/+9
| * | | thermal: core: Rearrange __thermal_zone_device_update()Rafael J. Wysocki2024-10-241-4/+4
| * | | thermal: core: Prepare for moving trips between sorted listsRafael J. Wysocki2024-10-241-7/+18
| * | | thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki2024-10-242-6/+6
| * | | thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki2024-10-241-15/+18
| * | | thermal: thresholds: Fix thermal lock annotation issueDaniel Lezcano2024-10-241-4/+9
| * | | thermal: netlink: Add the commands and the events for the thresholdsDaniel Lezcano2024-10-244-21/+281
| * | | thermal: core: Manage thermal_governor_lock using a mutex guardRafael J. Wysocki2024-10-241-27/+13
| * | | thermal: core: Separate thermal zone governor initializationRafael J. Wysocki2024-10-241-15/+21
| * | | thermal: core: Add and use cooling device guardRafael J. Wysocki2024-10-246-84/+57
| * | | thermal: core: Introduce thermal_cdev_update_nocheck()Rafael J. Wysocki2024-10-235-9/+18
| * | | thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki2024-10-231-5/+12
| * | | thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki2024-10-231-16/+30
| * | | thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki2024-10-231-6/+5
| * | | thermal: core: Manage thermal_list_lock using a mutex guardRafael J. Wysocki2024-10-231-80/+68
| * | | 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