summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Rename function argument related to trip crossingRafael J. Wysocki13 days1-5/+5
* 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-241-81/+131
* thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki2024-10-241-7/+1
* thermal: core: Relocate functions that update trip pointsRafael J. Wysocki2024-10-241-0/+35
* thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki2024-10-241-11/+10
* thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki2024-10-241-5/+7
* 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-241-5/+5
* thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki2024-10-241-15/+18
* 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-241-12/+5
* 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-231-5/+3
* thermal: core: Add and use thermal zone guardRafael J. Wysocki2024-10-231-44/+17
* 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-221-14/+19
* thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki2024-10-221-4/+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-221-0/+3
* 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-221-3/+13
* thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki2024-10-221-6/+5
* 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: 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-041-0/+1
* thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki2024-09-051-11/+1
* 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: core: Drop tz field from struct thermal_instanceRafael J. Wysocki2024-08-231-1/+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: 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: core: Drop redundant thermal instance checksRafael J. Wysocki2024-08-221-2/+2