summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/devfreq_cooling.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-021-18/+9
|\
| * drivers/thermal/devfreq_cooling: Extend the devfreq_cooling_device with opsLukasz Luba2022-07-281-18/+9
* | PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba2022-07-151-4/+15
|/
* Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-241-7/+18
|\
| * thermal: devfreq_cooling: use local ops instead of global opsKant Fan2022-04-131-7/+18
* | thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_coolingLukasz Luba2022-04-131-3/+5
|/
* thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* thermal: devfreq_cooling: Fix kernel-docYang Li2021-07-041-1/+1
* thermal/drivers/devfreq_cooling: Fix wrong return on error pathDaniel Lezcano2021-04-151-1/+1
* thermal/drivers/devfreq_cooling: Use device name instead of auto-numberingDaniel Lezcano2021-03-151-17/+8
* thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODELLukasz Luba2020-12-151-13/+12
* thermal: devfreq_cooling: remove old power model and use EMLukasz Luba2020-12-111-210/+97
* thermal: devfreq_cooling: add new registration functions with Energy ModelLukasz Luba2020-12-111-1/+53
* thermal: devfreq_cooling: use a copy of device statusLukasz Luba2020-12-111-10/+37
* thermal: devfreq_cooling: change tracing function and argumentsLukasz Luba2020-12-111-2/+1
* thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-121-3/+0
* thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba2020-07-301-9/+1
* thermal: devfreq_cooling: Use PM QoS to set frequency limitsMatthias Kaehlcke2020-04-141-47/+23
* thermal: devfreq_cooling: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+2
* trace: thermal: add another parameter 'power' to the tracing functionLukasz Luba2017-05-051-1/+1
* thermal: devfreq_cooling: add new interface for direct power readLukasz Luba2017-05-051-23/+82
* thermal: devfreq_cooling: refactor code and add get_voltage functionLukasz Luba2017-05-051-17/+28
* thermal: devfreq: Check OPP for errorsViresh Kumar2017-03-131-2/+8
* thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-3/+3
* thermal: devfreq: Simplify expressionViresh Kumar2017-03-131-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-011-44/+9
|\
| * thermal: convert devfreq_cooling to use an IDAMatthew Wilcox2017-01-041-44/+9
* | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-11/+4
|/
* devfreq_cooling: pass a pointer to devfreq in the power model callbacksJavi Merino2016-11-231-2/+3
* devfreq_cooling: no need to check state with negative numberShawn Lin2016-09-271-1/+1
* devfreq_cooling: return on allocation failureDan Carpenter2015-11-041-1/+1
* thermal: devfreq_cooling: Make power a u64Javi Merino2015-11-021-1/+1
* thermal: devfreq_cooling: use a thermal_cooling_device for register and unreg...Javi Merino2015-11-021-6/+10
* devfreq_cooling: add trace informationJavi Merino2015-10-301-0/+6
* thermal: Add devfreq coolingØrjan Eide2015-10-301-0/+563