summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/power_allocator.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-081-0/+2
* thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino2016-04-201-1/+1
* thermal: power_allocator: Use temperature reading from tzKapileshwar Singh2015-11-121-17/+7
* remove abs64()Andrew Morton2015-11-091-1/+1
* thermal: avoid division by zero in power allocatorAndrea Arcangeli2015-10-011-0/+10
* thermal: power_allocator: exit early if there are no cooling devicesJavi Merino2015-09-201-0/+5
* thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino2015-09-141-5/+27
* thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino2015-09-141-44/+57
* thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino2015-09-141-25/+100
*-. Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui2015-09-021-8/+8
|\ \
| * | thermal: consistently use int for temperaturesSascha Hauer2015-08-031-8/+8
| |/
* | thermal: power_allocator: allocate with kcalloc what you free with kfreeJavi Merino2015-08-291-2/+1
* | thermal: power_allocator: do not use devm* interfacesDmitry Torokhov2015-08-131-4/+4
* | thermal: power_allocator: trace the real requested powerJavi Merino2015-08-021-10/+16
|/
* thermal: power_allocator: round the division when divvying up powerJavi Merino2015-05-111-1/+2
* thermal: add trace events to the power allocator governorJavi Merino2015-05-041-2/+20
* thermal: introduce the Power Allocator governorJavi Merino2015-05-041-0/+520
OpenPOWER on IntegriCloud