summaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq.c
AgeCommit message (Expand)Author
2020-02-24Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai
2020-01-16PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap
2019-12-30PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny
2019-12-30PM / devfreq: Add clearing transitions statsKamil Konieczny
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny
2019-12-30PM / devfreq: Add new name attribute for sysfsChanwoo Choi
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez
2019-12-09PM / devfreq: Add PM QoS supportLeonard Crestez
2019-12-09PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez
2019-12-09PM / devfreq: Introduce get_freq_range helperLeonard Crestez
2019-12-09PM / devfreq: Set scaling_max_freq to max on OPP notifier errorLeonard Crestez
2019-12-09PM / devfreq: Fix devfreq_notifier_call returning errnoLeonard Crestez
2019-11-29PM / devfreq: Add missing locking while setting suspend_freqMarek Szyprowski
2019-11-06PM / devfreq: Add new interrupt_driven flag for governorsDmitry Osipenko
2019-11-06PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez
2019-11-06PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez
2019-11-06PM / devfreq: Make log message more explicit when devfreq device already existsMatthias Kaehlcke
2019-08-25PM / devfreq: Correct devm_devfreq_remove_device() documentationKrzysztof Kozlowski
2019-08-24PM / devfreq: Fix kernel oops on governor module loadEzequiel Garcia
2019-08-24PM / devfreq: Fix spelling typoGaƫl PORTAY
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-16PM / devfreq: add tracing for scheduling workLukasz Luba
2019-04-16PM / devfreq: Fix static checker warning in try_then_request_governorEnric Balletbo i Serra
2019-04-16PM / devfreq: Restart previous governor if new governor fails to startSaravana Kannan
2019-04-16PM / devfreq: consistent indentationMyungJoo Ham
2019-04-16PM / devfreq: fix missing check of return value in devfreq_add_device()Yangtao Li
2019-04-16PM / devfreq: fix mem leak in devfreq_add_device()Yangtao Li
2018-12-11PM / devfreq: add devfreq_suspend/resume() functionsLukasz Luba
2018-12-11PM / devfreq: add support for suspend/resume of a devfreq deviceLukasz Luba
2018-12-11PM / devfreq: refactor set_target frequency functionLukasz Luba
2018-10-02PM / devfreq: remove redundant null pointer check before kfreezhong jiang
2018-10-02PM / devfreq: stopping the governor before device_unregister()Vincent Donnefort
2018-10-02PM / devfreq: Fix handling of min/max_freq == 0Matthias Kaehlcke
2018-10-02PM / devfreq: Drop custom MIN/MAX macrosBjorn Andersson
2018-10-02PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.Enric Balletbo i Serra
2018-07-18PM / devfreq: Init user limits from OPP limits, not viceversaMatthias Kaehlcke
2018-07-18PM / devfreq: use put_device() instead of kfree()Arvind Yadav
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-01-02PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva
2018-01-02PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson
2017-10-26PM / devfreq: Remove unneeded conditional statementChanwoo Choi
2017-10-26PM / devfreq: Show the all available frequenciesChanwoo Choi
2017-10-26PM / devfreq: Change return type of devfreq_set_freq_table()Chanwoo Choi
2017-10-26PM / devfreq: Use the available min/max frequencyChanwoo Choi
2017-10-26Revert "PM / devfreq: Add show_one macro to delete the duplicate code"Chanwoo Choi
2017-10-26PM / devfreq: Set min/max_freq when adding the devfreq deviceChanwoo Choi
2017-08-28PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada