aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/devfreq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-29PM / devfreq: Reorder fields in 'struct devfreq_dev_status'Christophe JAILLET1-1/+2
2023-01-30PM / devfreq: Fix build issues with devfreq disabledRob Clark1-5/+2
2022-11-20PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2022-06-30PM / devfreq: Rework freq_table to be local to devfreq structChristian Marangi1-0/+5
2022-05-17PM / devfreq: passive: Keep cpufreq_policy for possible cpusChanwoo Choi1-2/+2
2022-05-17PM / devfreq: Add cpu based scaling support to passive governorSaravana Kannan1-2/+15
2021-03-09PM / devfreq: Register devfreq as a cooling device on demandDaniel Lezcano1-0/+9
2021-02-04PM / devfreq: Cache OPP table reference in devfreqSaravana Kannan1-0/+2
2020-10-26PM / devfreq: Remove redundant governor_name from struct devfreqChanwoo Choi1-4/+0
2020-10-16PM / devfreq: remove a duplicated kernel-doc markupMauro Carvalho Chehab1-6/+1
2020-09-29PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle functionChanwoo Choi1-2/+3
2020-09-29PM / devfreq: Add devfreq_get_devfreq_by_node functionLeonard Crestez1-0/+6
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi1-0/+9
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