summaryrefslogtreecommitdiff
path: root/drivers/thermal/devfreq_cooling.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilYe Zhang1-1/+1
2024-02-08drivers/thermal/devfreq_cooling: Use new Energy Model interfaceLukasz Luba1-9/+40
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano1-1/+1
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+9
2022-07-28drivers/thermal/devfreq_cooling: Extend the devfreq_cooling_device with opsLukasz Luba1-18/+9
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-4/+15
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+18
2022-04-13thermal: devfreq_cooling: use local ops instead of global opsKant Fan1-7/+18
2022-04-13thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_coolingLukasz Luba1-3/+5
2021-09-08thermal/drivers/devfreq_cooling: use HZ macrosDaniel Lezcano1-1/+1
2021-07-04thermal: devfreq_cooling: Fix kernel-docYang Li1-1/+1
2021-04-15thermal/drivers/devfreq_cooling: Fix wrong return on error pathDaniel Lezcano1-1/+1
2021-03-15thermal/drivers/devfreq_cooling: Use device name instead of auto-numberingDaniel Lezcano1-17/+8
2020-12-15thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODELLukasz Luba1-13/+12
2020-12-11thermal: devfreq_cooling: remove old power model and use EMLukasz Luba1-210/+97
2020-12-11thermal: devfreq_cooling: add new registration functions with Energy ModelLukasz Luba1-1/+53
2020-12-11thermal: devfreq_cooling: use a copy of device statusLukasz Luba1-10/+37
2020-12-11thermal: devfreq_cooling: change tracing function and argumentsLukasz Luba1-2/+1
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing1-3/+0
2020-07-30thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba1-9/+1
2020-04-14thermal: devfreq_cooling: Use PM QoS to set frequency limitsMatthias Kaehlcke1-47/+23
2020-01-27thermal: devfreq_cooling: Appease the kernel-doc deityAmit Kucheria1-1/+2
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/l...Linus 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 unreg...Javi Merino1-6/+10
2015-10-30devfreq_cooling: add trace informationJavi Merino1-0/+6
2015-10-30thermal: Add devfreq coolingØrjan Eide1-0/+563