aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
Commit message (Expand)AuthorAge
* PM / devfreq: remove redundant null pointer check before kfreezhong jiang2018-10-01
* PM / devfreq: stopping the governor before device_unregister()Vincent Donnefort2018-10-01
* PM / devfreq: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-01
* PM / devfreq: Make update_devfreq() publicMatthias Kaehlcke2018-10-01
* PM / devfreq: Don't adjust to user limits in governorsMatthias Kaehlcke2018-10-01
* PM / devfreq: Fix handling of min/max_freq == 0Matthias Kaehlcke2018-10-01
* PM / devfreq: Drop custom MIN/MAX macrosBjorn Andersson2018-10-01
* PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.Enric Balletbo i Serra2018-10-01
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-18
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-07
* | PM / devfreq: rk3399_dmc: Fix duplicated opp table on reload.Enric Balletbo i Serra2018-07-18
* | PM / devfreq: Init user limits from OPP limits, not viceversaMatthias Kaehlcke2018-07-18
* | PM / devfreq: rk3399_dmc: fix spelling mistakes.Enric Balletbo i Serra2018-07-18
* | PM / devfreq: rk3399_dmc: do not print error when get supply and clk defer.Lin Huang2018-07-18
* | PM / devfreq: rk3399_dmc: remove wait for dcf irq event.Enric Balletbo i Serra2018-07-18
* | PM / devfreq: use put_device() instead of kfree()Arvind Yadav2018-07-18
* | PM / devfreq: exynos-ppmu: Delete an error message for a failed memory alloca...Markus Elfring2018-07-18
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-12
* PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva2018-01-01
* PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson2018-01-01
*-. Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki2017-11-12
|\ \
| * | PM / devfreq: Define the constant governor nameChanwoo Choi2017-10-26
| * | PM / devfreq: Remove unneeded conditional statementChanwoo Choi2017-10-26
| * | PM / devfreq: Show the all available frequenciesChanwoo Choi2017-10-26
| * | PM / devfreq: Change return type of devfreq_set_freq_table()Chanwoo Choi2017-10-26
| * | PM / devfreq: Use the available min/max frequencyChanwoo Choi2017-10-26
| * | Revert "PM / devfreq: Add show_one macro to delete the duplicate code"Chanwoo Choi2017-10-26
| * | PM / devfreq: Set min/max_freq when adding the devfreq deviceChanwoo Choi2017-10-26
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi2017-08-27
* PM / devfreq: Add dependency on PM_OPPChanwoo Choi2017-08-27
* PM / devfreq: Move private devfreq_update_stats() into devfreqChanwoo Choi2017-08-27
* PM / devfreq: Convert to using %pOF instead of full_nameRob Herring2017-08-27
* PM / devfreq: constify attribute_group structures.Arvind Yadav2017-07-05
* PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()Gustavo A. R. Silva2017-07-05
* PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()Gustavo A. R. Silva2017-07-05
* PM / devfreq: exynos-ppmu: Staticize event listKrzysztof Kozlowski2017-06-11
* PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enableArvind Yadav2017-06-11
* PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enableArvind Yadav2017-06-11
* PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi2017-04-11
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-27
* Merge branch 'pm-devfreq'Rafael J. Wysocki2017-02-20
|\
| * PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi2017-01-31
| * PM / devfreq: Simplify the sysfs name of devfreq-event deviceChanwoo Choi2017-01-31
| * PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi2017-01-31
| * PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi2017-01-31
| * PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-01-31
| * PM / devfreq: exynos-ppmu: Show the registred device for ppmu deviceChanwoo Choi2017-01-31
| * PM / devfreq: Fix the wrong description for userspace governorChanwoo Choi2017-01-31
| * PM / devfreq: Fix the checkpatch warningsChanwoo Choi2017-01-31