summaryrefslogtreecommitdiff
path: root/include/linux/devfreq.h
AgeCommit message (Expand)Author
2021-03-09PM / devfreq: Register devfreq as a cooling device on demandDaniel Lezcano
2021-02-04PM / devfreq: Cache OPP table reference in devfreqSaravana Kannan
2020-10-26PM / devfreq: Remove redundant governor_name from struct devfreqChanwoo Choi
2020-10-16PM / devfreq: remove a duplicated kernel-doc markupMauro Carvalho Chehab
2020-09-29PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle functionChanwoo Choi
2020-09-29PM / devfreq: Add devfreq_get_devfreq_by_node functionLeonard Crestez
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi
2020-03-25PM / devfreq: Get rid of some doc warningsMauro Carvalho Chehab
2020-03-25PM / devfreq: Remove unneeded extern keywordChanwoo Choi
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-11PM / devfreq: add devfreq_suspend/resume() functionsLukasz Luba
2018-12-11PM / devfreq: add support for suspend/resume of a devfreq deviceLukasz Luba
2018-10-02PM / devfreq: Make update_devfreq() publicMatthias Kaehlcke
2017-10-26PM / devfreq: Define the constant governor nameChanwoo Choi
2017-10-26PM / devfreq: Show the all available frequenciesChanwoo Choi
2017-10-26PM / devfreq: Use the available min/max frequencyChanwoo Choi
2017-08-28PM / devfreq: Move private devfreq_update_stats() into devfreqChanwoo Choi
2017-04-12PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi
2017-01-31PM / devfreq: Fix available_governor sysfsChanwoo Choi
2016-05-03PM / devfreq: Add new passive governorChanwoo Choi
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi
2016-05-03PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi
2016-01-13PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi
2015-09-11PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-05-24PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi
2014-05-24PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon
2013-10-14Correct some typos for word frequencyLABBE Corentin
2013-06-03PM / devfreq: add comments and DocumentationMyungJoo Ham
2013-04-02PM / devfreq: Fix compiler warnings for CONFIG_PM_DEVFREQ unsetRajagopal Venkat
2012-11-26PM / devfreq: remove compiler error when a governor is moduleMyungJoo Ham
2012-11-20PM / devfreq: map devfreq drivers to governor using nameNishanth Menon
2012-11-20PM / devfreq: provide hooks for governors to be registeredNishanth Menon
2012-11-20PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee
2012-11-20PM / devfreq: documentation cleanups for devfreq headerNishanth Menon
2012-11-15PM / devfreq: Add current freq callback in device profileRajagopal Venkat
2012-11-15PM / devfreq: Add suspend and resume apisRajagopal Venkat
2012-11-15PM / devfreq: Core updates to support devices which can idleRajagopal Venkat
2012-03-17PM / devfreq: add relation of recommended frequency.MyungJoo Ham
2012-01-20PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham
2012-01-20PM / devfreq: fixed syntax errors.MyungJoo Ham