summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Correct devm_devfreq_remove_device() documentationKrzysztof Kozlowski2019-08-251-1/+1
* PM / devfreq: Fix kernel oops on governor module loadEzequiel Garcia2019-08-241-1/+1
* PM / devfreq: Fix spelling typoGaƫl PORTAY2019-08-241-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* PM / devfreq: add tracing for scheduling workLukasz Luba2019-04-161-0/+5
* PM / devfreq: Fix static checker warning in try_then_request_governorEnric Balletbo i Serra2019-04-161-2/+2
* PM / devfreq: Restart previous governor if new governor fails to startSaravana Kannan2019-04-161-2/+14
* PM / devfreq: consistent indentationMyungJoo Ham2019-04-161-25/+24
* PM / devfreq: fix missing check of return value in devfreq_add_device()Yangtao Li2019-04-161-1/+13
* PM / devfreq: fix mem leak in devfreq_add_device()Yangtao Li2019-04-161-1/+1
* PM / devfreq: add devfreq_suspend/resume() functionsLukasz Luba2018-12-111-0/+44
* PM / devfreq: add support for suspend/resume of a devfreq deviceLukasz Luba2018-12-111-6/+41
* PM / devfreq: refactor set_target frequency functionLukasz Luba2018-12-111-26/+36
* PM / devfreq: remove redundant null pointer check before kfreezhong jiang2018-10-021-2/+1
* PM / devfreq: stopping the governor before device_unregister()Vincent Donnefort2018-10-021-5/+4
* PM / devfreq: Fix handling of min/max_freq == 0Matthias Kaehlcke2018-10-021-12/+30
* PM / devfreq: Drop custom MIN/MAX macrosBjorn Andersson2018-10-021-7/+4
* PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.Enric Balletbo i Serra2018-10-021-4/+49
* PM / devfreq: Init user limits from OPP limits, not viceversaMatthias Kaehlcke2018-07-181-6/+6
* PM / devfreq: use put_device() instead of kfree()Arvind Yadav2018-07-181-1/+3
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-7/+8
* PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva2018-01-021-1/+2
* PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson2018-01-021-1/+1
* PM / devfreq: Remove unneeded conditional statementChanwoo Choi2017-10-261-4/+3
* PM / devfreq: Show the all available frequenciesChanwoo Choi2017-10-261-11/+5
* 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-271-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/+7
| * 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/+4
* | PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-24/+2
|/
* 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/+1
* 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/+0
* PM / devfreq: fix double call put_deviceCai Zhiyong2016-06-221-1/+0
* PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham2016-06-221-1/+0