summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+10
2025-03-17thermal: core: allow user configuration of hardware protection actionAhmad Fatoum1-7/+10
2025-03-12thermal: core: Delay exposing sysfs interfaceLucas De Marchi1-10/+10
2025-01-17thermal: core: Rename function argument related to trip crossingRafael J. Wysocki1-5/+5
2024-10-24thermal: core: Relocate thermal zone initialization routineRafael J. Wysocki1-41/+41
2024-10-24thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki1-81/+131
2024-10-24thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki1-7/+1
2024-10-24thermal: core: Relocate functions that update trip pointsRafael J. Wysocki1-0/+35
2024-10-24thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki1-11/+10
2024-10-24thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki1-5/+7
2024-10-24thermal: core: Rearrange __thermal_zone_device_update()Rafael J. Wysocki1-4/+4
2024-10-24thermal: core: Prepare for moving trips between sorted listsRafael J. Wysocki1-7/+18
2024-10-24thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki1-5/+5
2024-10-24thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki1-15/+18
2024-10-24thermal: core: Manage thermal_governor_lock using a mutex guardRafael J. Wysocki1-27/+13
2024-10-24thermal: core: Separate thermal zone governor initializationRafael J. Wysocki1-15/+21
2024-10-24thermal: core: Add and use cooling device guardRafael J. Wysocki1-12/+5
2024-10-23thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki1-5/+12
2024-10-23thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki1-16/+30
2024-10-23thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki1-6/+5
2024-10-23thermal: core: Manage thermal_list_lock using a mutex guardRafael J. Wysocki1-80/+68
2024-10-23thermal: core: Separate code running under thermal_list_lockRafael J. Wysocki1-28/+36
2024-10-23thermal: core: Add and use a reverse thermal zone guardRafael J. Wysocki1-5/+3
2024-10-23thermal: core: Add and use thermal zone guardRafael J. Wysocki1-44/+17
2024-10-22thermal: core: Pass trip descriptors to trip bind/unbind functionsRafael J. Wysocki1-15/+12
2024-10-22thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki1-14/+19
2024-10-22thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki1-4/+0
2024-10-22thermal: core: Update thermal zones after cooling device bindingRafael J. Wysocki1-10/+13
2024-10-22thermal: core: Consolidate thermal zone locking in the exit pathRafael J. Wysocki1-27/+39
2024-10-22thermal: core: Mark thermal zones as exiting before unregistrationRafael J. Wysocki1-0/+3
2024-10-22thermal: core: Consolidate thermal zone locking during initializationRafael J. Wysocki1-17/+22
2024-10-22thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki1-2/+16
2024-10-22thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki1-3/+13
2024-10-22thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki1-6/+5
2024-10-22thermal: core: Rearrange PM notification codeRafael J. Wysocki1-42/+46
2024-10-22thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-10-11thermal: core: Connect the threshold with the coreDaniel Lezcano1-0/+9
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. Wysocki1-0/+1
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki1-11/+1
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-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki1-1/+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
2024-08-23thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki1-33/+21
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki1-72/+3
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki1-6/+4