summaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-03-08
|\
| * PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez2020-01-12
* | Merge android-4.4.117 (4ec3656) into msm-4.4Srinivasarao P2018-03-01
|\|
| * PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson2018-02-22
* | PM / devfreq: Restart previous governor if new governor fails to startSaravana Kannan2016-11-09
* | PM/devfreq: Remove redundant put_device()Hanumant Singh2016-03-23
* | PM / devfreq: Fix NULL pointer dereference if freq_table is emptyJunjie Wu2016-03-23
* | PM / devfreq: Use freq_table for available_frequenciesSaravana Kannan2016-03-23
* | PM / devfreq: Allow the governors to set the target flagLucille Sylvester2016-03-23
* | FROMLIST: PM / devfreq: set min/max freq limit from freq tableRajagopal Venkat2016-03-23
* | PM / devfreq: allow governors to use devfreq_get_freq_levelJeremy Gebben2016-03-22
|/
* PM / devfreq: fix double kfreeGeliang Tang2015-10-02
* PM / devfreq: Fix governor_store()Tobias Jakobi2015-09-30
* PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-11
* PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-11
* PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-11
* PM / devfreq: correct misleading commentMyungJoo Ham2015-03-30
* PM / devfreq: Export helper functions for driversÃrjan Eide2014-09-29
* PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi2014-05-24
* PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi2014-05-24
* PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource...Chanwoo Choi2014-05-24
* PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugsSaravana Kannan2014-03-21
* Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-07
|\
| * PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-10-28
* | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-25
* | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-25
* | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-25
|/
* devfreq: convert devfreq_class to use dev_groupsGreg Kroah-Hartman2013-08-19
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\
| * drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* | PM / devfreq: add comments and DocumentationMyungJoo Ham2013-06-03
* | PM / devfreq: account suspend/resume for statsRajagopal Venkat2013-06-03
|/
* PM / devfreq: add locking documentation for recommended_oppNishanth Menon2013-01-22
* Merge branch 'pm-devfreq'Rafael J. Wysocki2012-12-07
|\
| * PM / devfreq: remove compiler error with module governors (2)MyungJoo Ham2012-11-28
| * PM / devfreq: Fix return value in devfreq_remove_governor()Sachin Kamat2012-11-26
| * PM / devfreq: Fix incorrect argument in error messageSachin Kamat2012-11-26
| * PM / devfreq: missing rcu_read_lock() added for find_device_opp()MyungJoo Ham2012-11-26
| * PM / devfreq: Add sysfs node to expose available governorsNishanth Menon2012-11-20
| * PM / devfreq: allow sysfs governor node to switch governorNishanth Menon2012-11-20
| * PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-20
| * PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-20
| * PM / devfreq: export update_devfreqNishanth Menon2012-11-20
| * PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee2012-11-20
| * PM / devfreq: Add sysfs node to expose available frequenciesNishanth Menon2012-11-20
| * PM / devfreq: make devfreq_class staticNishanth Menon2012-11-15
| * PM / devfreq: fix sscanf handling for writable sysfs entriesNishanth Menon2012-11-15
| * PM / devfreq: kernel-doc typo correctionsNishanth Menon2012-11-15
| * PM / devfreq: Add current freq callback in device profileRajagopal Venkat2012-11-15
| * PM / devfreq: Add suspend and resume apisRajagopal Venkat2012-11-15