summaryrefslogtreecommitdiff
path: root/include/linux/devfreq.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-12PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi1-29/+1
2017-01-31PM / devfreq: Fix available_governor sysfsChanwoo Choi1-0/+3
2016-05-03PM / devfreq: Add new passive governorChanwoo Choi1-0/+33
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi1-1/+58
2016-05-03PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi1-0/+9
2016-01-13PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi1-1/+1
2015-09-11PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham1-1/+8
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino1-0/+15
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-1/+1
2014-05-24PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi1-0/+14
2014-05-24PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi1-1/+20
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-2/+2
2013-10-14Correct some typos for word frequencyLABBE Corentin1-1/+1
2013-06-03PM / devfreq: add comments and DocumentationMyungJoo Ham1-0/+2
2013-04-02PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unsetRajagopal Venkat1-8/+8
2012-11-26PM / devfreq: remove compiler error when a governor is moduleMyungJoo Ham1-1/+1
2012-11-20PM / devfreq: map devfreq drivers to governor using nameNishanth Menon1-17/+4
2012-11-20PM / devfreq: provide hooks for governors to be registeredNishanth Menon1-0/+3
2012-11-20PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee1-0/+15
2012-11-20PM / devfreq: documentation cleanups for devfreq headerNishanth Menon1-27/+27
2012-11-15PM / devfreq: Add current freq callback in device profileRajagopal Venkat1-0/+3
2012-11-15PM / devfreq: Add suspend and resume apisRajagopal Venkat1-0/+12
2012-11-15PM / devfreq: Core updates to support devices which can idleRajagopal Venkat1-24/+10
2012-03-17PM / devfreq: add relation of recommended frequency.MyungJoo Ham1-3/+13
2012-01-20PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham1-0/+5
2012-01-20PM / devfreq: fixed syntax errors.MyungJoo Ham1-2/+2
2011-11-07PM / devfreq: fix private_dataJonathan Corbet1-1/+1
2011-10-02PM / devfreq: Add basic governorsMyungJoo Ham1-0/+35
2011-10-02PM: Introduce devfreq: generic DVFS framework with device-specific OPPsMyungJoo Ham1-0/+203