aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/step_wise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27thermal/drivers/core: Use governor table to initializeDaniel Lezcano1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2017-10-31thermal/drivers/step_wise: Fix temperature regulation misbehaviorDaniel Lezcano1-5/+6
2017-06-29thermal: fix source code documentation for parametersWilly WOLFF1-2/+1
2016-08-08thermal: fix race condition when updating cooling deviceMichele Di Giorgio1-0/+2
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui1-2/+15
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-2/+2
2015-02-06thermal: step_wise: spelling fixesBrian Norris1-2/+2
2014-10-11Merge branch 'thermal-core-fix' of .git into nextZhang Rui1-1/+1
2014-10-09thermal: step_wise: fix: Prevent from binary overflow when trend is droppingLukasz Majewski1-1/+1
2014-07-29thermal: trace: Trace when temperature is above a trip pointPunit Agrawal1-1/+4
2014-01-02thermal: debug: add debug statement for core and step_wiseAaron Lu1-0/+6
2013-08-15thermal: step_wise: return instance->target by defaultEduardo Valentin1-11/+18
2013-08-15thermal: step_wise: cdev only needs update on a new target stateShawn Guo1-0/+3
2013-04-14Thermal: build thermal governors into thermal_sys moduleZhang Rui1-14/+2
2013-04-12thermal: step_wise: set throttle target within thermal instance limitsAndrew Bresticker1-2/+8
2013-01-04step_wise: Unify the code for both throttle and dethrottleZhang Rui1-45/+25
2013-01-04Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorZhang Rui1-18/+46
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui1-1/+1
2012-11-05thermal: step_wise: Add missing static storage class specifiersSachin Kamat1-2/+2
2012-11-05Thermal: Introduce a step_wise thermal governorDurgadoss R1-0/+194