summaryrefslogtreecommitdiff
path: root/drivers/thermal/gov_step_wise.c
AgeCommit message (Expand)Author
12 daysthermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki
2024-04-30thermal: core: Move passive polling management to the coreRafael J. Wysocki
2024-04-24thermal: gov_step_wise: Clean up thermal_zone_trip_update()Rafael J. Wysocki
2024-04-24thermal: gov_step_wise: Use trip thresholds instead of trip temperaturesRafael J. Wysocki
2024-04-24thermal: gov_step_wise: Use .manage() callback instead of .throttle()Rafael J. Wysocki
2024-04-08thermal: gov_step_wise: Simplify checks related to passive tripsRafael J. Wysocki
2024-04-08thermal: gov_step_wise: Simplify get_target_state()Rafael J. Wysocki
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerRafael J. Wysocki
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki
2023-04-27thermal: gov_step_wise: Adjust code logic to match commentZhang Rui
2023-04-27thermal: gov_step_wise: Delete obsolete commentZhang Rui
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano
2023-01-06thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsDaniel Lezcano
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano
2022-08-17thermal/governors: Group the thermal zone lock inside the throttle functionDaniel Lezcano
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano
2022-07-28thermal/core: Use clamp() helper in the stepwise governorDaniel Lezcano
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano
2020-05-22thermal/governors: Prefix all source files with gov_Amit Kucheria