[PATCH RFC 0/2] Use cpufreq-map governor for MT8183 CCI
From: Hsin-Yi Wang <hidden>
Date: 2019-06-18 04:14:53
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Hsin-Yi Wang <hidden>
Date: 2019-06-18 04:14:53
Also in:
linux-arm-kernel, linux-mediatek, lkml
From: Hsin-Yi Wang <redacted>
This series uses cpufreq-map governor for mt8183-cci to improve performance.
Hsin-Yi Wang (1):
devfreq: mt8183-cci: using cpufreq-map governor in cci dvfs driver
Saravana Kannan (1):
PM / devfreq: Generic CPU frequency to device frequency mapping
governor
.../bindings/devfreq/devfreq-cpufreq-map.txt | 53 ++
drivers/devfreq/Kconfig | 8 +
drivers/devfreq/Makefile | 1 +
drivers/devfreq/governor_cpufreq_map.c | 583 ++++++++++++++++++
drivers/devfreq/mt8183-cci-devfreq.c | 194 +-----
5 files changed, 649 insertions(+), 190 deletions(-)
create mode 100644 Documentation/devicetree/bindings/devfreq/devfreq-cpufreq-map.txt
create mode 100644 drivers/devfreq/governor_cpufreq_map.c
--
2.20.1