summaryrefslogtreecommitdiffstats
path: root/include/linux/devfreq.h
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-01-311-0/+3
* PM / devfreq: Add new passive governorChanwoo Choi2016-05-031-0/+33
* PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi2016-05-031-1/+58
* PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi2016-05-031-0/+9
* PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi2016-01-131-1/+1
* PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham2015-09-111-1/+8
* PM / devfreq: cache the last call to get_dev_status()Javi Merino2015-09-111-0/+15
* PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-191-1/+1
* PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi2014-05-241-0/+14
* PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi2014-05-241-1/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * Correct some typos for word frequencyLABBE Corentin2013-10-141-1/+1
* | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
* | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-2/+2
|/
* PM / devfreq: add comments and DocumentationMyungJoo Ham2013-06-031-0/+2
* PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unsetRajagopal Venkat2013-04-021-8/+8
* PM / devfreq: remove compiler error when a governor is moduleMyungJoo Ham2012-11-261-1/+1
* PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-201-17/+4
* PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-201-0/+3
* PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee2012-11-201-0/+15
* PM / devfreq: documentation cleanups for devfreq headerNishanth Menon2012-11-201-27/+27
* PM / devfreq: Add current freq callback in device profileRajagopal Venkat2012-11-151-0/+3
* PM / devfreq: Add suspend and resume apisRajagopal Venkat2012-11-151-0/+12
* PM / devfreq: Core updates to support devices which can idleRajagopal Venkat2012-11-151-24/+10
* PM / devfreq: add relation of recommended frequency.MyungJoo Ham2012-03-171-3/+13
* PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham2012-01-201-0/+5
* PM / devfreq: fixed syntax errors.MyungJoo Ham2012-01-201-2/+2
* PM / devfreq: fix private_dataJonathan Corbet2011-11-071-1/+1
* PM / devfreq: Add basic governorsMyungJoo Ham2011-10-021-0/+35
* PM: Introduce devfreq: generic DVFS framework with device-specific OPPsMyungJoo Ham2011-10-021-0/+203