summaryrefslogtreecommitdiff
path: root/drivers/thermal/gov_step_wise.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-5/+7
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerRafael J. Wysocki1-18/+10
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-9/+7
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentZhang Rui1-14/+6
2023-04-27thermal: gov_step_wise: Delete obsolete commentZhang Rui1-8/+0
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/+10
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-6/+2
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano1-11/+0
2022-07-28thermal/core: Use clamp() helper in the stepwise governorDaniel Lezcano1-11/+4
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano1-11/+3
2020-05-22thermal/governors: Prefix all source files with gov_Amit Kucheria1-0/+209