aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq
AgeCommit message (Expand)AuthorFilesLines
2016-07-06PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandleGravatar Peter Chen 1-3/+6
2016-07-06PM / devfreq: add missing of_node_put after calling of_parse_phandleGravatar Peter Chen 1-0/+2
2016-07-06PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()Gravatar Bartlomiej Zolnierkiewicz 1-1/+2
2016-07-06PM / devfreq: exynos: fix error path in exynos_bus_probe()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2016-07-06PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristateGravatar Paul Gortmaker 1-1/+1
2016-07-06PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristateGravatar Paul Gortmaker 1-1/+1
2016-07-06PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristateGravatar Paul Gortmaker 1-1/+1
2016-07-06PM / devfreq: make devfreq-event explicitly non-modularGravatar Paul Gortmaker 1-11/+1
2016-07-06PM / devfreq: make devfreq explicitly non-modularGravatar Paul Gortmaker 1-12/+1
2016-06-23PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedGravatar Chanwoo Choi 1-1/+4
2016-06-22PM / devfreq: fix initialization of current frequency in last statusGravatar Lukasz Luba 1-0/+1
2016-06-22PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() checkGravatar Dan Carpenter 1-3/+0
2016-06-22PM / devfreq: remove double put_deviceGravatar MyungJoo Ham 1-1/+0
2016-06-22PM / devfreq: fix double call put_deviceGravatar Cai Zhiyong 1-1/+0
2016-06-22PM / devfreq: fix duplicated kfree on devfreq pointerGravatar MyungJoo Ham 1-1/+0
2016-06-22PM / devfreq: devm_kzalloc to have dev pointer more preciselyGravatar MyungJoo Ham 1-9/+9
2016-05-03PM / devfreq: style/typo fixesGravatar MyungJoo Ham 2-4/+2
2016-05-03PM / devfreq: event: Find the instance of devfreq-event device by using phandleGravatar Chanwoo Choi 1-0/+5
2016-05-03PM / devfreq: event: Add new Exynos NoC probe driverGravatar Chanwoo Choi 4-0/+392
2016-05-03PM / devfreq: exynos: Remove unused exynos4/5 busfreq driverGravatar Chanwoo Choi 8-1828/+0
2016-05-03PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passiv...Gravatar Chanwoo Choi 2-46/+174
2016-05-03PM / devfreq: Add new passive governorGravatar Chanwoo Choi 3-0/+216
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierGravatar Chanwoo Choi 1-1/+162
2016-05-03PM / devfreq: Add devfreq_get_devfreq_by_phandle()Gravatar Chanwoo Choi 1-0/+44
2016-05-03PM / devfreq: exynos: Add generic exynos bus frequency driverGravatar Chanwoo Choi 3-0/+459
2016-03-17PM / devfreq: Spelling s/frequnecy/frequency/Gravatar Geert Uytterhoeven 1-1/+1
2016-02-23PM / devfreq: tegra: Set freq in rate callbackGravatar Tomeu Vizoso 1-0/+2
2016-01-13PM / devfreq: Do not show statistics if it's not ready.Gravatar MyungJoo Ham 1-0/+2
2016-01-13PM / devfreq: Modify the indentation of trans_stat sysfs for readabilityGravatar Chanwoo Choi 1-5/+5
2016-01-13PM / devfreq: Set the freq_table of devfreq deviceGravatar Chanwoo Choi 1-2/+48
2016-01-13PM / devfreq: Add show_one macro to delete the duplicate codeGravatar Chanwoo Choi 1-11/+9
2016-01-13PM / devfreq: event: Fix the error and warning from script/checkpatch.plGravatar Chanwoo Choi 1-2/+3
2016-01-13PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()Gravatar Chanwoo Choi 1-9/+2
2015-10-02PM / devfreq: fix double kfreeGravatar Geliang Tang 1-2/+1
2015-09-30PM / devfreq: Fix governor_store()Gravatar Tobias Jakobi 1-1/+3
2015-09-11PM / devfreq: Fix incorrect type issue.Gravatar Xiaolong Ye 1-1/+1
2015-09-11PM / devfreq: tegra: Update governor to use devfreq_update_stats()Gravatar MyungJoo Ham 1-3/+5
2015-09-11PM / devfreq: drop comment about thermal setting max_freqGravatar Javi Merino 1-3/+3
2015-09-11PM / devfreq: cache the last call to get_dev_status()Gravatar Javi Merino 1-15/+18
2015-09-11PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-2/+2
2015-09-11PM / devfreq: exynos-ppmu: bit-wise operation bugfix.Gravatar MyungJoo Ham 1-1/+2
2015-09-11PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Gravatar Chanwoo Choi 2-7/+233
2015-03-31PM / devfreq: tegra: Register governor on module initGravatar Tomeu Vizoso 1-7/+30
2015-03-31PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitorGravatar Tomeu Vizoso 1-2/+2
2015-03-31PM / devfreq: tegra: Set drvdata before enabling the irqGravatar Tomeu Vizoso 1-2/+2
2015-03-31PM / devfreq: tegra: remove operating-pointsGravatar Tomeu Vizoso 1-6/+6
2015-03-31PM / devfreq: tegra: Use clock rate constraintsGravatar Tomeu Vizoso 1-10/+5
2015-03-31PM / devfreq: tegra: Update to v5 of the submitted patchesGravatar Tomeu Vizoso 1-204/+253
2015-03-30PM / devfreq: correct misleading commentGravatar MyungJoo Ham 1-1/+0
2015-03-30PM / devfreq: event: Add const keyword for devfreq_event_ops structureGravatar Chanwoo Choi 1-1/+1