summaryrefslogtreecommitdiff
path: root/drivers/devfreq
AgeCommit message (Expand)AuthorFilesLines
2020-10-01PM / devfreq: tegra30: Fix integer overflow on CPU's freq max outDmitry Osipenko1-1/+3
2020-02-28PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyChanwoo Choi2-2/+3
2020-01-12PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez1-1/+1
2020-01-12PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez1-5/+1
2019-12-21PM / devfreq: Lock devfreq in trans_stat_showLeonard Crestez1-3/+9
2019-10-05PM / devfreq: passive: fix compiler warningMyungJoo Ham1-1/+0
2019-10-05PM / devfreq: exynos-bus: Correct clock enable sequenceKamil Konieczny1-14/+17
2019-10-05PM / devfreq: passive: Use non-devm notifiersLeonard Crestez1-3/+3
2018-04-13PM / devfreq: Fix potential NULL pointer dereference in governor_storeGustavo A. R. Silva1-1/+2
2018-02-22PM / devfreq: Propagate error from devfreq_add_device()Bjorn Andersson1-1/+1
2017-09-27PM / devfreq: Fix memory leak when fail to register deviceChanwoo Choi1-1/+4
2017-03-12PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi3-1/+9
2017-03-12PM / devfreq: Fix available_governor sysfsChanwoo Choi2-4/+28
2017-01-26PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi1-5/+10
2017-01-26PM / devfreq: exynos-bus: Fix the wrong return valueChanwoo Choi1-1/+1
2016-10-11PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi1-0/+4
2016-10-11PM / devfreq: Add proper locking around list_del()Axel Lin1-1/+3
2016-10-11PM / devfreq: exynos-nocp: Remove redundant codeAxel Lin1-3/+0
2016-10-11PM / devfreq: exynos-nocp: Select REGMAP_MMIOAxel Lin1-0/+1
2016-09-19PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .removeAxel Lin1-10/+0
2016-09-19PM / devfreq: rockchip: add PM_DEVFREQ_EVENT dependencyArnd Bergmann1-0/+1
2016-09-15partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage"Stephen Rothwell1-1/+1
2016-09-06PM / devfreq: rockchip: add devfreq driver for rk3399 dmcLin Huang3-0/+492
2016-09-06PM / devfreq: event: support rockchip dfi controllerLin Huang3-0/+264
2016-09-06PM / devfreq: fix Kconfig indent styleJisheng Zhang1-8/+8
2016-09-06PM / devfreq: Add COMPILE_TEST for build coverageKrzysztof Kozlowski2-4/+4
2016-09-06PM / devfreq: exynos-ppmu: remove unneeded of_node_put()Wei Yongjun1-2/+0
2016-07-06PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandlePeter Chen1-3/+6
2016-07-06PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+2
2016-07-06PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()Bartlomiej Zolnierkiewicz1-1/+2
2016-07-06PM / devfreq: exynos: fix error path in exynos_bus_probe()Bartlomiej Zolnierkiewicz1-1/+1
2016-07-06PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristatePaul Gortmaker1-1/+1
2016-07-06PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristatePaul Gortmaker1-1/+1
2016-07-06PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristatePaul Gortmaker1-1/+1
2016-07-06PM / devfreq: make devfreq-event explicitly non-modularPaul Gortmaker1-11/+1
2016-07-06PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker1-12/+1
2016-06-24PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi1-1/+4
2016-06-22PM / devfreq: fix initialization of current frequency in last statusLukasz Luba1-0/+1
2016-06-22PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() checkDan Carpenter1-3/+0
2016-06-22PM / devfreq: remove double put_deviceMyungJoo Ham1-1/+0
2016-06-22PM / devfreq: fix double call put_deviceCai Zhiyong1-1/+0
2016-06-22PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham1-1/+0
2016-06-22PM / devfreq: devm_kzalloc to have dev pointer more preciselyMyungJoo Ham1-9/+9
2016-05-03PM / devfreq: style/typo fixesMyungJoo Ham2-4/+2
2016-05-03PM / devfreq: event: Find the instance of devfreq-event device by using phandleChanwoo Choi1-0/+5
2016-05-03PM / devfreq: event: Add new Exynos NoC probe driverChanwoo Choi4-0/+392
2016-05-03PM / devfreq: exynos: Remove unused exynos4/5 busfreq driverChanwoo Choi8-1828/+0
2016-05-03PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passiv...Chanwoo Choi2-46/+174
2016-05-03PM / devfreq: Add new passive governorChanwoo Choi3-0/+216
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi1-1/+162