summaryrefslogtreecommitdiff
path: root/drivers/devfreq
Commit message (Expand)AuthorAgeFilesLines
* PM / devfreq: Add support delayed timer for polling modeChanwoo Choi2020-07-101-1/+85
* PM / devfreq: event: Fix trivial spellingKieran Bingham2020-07-101-2/+2
* PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absentMarc Zyngier2020-07-101-19/+23
* PM / devfreq: Use lockdep asserts instead of manual checks for locked mutexKrzysztof Kozlowski2020-05-281-10/+7
* PM / devfreq: imx-bus: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-05-281-2/+2
* PM / devfreq: Replace strncpy with strscpyDmitry Osipenko2020-05-281-1/+1
* PM / devfreq: imx: Register interconnect deviceLeonard Crestez2020-05-281-0/+41
* PM / devfreq: Add generic imx bus scaling driverLeonard Crestez2020-05-283-0/+147
* PM / devfreq: tegra30: Delete an error message in tegra_devfreq_probe()Markus Elfring2020-05-281-3/+2
* PM / devfreq: tegra30: Make CPUFreq notifier to take into account boostingDmitry Osipenko2020-05-281-1/+1
* PM / devfreq: Fix handling dev_pm_qos_remove_request resultLeonard Crestez2020-03-251-2/+2
* PM / devfreq: Fix a typo in a commentChristophe JAILLET2020-03-251-1/+1
* PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event nameChanwoo Choi2020-03-254-11/+11
* PM / devfreq: Remove unneeded extern keywordChanwoo Choi2020-03-251-9/+8
* PM / devfreq: Use constant name of userspace governorpierre Kuo2020-03-251-1/+1
* Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai2020-02-241-3/+1
* PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi2020-01-161-0/+82
* PM / devfreq: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-066-7/+7
* PM / devfreq: imx8m-ddrc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2019-12-311-6/+18
* PM / devfreq: exynos-bus: Add error log when fail to get devfreq-eventYangtao Li2019-12-301-0/+1
* PM / devfreq: exynos-bus: Disable devfreq-event device when failsYangtao Li2019-12-301-1/+7
* PM / devfreq: rk3399_dmc: Disable devfreq-event device when failsYangtao Li2019-12-301-5/+13
* PM / devfreq: imx8m-ddrc: Remove unused definesLeonard Crestez2019-12-301-6/+0
* PM / devfreq: exynos-bus: Reduce goto statements and remove unused headersArtur Świgoń2019-12-301-35/+19
* PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyChanwoo Choi2019-12-302-2/+3
* PM / devfreq: rockchip-dfi: Convert to devm_platform_ioremap_resourceYangtao Li2019-12-301-3/+1
* PM / devfreq: rk3399_dmc: Add missing of_node_put()Yangtao Li2019-12-301-0/+1
* PM / devfreq: rockchip-dfi: Add missing of_node_put()Yangtao Li2019-12-301-0/+1
* PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap2019-12-302-4/+4
* PM / devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()Artur Świgoń2019-12-301-28/+42
* PM / devfreq: exynos-bus: Extract exynos_bus_profile_init()Artur Świgoń2019-12-301-44/+58
* PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny2019-12-301-1/+1
* PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny2019-12-301-21/+23
* PM / devfreq: Add clearing transitions statsKamil Konieczny2019-12-301-1/+28
* PM / devfreq: Change time stats to 64-bitKamil Konieczny2019-12-301-7/+7
* PM / devfreq: Add new name attribute for sysfsChanwoo Choi2019-12-301-0/+9
* PM / devfreq: Add dynamic scaling for imx8m ddr controllerLeonard Crestez2019-12-303-0/+476
* PM / devfreq: Fix Kconfig indentationKrzysztof Kozlowski2019-12-301-3/+3
* PM / devfreq: exynos-ppmu: Fix excessive stack usageArnd Bergmann2019-12-301-5/+8
* PM / devfreq: tegra: Add COMMON_CLK dependencyArnd Bergmann2019-12-231-0/+1
* PM / devfreq: Drop explicit selection of PM_OPPLeonard Crestez2019-12-231-4/+0
* PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez2019-12-091-17/+59
* PM / devfreq: Add PM QoS supportLeonard Crestez2019-12-091-0/+77
* PM / devfreq: Don't fail devfreq_dev_release if not in listLeonard Crestez2019-12-091-5/+1
* PM / devfreq: Introduce get_freq_range helperLeonard Crestez2019-12-091-48/+60
* PM / devfreq: Set scaling_max_freq to max on OPP notifier errorLeonard Crestez2019-12-091-1/+3
* PM / devfreq: Fix devfreq_notifier_call returning errnoLeonard Crestez2019-12-091-11/+13
* PM / devfreq: Add missing locking while setting suspend_freqMarek Szyprowski2019-11-291-0/+4
* PM / devfreq: tegra30: Tune up MCCPU boost-down coefficientDmitry Osipenko2019-11-061-1/+1
* PM / devfreq: tegra30: Support variable polling intervalDmitry Osipenko2019-11-061-12/+66