summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: tegra30: Fix integer overflow on CPU's freq max outDmitry Osipenko2020-10-011-1/+3
* Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai2020-03-051-3/+1
* PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyChanwoo Choi2020-02-242-2/+3
* PM / devfreq: Add new name attribute for sysfsChanwoo Choi2020-02-051-0/+9
* PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez2020-01-091-1/+1
* PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez2020-01-091-5/+1
* PM / devfreq: Set scaling_max_freq to max on OPP notifier errorLeonard Crestez2020-01-091-1/+3
* PM / devfreq: Fix devfreq_notifier_call returning errnoLeonard Crestez2020-01-091-11/+13
* PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez2019-12-171-3/+9
* PM / devfreq: Fix kernel oops on governor module loadEzequiel Garcia2019-12-011-1/+1
* PM / devfreq: Fix static checker warning in try_then_request_governorEnric Balletbo i Serra2019-11-241-2/+2
* PM / devfreq: stopping the governor before device_unregister()Vincent Donnefort2019-11-241-5/+4
* PM / devfreq: Fix handling of min/max_freq == 0Matthias Kaehlcke2019-11-241-12/+30
* PM / devfreq: Fix devfreq_add_device() when drivers are built as modules.Enric Balletbo i Serra2019-11-241-4/+49
* PM / devfreq: tegra: Fix kHz to Hz conversionDmitry Osipenko2019-10-111-7/+5
* PM / devfreq: passive: fix compiler warningMyungJoo Ham2019-10-051-1/+0
* PM / devfreq: exynos-bus: Correct clock enable sequenceKamil Konieczny2019-10-051-14/+17
* PM / devfreq: passive: Use non-devm notifiersLeonard Crestez2019-10-051-3/+3
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | PM / devfreq: rk3399_dmc: Fix duplicated opp table on reload.Enric Balletbo i Serra2018-07-181-4/+27
* | PM / devfreq: Init user limits from OPP limits, not viceversaMatthias Kaehlcke2018-07-181-6/+6
* | PM / devfreq: rk3399_dmc: fix spelling mistakes.Enric Balletbo i Serra2018-07-181-6/+6
* | PM / devfreq: rk3399_dmc: do not print error when get supply and clk defer.Lin Huang2018-07-181-0/+6
* | PM / devfreq: rk3399_dmc: remove wait for dcf irq event.Enric Balletbo i Serra2018-07-181-52/+1
* | PM / devfreq: use put_device() instead of kfree()Arvind Yadav2018-07-181-1/+3
* | PM / devfreq: exynos-ppmu: Delete an error message for a failed memory alloca...Markus Elfring2018-07-181-4/+2
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-8/+9
* 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
*-. Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki2017-11-138-47/+109
|\ \
| * | PM / devfreq: Define the constant governor nameChanwoo Choi2017-10-267-8/+9
| * | 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
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi2017-08-281-1/+4
* PM / devfreq: Add dependency on PM_OPPChanwoo Choi2017-08-281-0/+1
* PM / devfreq: Move private devfreq_update_stats() into devfreqChanwoo Choi2017-08-281-0/+4
* PM / devfreq: Convert to using %pOF instead of full_nameRob Herring2017-08-281-2/+2
* PM / devfreq: constify attribute_group structures.Arvind Yadav2017-07-061-1/+1
* PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()Gustavo A. R. Silva2017-07-061-3/+3
* PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()Gustavo A. R. Silva2017-07-061-2/+3
* PM / devfreq: exynos-ppmu: Staticize event listKrzysztof Kozlowski2017-06-121-1/+1
* PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enableArvind Yadav2017-06-121-1/+5
* PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enableArvind Yadav2017-06-121-1/+5
* PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi2017-04-121-0/+29