summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/devfreq.c
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Use lockdep asserts instead of manual checks for locked mutexKrzysztof Kozlowski2020-05-281-10/+7
* PM / devfreq: Replace strncpy with strscpyDmitry Osipenko2020-05-281-1/+1
* PM / devfreq: Fix handling dev_pm_qos_remove_request resultLeonard Crestez2020-03-251-2/+2
* PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event nameChanwoo Choi2020-03-251-5/+5
* Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai2020-02-241-3/+1
* PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi2020-01-161-0/+82
* PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap2019-12-301-2/+2
* PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny2019-12-301-1/+1
* PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny2019-12-301-21/+23
* PM / devfreq: Add clearing transitions statsKamil Konieczny2019-12-301-1/+28
* PM / devfreq: Change time stats to 64-bitKamil Konieczny2019-12-301-7/+7
* PM / devfreq: Add new name attribute for sysfsChanwoo Choi2019-12-301-0/+9
* PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez2019-12-091-17/+59
* PM / devfreq: Add PM QoS supportLeonard Crestez2019-12-091-0/+77
* PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez2019-12-091-5/+1
* PM / devfreq: Introduce get_freq_range helperLeonard Crestez2019-12-091-48/+60
* PM / devfreq: Set scaling_max_freq to max on OPP notifier errorLeonard Crestez2019-12-091-1/+3
* PM / devfreq: Fix devfreq_notifier_call returning errnoLeonard Crestez2019-12-091-11/+13
* PM / devfreq: Add missing locking while setting suspend_freqMarek Szyprowski2019-11-291-0/+4
* PM / devfreq: Add new interrupt_driven flag for governorsDmitry Osipenko2019-11-061-0/+17
* PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez2019-11-061-3/+9
* PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez2019-11-061-1/+1
* PM / devfreq: Make log message more explicit when devfreq device already existsMatthias Kaehlcke2019-11-061-1/+1
* 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