summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/gov_step_wise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: gov_step_wise: Go straight to instance->lower when mitigation is overRafael J. Wysocki2024-06-251-18/+5
* thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki2024-06-111-0/+17
* thermal: core: Move passive polling management to the coreRafael J. Wysocki2024-04-301-10/+0
* thermal: gov_step_wise: Clean up thermal_zone_trip_update()Rafael J. Wysocki2024-04-241-6/+7
* thermal: gov_step_wise: Use trip thresholds instead of trip temperaturesRafael J. Wysocki2024-04-241-4/+5
* thermal: gov_step_wise: Use .manage() callback instead of .throttle()Rafael J. Wysocki2024-04-241-18/+21
* thermal: gov_step_wise: Simplify checks related to passive tripsRafael J. Wysocki2024-04-081-8/+6
* thermal: gov_step_wise: Simplify get_target_state()Rafael J. Wysocki2024-04-081-17/+10
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-5/+7
* thermal: gov_step_wise: Fold update_passive_instance() into its callerRafael J. Wysocki2023-10-201-18/+10
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-9/+7
* thermal: gov_step_wise: Adjust code logic to match commentZhang Rui2023-04-271-14/+6
* thermal: gov_step_wise: Delete obsolete commentZhang Rui2023-04-271-8/+0
* thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano2023-04-011-1/+1
* thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsDaniel Lezcano2023-01-061-12/+10
* thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano2022-08-171-3/+1
* thermal/governors: Group the thermal zone lock inside the throttle functionDaniel Lezcano2022-08-171-6/+2
* thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano2022-07-281-11/+0
* thermal/core: Use clamp() helper in the stepwise governorDaniel Lezcano2022-07-281-11/+4
* thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2021-01-191-11/+3
* thermal/governors: Prefix all source files with gov_Amit Kucheria2020-05-221-0/+209