summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/power_allocator.c
AgeCommit message (Expand)AuthorLines
2016-08-08thermal: fix race condition when updating cooling deviceMichele Di Giorgio-0/+2
2016-04-20thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino-1/+1
2015-11-12thermal: power_allocator: Use temperature reading from tzKapileshwar Singh-17/+7
2015-11-09remove abs64()Andrew Morton-1/+1
2015-10-01thermal: avoid division by zero in power allocatorAndrea Arcangeli-0/+10
2015-09-20thermal: power_allocator: exit early if there are no cooling devicesJavi Merino-0/+5
2015-09-14thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino-5/+27
2015-09-14thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino-44/+57
2015-09-14thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino-25/+100
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui-8/+8
2015-08-29thermal: power_allocator: allocate with kcalloc what you free with kfreeJavi Merino-2/+1
2015-08-13thermal: power_allocator: do not use devm* interfacesDmitry Torokhov-4/+4
2015-08-03thermal: consistently use int for temperaturesSascha Hauer-8/+8
2015-08-02thermal: power_allocator: trace the real requested powerJavi Merino-10/+16
2015-05-11thermal: power_allocator: round the division when divvying up powerJavi Merino-1/+2
2015-05-04thermal: add trace events to the power allocator governorJavi Merino-2/+20
2015-05-04thermal: introduce the Power Allocator governorJavi Merino-0/+520