aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/gov_fair_share.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24thermal: gov_fair_share: Eliminate unnecessary integer divisionsRafael J. Wysocki1-17/+15
2024-04-24thermal: gov_fair_share: Use trip thresholds instead of trip temperaturesRafael J. Wysocki1-8/+6
2024-04-24thermal: gov_fair_share: Use .manage() callback instead of .throttle()Rafael J. Wysocki1-11/+26
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+5
2024-01-29thermal: gov_fair_share: Fix dependency on trip points orderingRafael J. Wysocki1-7/+9
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-3/+3
2023-10-20thermal: gov_fair_share: Rearrange get_trip_level()Rafael J. Wysocki1-16/+14
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-2/+3
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano1-1/+1
2023-01-06thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsDaniel Lezcano1-12/+6
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar1-5/+1
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano1-3/+1
2022-08-17thermal/governors: Group the thermal zone lock inside the throttle functionDaniel Lezcano1-0/+1
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-3/+3
2021-04-22thermal/core/fair share: Use the lockless __thermal_cdev_update() functionLukasz Luba1-4/+3
2021-04-22thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba1-0/+4
2020-05-22thermal/governors: Prefix all source files with gov_Amit Kucheria1-0/+120