summaryrefslogtreecommitdiff
path: root/drivers/devfreq
AgeCommit message (Expand)Author
2019-12-17PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez
2019-10-11PM / devfreq: tegra: Fix kHz to Hz conversionDmitry Osipenko
2019-10-05PM / devfreq: passive: fix compiler warningMyungJoo Ham
2019-10-05PM / devfreq: exynos-bus: Correct clock enable sequenceKamil Konieczny
2019-10-05PM / devfreq: passive: Use non-devm notifiersLeonard Crestez
2018-04-12PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva
2018-02-22PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi
2017-08-28PM / devfreq: Add dependency on PM_OPPChanwoo Choi
2017-08-28PM / devfreq: Move private devfreq_update_stats() into devfreqChanwoo Choi
2017-08-28PM / devfreq: Convert to using %pOF instead of full_nameRob Herring
2017-07-06PM / devfreq: constify attribute_group structures.Arvind Yadav
2017-07-06PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()Gustavo A. R. Silva
2017-07-06PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()Gustavo A. R. Silva
2017-06-12PM / devfreq: exynos-ppmu: Staticize event listKrzysztof Kozlowski
2017-06-12PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enableArvind Yadav
2017-06-12PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enableArvind Yadav
2017-04-12PM / devfreq: Move struct devfreq_governor to devfreq directoryChanwoo Choi
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-20Merge branch 'pm-devfreq'Rafael J. Wysocki
2017-01-31PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi
2017-01-31PM / devfreq: Simplify the sysfs name of devfreq-event deviceChanwoo Choi
2017-01-31PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi
2017-01-31PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi
2017-01-31PM / devfreq: Fix available_governor sysfsChanwoo Choi
2017-01-31PM / devfreq: exynos-ppmu: Show the registred device for ppmu deviceChanwoo Choi
2017-01-31PM / devfreq: Fix the wrong description for userspace governorChanwoo Choi
2017-01-31PM / devfreq: Fix the checkpatch warningsChanwoo Choi
2017-01-31PM / devfreq: exynos-bus: Print the real clock rate of busChanwoo Choi
2017-01-31PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registersChanwoo Choi
2017-01-31PM / devfreq: Don't delete sysfs group twiceChris Diamand
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar
2017-01-03PM / devfreq: exynos-bus: Fix the wrong return valueChanwoo Choi
2017-01-03PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi
2016-12-08devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locksViresh Kumar
2016-12-08devfreq: rk3399_dmc: Remove dangling rcu_read_unlock()Viresh Kumar
2016-12-08devfreq: exynos: Don't use OPP structures outside of RCU locksViresh Kumar
2016-11-17PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq devChanwoo Choi
2016-11-17PM / devfreq: correct comment typo.MyungJoo Ham
2016-11-17PM / devfreq: exynos-ppmu: Remove unused mutex from struct exynos_ppmuAxel Lin
2016-11-17PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminatedAxel Lin
2016-11-17PM / devfreq: exynos-ppmu: Fix module autoloadJavier Martinez Canillas
2016-11-17PM / devfreq: rockchip-dfi: Fix module autoloadJavier Martinez Canillas
2016-11-17PM / devfreq: exynos-nocp: Fix module autoloadJavier Martinez Canillas
2016-11-17PM / devfreq: rk3399_dmc: Fix module autoloadJavier Martinez Canillas
2016-10-11PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi
2016-10-11PM / devfreq: Add proper locking around list_del()Axel Lin
2016-10-10PM / devfreq: exynos-nocp: Remove redundant codeAxel Lin