summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge branch 'pm-devfreq'Rafael J. Wysocki2017-02-207-126/+308
|\
| * PM / devfreq: Modify the device name as devfreq(X) for sysfsChanwoo Choi2017-01-311-1/+3
| * PM / devfreq: Simplify the sysfs name of devfreq-event deviceChanwoo Choi2017-01-311-2/+2
| * PM / devfreq: Remove unnecessary separate _remove_devfreq()Chanwoo Choi2017-01-311-16/+7
| * PM / devfreq: Fix wrong trans_stat of passive devfreq deviceChanwoo Choi2017-01-313-1/+9
| * PM / devfreq: Fix available_governor sysfsChanwoo Choi2017-01-312-4/+28
| * PM / devfreq: exynos-ppmu: Show the registred device for ppmu deviceChanwoo Choi2017-01-311-0/+3
| * PM / devfreq: Fix the wrong description for userspace governorChanwoo Choi2017-01-311-2/+1
| * PM / devfreq: Fix the checkpatch warningsChanwoo Choi2017-01-311-6/+7
| * PM / devfreq: exynos-bus: Print the real clock rate of busChanwoo Choi2017-01-311-4/+4
| * PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registersChanwoo Choi2017-01-311-89/+237
| * PM / devfreq: Don't delete sysfs group twiceChris Diamand2017-01-311-1/+7
* | PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-305-35/+17
* | PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-24/+2
|/
* PM / devfreq: exynos-bus: Fix the wrong return valueChanwoo Choi2017-01-031-1/+1
* PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi2017-01-031-5/+10
* devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locksViresh Kumar2016-12-081-6/+5
* devfreq: rk3399_dmc: Remove dangling rcu_read_unlock()Viresh Kumar2016-12-081-1/+0
* devfreq: exynos: Don't use OPP structures outside of RCU locksViresh Kumar2016-12-081-15/+14
* PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq devChanwoo Choi2016-11-171-1/+1
* PM / devfreq: correct comment typo.MyungJoo Ham2016-11-171-1/+1
* PM / devfreq: exynos-ppmu: Remove unused mutex from struct exynos_ppmuAxel Lin2016-11-171-3/+0
* PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminatedAxel Lin2016-11-171-2/+0
* PM / devfreq: exynos-ppmu: Fix module autoloadJavier Martinez Canillas2016-11-171-0/+1
* PM / devfreq: rockchip-dfi: Fix module autoloadJavier Martinez Canillas2016-11-171-0/+1
* PM / devfreq: exynos-nocp: Fix module autoloadJavier Martinez Canillas2016-11-171-0/+1
* PM / devfreq: rk3399_dmc: Fix module autoloadJavier Martinez Canillas2016-11-171-0/+1
* PM / devfreq: Skip status update on uninitialized previous_freqTobias Jakobi2016-10-111-0/+4
* PM / devfreq: Add proper locking around list_del()Axel Lin2016-10-111-1/+3
* PM / devfreq: exynos-nocp: Remove redundant codeAxel Lin2016-10-101-3/+0
* PM / devfreq: exynos-nocp: Select REGMAP_MMIOAxel Lin2016-10-101-0/+1
* PM / devfreq: rk3399_dmc: Remove explictly regulator_put call in .removeAxel Lin2016-09-191-10/+0
* PM / devfreq: rockchip: add PM_DEVFREQ_EVENT dependencyArnd Bergmann2016-09-191-0/+1
* partial revert of "PM / devfreq: Add COMPILE_TEST for build coverage"Stephen Rothwell2016-09-141-1/+1
* PM / devfreq: rockchip: add devfreq driver for rk3399 dmcLin Huang2016-09-063-0/+492
* PM / devfreq: event: support rockchip dfi controllerLin Huang2016-09-063-0/+264
* PM / devfreq: fix Kconfig indent styleJisheng Zhang2016-09-061-8/+8
* PM / devfreq: Add COMPILE_TEST for build coverageKrzysztof Kozlowski2016-09-062-4/+4
* PM / devfreq: exynos-ppmu: remove unneeded of_node_put()Wei Yongjun2016-09-061-2/+0
* PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-061-3/+6
* PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-061-0/+2
* PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()Bartlomiej Zolnierkiewicz2016-07-061-1/+2
* PM / devfreq: exynos: fix error path in exynos_bus_probe()Bartlomiej Zolnierkiewicz2016-07-061-1/+1
* PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristatePaul Gortmaker2016-07-061-1/+1
* PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristatePaul Gortmaker2016-07-061-1/+1
* PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristatePaul Gortmaker2016-07-061-1/+1
* PM / devfreq: make devfreq-event explicitly non-modularPaul Gortmaker2016-07-061-11/+1
* PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker2016-07-061-12/+1
* PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi2016-06-231-1/+4