summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Remove unneeded conditional statementChanwoo Choi2017-10-261-4/+3Star
* PM / devfreq: Show the all available frequenciesChanwoo Choi2017-10-261-11/+5Star
* PM / devfreq: Change return type of devfreq_set_freq_table()Chanwoo Choi2017-10-261-9/+9
* PM / devfreq: Use the available min/max frequencyChanwoo Choi2017-10-261-8/+32
* Revert "PM / devfreq: Add show_one macro to delete the duplicate code"Chanwoo Choi2017-10-261-9/+11
* PM / devfreq: Set min/max_freq when adding the devfreq deviceChanwoo Choi2017-10-261-0/+42
* PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi2017-08-281-1/+4
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge branch 'pm-devfreq'Rafael J. Wysocki2017-02-201-28/+46
|\
| * PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi2017-01-311-1/+3
| * PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi2017-01-311-16/+7Star
| * PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi2017-01-311-1/+2
| * PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-01-311-4/+27
| * PM / devfreq: Fix the checkpatch warningsChanwoo Choi2017-01-311-6/+7
* | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-10/+4Star
* | PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-24/+2Star
|/
* PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi2017-01-031-5/+10
* PM / devfreq: correct comment typo.MyungJoo Ham2016-11-171-1/+1
* PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi2016-10-111-0/+4
* PM / devfreq: Add proper locking around list_del()Axel Lin2016-10-111-1/+3
* PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-061-0/+2
* PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker2016-07-061-12/+1Star
* PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi2016-06-231-1/+4
* PM / devfreq: fix initialization of current frequency in last statusLukasz Luba2016-06-221-0/+1
* PM / devfreq: remove double put_deviceMyungJoo Ham2016-06-221-1/+0Star
* PM / devfreq: fix double call put_deviceCai Zhiyong2016-06-221-1/+0Star
* PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham2016-06-221-1/+0Star
* PM / devfreq: devm_kzalloc to have dev pointer more preciselyMyungJoo Ham2016-06-221-9/+9
* PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi2016-05-031-1/+162
* PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi2016-05-031-0/+44
* PM / devfreq: Do not show statistics if it's not ready.MyungJoo Ham2016-01-131-0/+2
* PM / devfreq: Modify the indentation of trans_stat sysfs for readabilityChanwoo Choi2016-01-131-5/+5
* PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi2016-01-131-2/+48
* PM / devfreq: Add show_one macro to delete the duplicate codeChanwoo Choi2016-01-131-11/+9Star
* PM / devfreq: fix double kfreeGeliang Tang2015-10-021-2/+1Star
* PM / devfreq: Fix governor_store()Tobias Jakobi2015-09-301-1/+3
* PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-111-1/+1
* PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-111-3/+3
* PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-111-2/+2
* PM / devfreq: correct misleading commentMyungJoo Ham2015-03-301-1/+0Star
* PM / devfreq: Export helper functions for driversÃrjan Eide2014-09-291-0/+3
* PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi2014-05-241-0/+48
* PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi2014-05-241-0/+63
* PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource...Chanwoo Choi2014-05-241-10/+4Star
* PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugsSaravana Kannan2014-03-211-11/+20
* Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-071-2/+2
|\
| * PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-10-281-2/+2
* | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
* | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-4/+5
* | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-7/+7
|/