aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/gov_step_wise.c
AgeCommit message (Expand)AuthorFilesLines
5 daysthermal: gov_step_wise: Restore passive polling managementGravatar Rafael J. Wysocki 1-0/+17
2024-04-30thermal: core: Move passive polling management to the coreGravatar Rafael J. Wysocki 1-10/+0
2024-04-24thermal: gov_step_wise: Clean up thermal_zone_trip_update()Gravatar Rafael J. Wysocki 1-6/+7
2024-04-24thermal: gov_step_wise: Use trip thresholds instead of trip temperaturesGravatar Rafael J. Wysocki 1-4/+5
2024-04-24thermal: gov_step_wise: Use .manage() callback instead of .throttle()Gravatar Rafael J. Wysocki 1-18/+21
2024-04-08thermal: gov_step_wise: Simplify checks related to passive tripsGravatar Rafael J. Wysocki 1-8/+6
2024-04-08thermal: gov_step_wise: Simplify get_target_state()Gravatar Rafael J. Wysocki 1-17/+10
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackGravatar Rafael J. Wysocki 1-5/+7
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerGravatar Rafael J. Wysocki 1-18/+10
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceGravatar Rafael J. Wysocki 1-9/+7
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentGravatar Zhang Rui 1-14/+6
2023-04-27thermal: gov_step_wise: Delete obsolete commentGravatar Zhang Rui 1-8/+0
2023-04-01thermal/core: Relocate the traces definition in thermal directoryGravatar Daniel Lezcano 1-1/+1
2023-01-06thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsGravatar Daniel Lezcano 1-12/+10
2022-08-17thermal/core: Move the thermal zone lock out of the governorsGravatar Daniel Lezcano 1-3/+1
2022-08-17thermal/governors: Group the thermal zone lock inside the throttle functionGravatar Daniel Lezcano 1-6/+2
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLGravatar Daniel Lezcano 1-11/+0
2022-07-28thermal/core: Use clamp() helper in the stepwise governorGravatar Daniel Lezcano 1-11/+4
2021-01-19thermal/core: Remove the 'forced_passive' optionGravatar Daniel Lezcano 1-11/+3
2020-05-22thermal/governors: Prefix all source files with gov_Gravatar Amit Kucheria 1-0/+209