summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
AgeCommit message (Expand)AuthorLines
2017-02-20Merge branch 'pm-devfreq'Rafael J. Wysocki-126/+308
2017-01-31PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi-1/+3
2017-01-31PM / devfreq: Simplify the sysfs name of devfreq-event deviceChanwoo Choi-2/+2
2017-01-31PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi-16/+7
2017-01-31PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi-1/+9
2017-01-31PM / devfreq: Fix available_governor sysfsChanwoo Choi-4/+28
2017-01-31PM / devfreq: exynos-ppmu: Show the registred device for ppmu deviceChanwoo Choi-0/+3
2017-01-31PM / devfreq: Fix the wrong description for userspace governorChanwoo Choi-2/+1
2017-01-31PM / devfreq: Fix the checkpatch warningsChanwoo Choi-6/+7
2017-01-31PM / devfreq: exynos-bus: Print the real clock rate of busChanwoo Choi-4/+4
2017-01-31PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registersChanwoo Choi-89/+237
2017-01-31PM / devfreq: Don't delete sysfs group twiceChris Diamand-1/+7
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar-35/+17
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar-24/+2
2017-01-03PM / devfreq: exynos-bus: Fix the wrong return valueChanwoo Choi-1/+1
2017-01-03PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi-5/+10
2016-12-08devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locksViresh Kumar-6/+5
2016-12-08devfreq: rk3399_dmc: Remove dangling rcu_read_unlock()Viresh Kumar-1/+0
2016-12-08devfreq: exynos: Don't use OPP structures outside of RCU locksViresh Kumar-15/+14
2016-11-17PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq devChanwoo Choi-1/+1
2016-11-17PM / devfreq: correct comment typo.MyungJoo Ham-1/+1
2016-11-17PM / devfreq: exynos-ppmu: Remove unused mutex from struct exynos_ppmuAxel Lin-3/+0
2016-11-17PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminatedAxel Lin-2/+0
2016-11-17PM / devfreq: exynos-ppmu: Fix module autoloadJavier Martinez Canillas-0/+1
2016-11-17PM / devfreq: rockchip-dfi: Fix module autoloadJavier Martinez Canillas-0/+1
2016-11-17PM / devfreq: exynos-nocp: Fix module autoloadJavier Martinez Canillas-0/+1
2016-11-17PM / devfreq: rk3399_dmc: Fix module autoloadJavier Martinez Canillas-0/+1
2016-10-11PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi-0/+4
2016-10-11PM / devfreq: Add proper locking around list_del()Axel Lin-1/+3
2016-10-10PM / devfreq: exynos-nocp: Remove redundant codeAxel Lin-3/+0
2016-10-10PM / devfreq: exynos-nocp: Select REGMAP_MMIOAxel Lin-0/+1
2016-09-19PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .removeAxel Lin-10/+0
2016-09-19PM / devfreq: rockchip: add PM_DEVFREQ_EVENT dependencyArnd Bergmann-0/+1
2016-09-14partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage"Stephen Rothwell-1/+1
2016-09-06PM / devfreq: rockchip: add devfreq driver for rk3399 dmcLin Huang-0/+492
2016-09-06PM / devfreq: event: support rockchip dfi controllerLin Huang-0/+264
2016-09-06PM / devfreq: fix Kconfig indent styleJisheng Zhang-8/+8
2016-09-06PM / devfreq: Add COMPILE_TEST for build coverageKrzysztof Kozlowski-4/+4
2016-09-06PM / devfreq: exynos-ppmu: remove unneeded of_node_put()Wei Yongjun-2/+0
2016-07-06PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandlePeter Chen-3/+6
2016-07-06PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen-0/+2
2016-07-06PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()Bartlomiej Zolnierkiewicz-1/+2
2016-07-06PM / devfreq: exynos: fix error path in exynos_bus_probe()Bartlomiej Zolnierkiewicz-1/+1
2016-07-06PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristatePaul Gortmaker-1/+1
2016-07-06PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristatePaul Gortmaker-1/+1
2016-07-06PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristatePaul Gortmaker-1/+1
2016-07-06PM / devfreq: make devfreq-event explicitly non-modularPaul Gortmaker-11/+1
2016-07-06PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker-12/+1
2016-06-23PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi-1/+4
2016-06-22PM / devfreq: fix initialization of current frequency in last statusLukasz Luba-0/+1