aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAge
* PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi2017-03-12
* PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-03-12
* PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi2017-01-26
* PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi2016-10-10
* PM / devfreq: Add proper locking around list_del()Axel Lin2016-10-10
* PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-06
* PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker2016-07-06
* PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi2016-06-23
* PM / devfreq: fix initialization of current frequency in last statusLukasz Luba2016-06-22
* PM / devfreq: remove double put_deviceMyungJoo Ham2016-06-22
* PM / devfreq: fix double call put_deviceCai Zhiyong2016-06-22
* PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham2016-06-22
* PM / devfreq: devm_kzalloc to have dev pointer more preciselyMyungJoo Ham2016-06-22
* PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi2016-05-02
* PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi2016-05-02
* PM / devfreq: Do not show statistics if it's not ready.MyungJoo Ham2016-01-13
* PM / devfreq: Modify the indentation of trans_stat sysfs for readabilityChanwoo Choi2016-01-13
* PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi2016-01-13
* PM / devfreq: Add show_one macro to delete the duplicate codeChanwoo Choi2016-01-13
* PM / devfreq: fix double kfreeGeliang Tang2015-10-01
* 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-20
* 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-20
* 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