summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
AgeCommit message (Expand)Author
2016-07-06PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-06PM / devfreq: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-06PM / devfreq: exynos-ppmu: fix error path in exynos_ppmu_probe()Bartlomiej Zolnierkiewicz
2016-07-06PM / devfreq: exynos: fix error path in exynos_bus_probe()Bartlomiej Zolnierkiewicz
2016-07-06PM / devfreq: make event/exynos-ppmu DEVFREQ_EVENT_EXYNOS_PPMU tristatePaul Gortmaker
2016-07-06PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristatePaul Gortmaker
2016-07-06PM / devfreq: make exynos-bus ARM_EXYNOS_BUS_DEVFREQ tristatePaul Gortmaker
2016-07-06PM / devfreq: make devfreq-event explicitly non-modularPaul Gortmaker
2016-07-06PM / devfreq: make devfreq explicitly non-modularPaul Gortmaker
2016-06-23PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi
2016-06-22PM / devfreq: fix initialization of current frequency in last statusLukasz Luba
2016-06-22PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() checkDan Carpenter
2016-06-22PM / devfreq: remove double put_deviceMyungJoo Ham
2016-06-22PM / devfreq: fix double call put_deviceCai Zhiyong
2016-06-22PM / devfreq: fix duplicated kfree on devfreq pointerMyungJoo Ham
2016-06-22PM / devfreq: devm_kzalloc to have dev pointer more preciselyMyungJoo Ham
2016-05-03PM / devfreq: style/typo fixesMyungJoo Ham
2016-05-03PM / devfreq: event: Find the instance of devfreq-event device by using phandleChanwoo Choi
2016-05-03PM / devfreq: event: Add new Exynos NoC probe driverChanwoo Choi
2016-05-03PM / devfreq: exynos: Remove unused exynos4/5 busfreq driverChanwoo Choi
2016-05-03PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passiv...Chanwoo Choi
2016-05-03PM / devfreq: Add new passive governorChanwoo Choi
2016-05-03PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifierChanwoo Choi
2016-05-03PM / devfreq: Add devfreq_get_devfreq_by_phandle()Chanwoo Choi
2016-05-03PM / devfreq: exynos: Add generic exynos bus frequency driverChanwoo Choi
2016-03-17PM / devfreq: Spelling s/frequnecy/frequency/Geert Uytterhoeven
2016-02-23PM / devfreq: tegra: Set freq in rate callbackTomeu Vizoso
2016-01-13PM / devfreq: Do not show statistics if it's not ready.MyungJoo Ham
2016-01-13PM / devfreq: Modify the indentation of trans_stat sysfs for readabilityChanwoo Choi
2016-01-13PM / devfreq: Set the freq_table of devfreq deviceChanwoo Choi
2016-01-13PM / devfreq: Add show_one macro to delete the duplicate codeChanwoo Choi
2016-01-13PM / devfreq: event: Fix the error and warning from script/checkpatch.plChanwoo Choi
2016-01-13PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()Chanwoo Choi
2015-10-02PM / devfreq: fix double kfreeGeliang Tang
2015-09-30PM / devfreq: Fix governor_store()Tobias Jakobi
2015-09-11PM / devfreq: Fix incorrect type issue.Xiaolong Ye
2015-09-11PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham
2015-09-11PM / devfreq: drop comment about thermal setting max_freqJavi Merino
2015-09-11PM / devfreq: cache the last call to get_dev_status()Javi Merino
2015-09-11PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-11PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham
2015-09-11PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi
2015-03-31PM / devfreq: tegra: Register governor on module initTomeu Vizoso
2015-03-31PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitorTomeu Vizoso
2015-03-31PM / devfreq: tegra: Set drvdata before enabling the irqTomeu Vizoso
2015-03-31PM / devfreq: tegra: remove operating-pointsTomeu Vizoso
2015-03-31PM / devfreq: tegra: Use clock rate constraintsTomeu Vizoso
2015-03-31PM / devfreq: tegra: Update to v5 of the submitted patchesTomeu Vizoso
2015-03-30PM / devfreq: correct misleading commentMyungJoo Ham
2015-03-30PM / devfreq: event: Add const keyword for devfreq_event_ops structureChanwoo Choi