aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29PM / devfreq: tegra30: Improve initial hardware resettingDmitry Osipenko1-3/+5
2020-09-29PM / devfreq: event: Change prototype of devfreq_event_get_edev_by_phandle functionChanwoo Choi3-9/+12
2020-09-29PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle functionChanwoo Choi2-5/+8
2020-09-29PM / devfreq: Add devfreq_get_devfreq_by_node functionLeonard Crestez1-11/+35
2020-09-23PM / devfreq: tegra30: Disable clock on error in probeDan Carpenter1-1/+3
2020-09-23PM / devfreq: Add timer type to devfreq_summary debugfsChanwoo Choi1-3/+8
2020-07-30PM / devfreq: Fix the wrong end with semicolonChanwoo Choi1-2/+2
2020-07-30PM / devfreq: Fix indentaion of devfreq_summary debugfs nodeChanwoo Choi1-7/+4
2020-07-30PM / devfreq: Clean up the devfreq instance name in sysfs attrChanwoo Choi1-34/+60
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi1-1/+85
2020-07-30PM / devfreq: event: Fix trivial spellingKieran Bingham1-2/+2
2020-07-30PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absentMarc Zyngier1-19/+23
2020-05-28PM / devfreq: Use lockdep asserts instead of manual checks for locked mutexKrzysztof Kozlowski1-10/+7
2020-05-28PM / devfreq: imx-bus: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-2/+2
2020-05-28PM / devfreq: Replace strncpy with strscpyDmitry Osipenko1-1/+1
2020-05-28PM / devfreq: imx: Register interconnect deviceLeonard Crestez1-0/+41
2020-05-28PM / devfreq: Add generic imx bus scaling driverLeonard Crestez3-0/+147
2020-05-28PM / devfreq: tegra30: Delete an error message in tegra_devfreq_probe()Markus Elfring1-3/+2
2020-05-28PM / devfreq: tegra30: Make CPUFreq notifier to take into account boostingDmitry Osipenko1-1/+1
2020-03-25PM / devfreq: Fix handling dev_pm_qos_remove_request resultLeonard Crestez1-2/+2
2020-03-25PM / devfreq: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-03-25PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event nameChanwoo Choi4-11/+11
2020-03-25PM / devfreq: Remove unneeded extern keywordChanwoo Choi1-9/+8
2020-03-25PM / devfreq: Use constant name of userspace governorpierre Kuo1-1/+1
2020-02-24Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai1-3/+1
2020-01-16PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi1-0/+82
2020-01-06PM / devfreq: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski6-7/+7
2019-12-31PM / devfreq: imx8m-ddrc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-6/+18
2019-12-30PM / devfreq: exynos-bus: Add error log when fail to get devfreq-eventYangtao Li1-0/+1
2019-12-30PM / devfreq: exynos-bus: Disable devfreq-event device when failsYangtao Li1-1/+7
2019-12-30PM / devfreq: rk3399_dmc: Disable devfreq-event device when failsYangtao Li1-5/+13
2019-12-30PM / devfreq: imx8m-ddrc: Remove unused definesLeonard Crestez1-6/+0
2019-12-30PM / devfreq: exynos-bus: Reduce goto statements and remove unused headersArtur Świgoń1-35/+19
2019-12-30PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyChanwoo Choi2-2/+3
2019-12-30PM / devfreq: rockchip-dfi: Convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-12-30PM / devfreq: rk3399_dmc: Add missing of_node_put()Yangtao Li1-0/+1
2019-12-30PM / devfreq: rockchip-dfi: Add missing of_node_put()Yangtao Li1-0/+1
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap2-4/+4
2019-12-30PM / devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()Artur Świgoń1-28/+42
2019-12-30PM / devfreq: exynos-bus: Extract exynos_bus_profile_init()Artur Świgoń1-44/+58
2019-12-30PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny1-1/+1
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny1-21/+23
2019-12-30PM / devfreq: Add clearing transitions statsKamil Konieczny1-1/+28
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny1-7/+7
2019-12-30PM / devfreq: Add new name attribute for sysfsChanwoo Choi1-0/+9
2019-12-30PM / devfreq: Add dynamic scaling for imx8m ddr controllerLeonard Crestez3-0/+476
2019-12-30PM / devfreq: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-12-30PM / devfreq: exynos-ppmu: Fix excessive stack usageArnd Bergmann1-5/+8
2019-12-23PM / devfreq: tegra: Add COMMON_CLK dependencyArnd Bergmann1-0/+1
2019-12-23PM / devfreq: Drop explicit selection of PM_OPPLeonard Crestez1-4/+0