aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/devfreq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25PM / devfreq: Get rid of some doc warningsMauro Carvalho Chehab1-3/+3
2020-03-25PM / devfreq: Remove unneeded extern keywordChanwoo Choi1-51/+49
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap1-1/+2
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny1-9/+17
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny1-2/+2
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez1-4/+5
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-12-11PM / devfreq: add devfreq_suspend/resume() functionsLukasz Luba1-0/+6
2018-12-11PM / devfreq: add support for suspend/resume of a devfreq deviceLukasz Luba1-0/+7
2018-10-02PM / devfreq: Make update_devfreq() publicMatthias Kaehlcke1-0/+8
2017-10-26PM / devfreq: Define the constant governor nameChanwoo Choi1-0/+7
2017-10-26PM / devfreq: Show the all available frequenciesChanwoo Choi1-2/+3
2017-10-26PM / devfreq: Use the available min/max frequencyChanwoo Choi1-0/+4
2017-08-28PM / devfreq: Move private devfreq_update_stats() into devfreqChanwoo Choi1-13/+0
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/jikos/trivialLinus 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