summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2025-01-17thermal: core: Rename function argument related to trip crossingRafael J. Wysocki
2024-10-24thermal: core: Relocate thermal zone initialization routineRafael J. Wysocki
2024-10-24thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki
2024-10-24thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki
2024-10-24thermal: core: Relocate functions that update trip pointsRafael J. Wysocki
2024-10-24thermal: core: Move some trip processing to thermal_trip_crossed()Rafael J. Wysocki
2024-10-24thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki
2024-10-24thermal: core: Rearrange __thermal_zone_device_update()Rafael J. Wysocki
2024-10-24thermal: core: Prepare for moving trips between sorted listsRafael J. Wysocki
2024-10-24thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki
2024-10-24thermal: core: Build sorted lists instead of sorting them laterRafael J. Wysocki
2024-10-24thermal: core: Manage thermal_governor_lock using a mutex guardRafael J. Wysocki
2024-10-24thermal: core: Separate thermal zone governor initializationRafael J. Wysocki
2024-10-24thermal: core: Add and use cooling device guardRafael J. Wysocki
2024-10-23thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki
2024-10-23thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki
2024-10-23thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki
2024-10-23thermal: core: Manage thermal_list_lock using a mutex guardRafael J. Wysocki
2024-10-23thermal: core: Separate code running under thermal_list_lockRafael J. Wysocki
2024-10-23thermal: core: Add and use a reverse thermal zone guardRafael J. Wysocki
2024-10-23thermal: core: Add and use thermal zone guardRafael J. Wysocki
2024-10-22thermal: core: Pass trip descriptors to trip bind/unbind functionsRafael J. Wysocki
2024-10-22thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki
2024-10-22thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki
2024-10-22thermal: core: Update thermal zones after cooling device bindingRafael J. Wysocki
2024-10-22thermal: core: Consolidate thermal zone locking in the exit pathRafael J. Wysocki
2024-10-22thermal: core: Mark thermal zones as exiting before unregistrationRafael J. Wysocki
2024-10-22thermal: core: Consolidate thermal zone locking during initializationRafael J. Wysocki
2024-10-22thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki
2024-10-22thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki
2024-10-22thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki
2024-10-22thermal: core: Rearrange PM notification codeRafael J. Wysocki
2024-10-22thermal: core: Initialize thermal zones before registering themRafael J. Wysocki
2024-10-10thermal: core: Connect the threshold with the coreDaniel Lezcano
2024-10-04thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki
2024-09-05thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki
2024-08-23thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki
2024-08-23thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki
2024-08-23thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki
2024-08-22thermal: core: Drop redundant thermal instance checksRafael J. Wysocki