| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-11 | PM / devfreq: exynos: remove unused function parameter | Jeongjun Park | 1 | -3/+2 |
| 2024-09-05 | PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers | Anand Moon | 1 | -17/+5 |
| 2024-05-09 | PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions | Anand Moon | 1 | -6/+3 |
| 2023-05-29 | PM / devfreq: exynos: add Exynos PPMU as a soft module dependency | Marek Szyprowski | 1 | -0/+1 |
| 2023-03-13 | PM / devfreq: exynos: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
| 2023-03-13 | PM / devfreq: exyos-bus: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-08-03 | Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Rafael J. Wysocki | 1 | -13/+8 |
| 2022-07-08 | OPP: Migrate set-regulators API to use set-config helpers | Viresh Kumar | 1 | -12/+7 |
| 2022-07-08 | OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list | Viresh Kumar | 1 | -2/+2 |
| 2022-07-08 | PM / devfreq: exynos-bus: Fix NULL pointer dereference | Christian Marangi | 1 | -3/+3 |
| 2020-12-15 | Merge branches 'pm-devfreq' and 'pm-tools' | Rafael J. Wysocki | 1 | -0/+17 |
| 2020-12-09 | PM / devfreq: exynos: dev_pm_opp_put_*() accepts NULL argument | Viresh Kumar | 1 | -8/+4 |
| 2020-11-13 | PM / devfreq: exynos-bus: Add registration of interconnect child device | Sylwester Nawrocki | 1 | -0/+17 |
| 2020-09-29 | PM / devfreq: event: Change prototype of devfreq_event_get_edev_by_phandle fu... | Chanwoo Choi | 1 | -2/+3 |
| 2020-09-29 | PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle function | Chanwoo Choi | 1 | -1/+1 |
| 2019-12-30 | PM / devfreq: exynos-bus: Add error log when fail to get devfreq-event | Yangtao Li | 1 | -0/+1 |
| 2019-12-30 | PM / devfreq: exynos-bus: Disable devfreq-event device when fails | Yangtao Li | 1 | -1/+7 |
| 2019-12-30 | PM / devfreq: exynos-bus: Reduce goto statements and remove unused headers | Artur Świgoń | 1 | -35/+19 |
| 2019-12-30 | PM / devfreq: exynos-bus: Extract exynos_bus_profile_init_passive() | Artur Świgoń | 1 | -28/+42 |
| 2019-12-30 | PM / devfreq: exynos-bus: Extract exynos_bus_profile_init() | Artur Świgoń | 1 | -44/+58 |
| 2019-08-25 | PM / devfreq: exynos-bus: Convert to use dev_pm_opp_set_rate() | Kamil Konieczny | 1 | -106/+24 |
| 2019-08-25 | PM / devfreq: exynos-bus: Correct clock enable sequence | Kamil Konieczny | 1 | -14/+17 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-04-16 | PM / devfreq: exynos-bus: Suspend all devices on system shutdown | Marek Szyprowski | 1 | -0/+8 |
| 2017-10-26 | PM / devfreq: Define the constant governor name | Chanwoo Choi | 1 | -2/+3 |
| 2017-02-20 | Merge branch 'pm-devfreq' | Rafael J. Wysocki | 1 | -4/+4 |
| 2017-01-31 | PM / devfreq: exynos-bus: Print the real clock rate of bus | Chanwoo Choi | 1 | -4/+4 |
| 2017-01-30 | PM / OPP: Update OPP users to put reference | Viresh Kumar | 1 | -9/+5 |
| 2017-01-03 | PM / devfreq: exynos-bus: Fix the wrong return value | Chanwoo Choi | 1 | -1/+1 |
| 2016-12-08 | devfreq: exynos: Don't use OPP structures outside of RCU locks | Viresh Kumar | 1 | -15/+14 |
| 2016-07-06 | PM / devfreq: exynos-bus: add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -3/+6 |
| 2016-07-06 | PM / devfreq: exynos: fix error path in exynos_bus_probe() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2016-05-03 | PM / devfreq: style/typo fixes | MyungJoo Ham | 1 | -2/+2 |
| 2016-05-03 | PM / devfreq: exynos: Add support of bus frequency of sub-blocks using passiv... | Chanwoo Choi | 1 | -46/+173 |
| 2016-05-03 | PM / devfreq: exynos: Add generic exynos bus frequency driver | Chanwoo Choi | 1 | -0/+443 |