[PATCH 1/2] cpufreq: hisilicon: add acpu driver
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2015-03-02 06:14:31
Also in:
linux-pm, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2015-03-02 06:14:31
Also in:
linux-pm, lkml
On 26 February 2015 at 18:51, Leo Yan [off-list ref] wrote:
Add acpu driver for hisilicon SoC, acpu is application processor subsystem. Dependent on the H/W design, the silicon may has the coupled clock domain for all clusters, or every cluster can have the dedicated clock domain. So this driver will support both implementations. Signed-off-by: Leo Yan <redacted> --- drivers/cpufreq/Kconfig.arm | 9 + drivers/cpufreq/Makefile | 1 + drivers/cpufreq/hisi-acpu-cpufreq.c | 324 ++++++++++++++++++++++++++++++++++++ 3 files changed, 334 insertions(+) create mode 100644 drivers/cpufreq/hisi-acpu-cpufreq.c
What is stopping from reusing cpufreq-dt driver ?