aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/step_wise.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29thermal: fix source code documentation for parametersGravatar Willy WOLFF 1-2/+1
2016-08-08thermal: fix race condition when updating cooling deviceGravatar Michele Di Giorgio 1-0/+2
2015-12-29Thermal: initialize thermal zone device correctlyGravatar Zhang Rui 1-2/+15
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-2/+2
2015-02-06thermal: step_wise: spelling fixesGravatar Brian Norris 1-2/+2
2014-10-11Merge branch 'thermal-core-fix' of .git into nextGravatar Zhang Rui 1-1/+1
2014-10-09thermal: step_wise: fix: Prevent from binary overflow when trend is droppingGravatar Lukasz Majewski 1-1/+1
2014-07-29thermal: trace: Trace when temperature is above a trip pointGravatar Punit Agrawal 1-1/+4
2014-01-02thermal: debug: add debug statement for core and step_wiseGravatar Aaron Lu 1-0/+6
2013-08-15thermal: step_wise: return instance->target by defaultGravatar Eduardo Valentin 1-11/+18
2013-08-15thermal: step_wise: cdev only needs update on a new target stateGravatar Shawn Guo 1-0/+3
2013-04-14Thermal: build thermal governors into thermal_sys moduleGravatar Zhang Rui 1-14/+2
2013-04-12thermal: step_wise: set throttle target within thermal instance limitsGravatar Andrew Bresticker 1-2/+8
2013-01-04step_wise: Unify the code for both throttle and dethrottleGravatar Zhang Rui 1-45/+25
2013-01-04Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorGravatar Zhang Rui 1-18/+46
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORGravatar Zhang Rui 1-1/+1
2012-11-05thermal: step_wise: Add missing static storage class specifiersGravatar Sachin Kamat 1-2/+2
2012-11-05Thermal: Introduce a step_wise thermal governorGravatar Durgadoss R 1-0/+194