summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/gov_bang_bang.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: gov_bang_bang: Fix possible cooling device state ping-pongRafael J. Wysocki2024-01-291-1/+1
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-3/+5
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-15/+8
* thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsDaniel Lezcano2023-01-061-15/+22
* 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: step_wise: Appease the kernel-doc deityAmit Kucheria2020-01-271-2/+2
* treewide: Rename Peter Feuerer to Peter KaestlePeter Kaestle2019-10-211-1/+1
* thermal/drivers/core: Use governor table to initializeDaniel Lezcano2019-06-271-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-11/+1
* thermal: bang-bang governor: act on lower trip boundarySascha Hauer2016-09-271-1/+1
* thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-081-0/+2
* thermal: check validity get_trip_hyst function pointer in bang-bang governorMichele Di Giorgio2016-05-161-1/+7
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-3/+2
* thermal: Added Bang-bang thermal governorPeter Feuerer2014-08-271-0/+131