aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-11PM / devfreq: add devfreq_suspend/resume() functionsGravatar Lukasz Luba 1-0/+44
2018-12-11PM / devfreq: add support for suspend/resume of a devfreq deviceGravatar Lukasz Luba 1-6/+41
2018-12-11PM / devfreq: refactor set_target frequency functionGravatar Lukasz Luba 1-26/+36
2018-10-02PM / devfreq: remove redundant null pointer check before kfreeGravatar zhong jiang 1-2/+1
2018-10-02PM / devfreq: stopping the governor before device_unregister()Gravatar Vincent Donnefort 1-5/+4
2018-10-02PM / devfreq: Fix handling of min/max_freq == 0Gravatar Matthias Kaehlcke 1-12/+30
2018-10-02PM / devfreq: Drop custom MIN/MAX macrosGravatar Bjorn Andersson 1-7/+4
2018-10-02PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.Gravatar Enric Balletbo i Serra 1-4/+49
2018-07-18PM / devfreq: Init user limits from OPP limits, not viceversaGravatar Matthias Kaehlcke 1-6/+6
2018-07-18PM / devfreq: use put_device() instead of kfree()Gravatar Arvind Yadav 1-1/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-7/+8
2018-01-02PM / devfreq: Fix potential NULL pointer dereference in governor_storeGravatar Gustavo A. R. Silva 1-1/+2
2018-01-02PM / devfreq: Propagate error from devfreq_add_device()Gravatar Bjorn Andersson 1-1/+1
2017-10-26PM / devfreq: Remove unneeded conditional statementGravatar Chanwoo Choi 1-4/+3
2017-10-26PM / devfreq: Show the all available frequenciesGravatar Chanwoo Choi 1-11/+5
2017-10-26PM / devfreq: Change return type of devfreq_set_freq_table()Gravatar Chanwoo Choi 1-9/+9
2017-10-26PM / devfreq: Use the available min/max frequencyGravatar Chanwoo Choi 1-8/+32
2017-10-26Revert "PM / devfreq: Add show_one macro to delete the duplicate code"Gravatar Chanwoo Choi 1-9/+11
2017-10-26PM / devfreq: Set min/max_freq when adding the devfreq deviceGravatar Chanwoo Choi 1-0/+42
2017-08-28PM / devfreq: Fix memory leak when fail to register deviceGravatar Chanwoo Choi 1-1/+4
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-20Merge branch 'pm-devfreq'Gravatar Rafael J. Wysocki 1-28/+46
2017-01-31PM / devfreq: Modify the device name as devfreq(X) for sysfsGravatar Chanwoo Choi 1-1/+3
2017-01-31PM / devfreq: Remove unnecessary separate _remove_devfreq()Gravatar Chanwoo Choi 1-16/+7
2017-01-31PM / devfreq: Fix wrong trans_stat of passive devfreq deviceGravatar Chanwoo Choi 1-1/+2
2017-01-31PM / devfreq: Fix available_governor sysfsGravatar Chanwoo Choi 1-4/+27
2017-01-31PM / devfreq: Fix the checkpatch warningsGravatar Chanwoo Choi 1-6/+7
2017-01-30PM / OPP: Update OPP users to put referenceGravatar Viresh Kumar 1-10/+4
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersGravatar Viresh Kumar 1-24/+2
2017-01-03PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLGravatar Chanwoo Choi 1-5/+10
2016-11-17PM / devfreq: correct comment typo.Gravatar MyungJoo Ham 1-1/+1
2016-10-11PM / devfreq: Skip status update on uninitialized previous_freqGravatar Tobias Jakobi 1-0/+4
2016-10-11PM / devfreq: Add proper locking around list_del()Gravatar Axel Lin 1-1/+3
2016-07-06PM / devfreq: add missing of_node_put after calling of_parse_phandleGravatar Peter Chen 1-0/+2
2016-07-06PM / devfreq: make devfreq explicitly non-modularGravatar Paul Gortmaker 1-12/+1
2016-06-23PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedGravatar Chanwoo Choi 1-1/+4
2016-06-22PM / devfreq: fix initialization of current frequency in last statusGravatar Lukasz Luba 1-0/+1
2016-06-22PM / devfreq: remove double put_deviceGravatar MyungJoo Ham 1-1/+0
2016-06-22PM / devfreq: fix double call put_deviceGravatar Cai Zhiyong 1-1/+0
2016-06-22PM / devfreq: fix duplicated kfree on devfreq pointerGravatar MyungJoo Ham 1-1/+0
2016-06-22PM / devfreq: devm_kzalloc to have dev pointer more preciselyGravatar MyungJoo Ham 1-9/+9
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierGravatar Chanwoo Choi 1-1/+162
2016-05-03PM / devfreq: Add devfreq_get_devfreq_by_phandle()Gravatar Chanwoo Choi 1-0/+44
2016-01-13PM / devfreq: Do not show statistics if it's not ready.Gravatar MyungJoo Ham 1-0/+2
2016-01-13PM / devfreq: Modify the indentation of trans_stat sysfs for readabilityGravatar Chanwoo Choi 1-5/+5
2016-01-13PM / devfreq: Set the freq_table of devfreq deviceGravatar Chanwoo Choi 1-2/+48
2016-01-13PM / devfreq: Add show_one macro to delete the duplicate codeGravatar Chanwoo Choi 1-11/+9
2015-10-02PM / devfreq: fix double kfreeGravatar Geliang Tang 1-2/+1
2015-09-30PM / devfreq: Fix governor_store()Gravatar Tobias Jakobi 1-1/+3
2015-09-11PM / devfreq: Fix incorrect type issue.Gravatar Xiaolong Ye 1-1/+1