aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/devfreq_cooling.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05trace: thermal: add another parameter 'power' to the tracing functionLukasz Luba1-1/+1
2017-05-05thermal: devfreq_cooling: add new interface for direct power readLukasz Luba1-23/+82
2017-05-05thermal: devfreq_cooling: refactor code and add get_voltage functionLukasz Luba1-17/+28
2017-03-13thermal: devfreq: Check OPP for errorsViresh Kumar1-2/+8
2017-03-13thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar1-3/+3
2017-03-13thermal: devfreq: Simplify expressionViresh Kumar1-1/+1
2017-03-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-44/+9
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar1-11/+4
2017-01-04thermal: convert devfreq_cooling to use an IDAMatthew Wilcox1-44/+9
2016-11-23devfreq_cooling: pass a pointer to devfreq in the power model callbacksJavi Merino1-2/+3
2016-09-27devfreq_cooling: no need to check state with negative numberShawn Lin1-1/+1
2015-11-04devfreq_cooling: return on allocation failureDan Carpenter1-1/+1
2015-11-02thermal: devfreq_cooling: Make power a u64Javi Merino1-1/+1
2015-11-02thermal: devfreq_cooling: use a thermal_cooling_device for register and unregisterJavi Merino1-6/+10
2015-10-30devfreq_cooling: add trace informationJavi Merino1-0/+6
2015-10-30thermal: Add devfreq coolingØrjan Eide1-0/+563