[PATCH 1/2] cpufreq: hisilicon: add acpu driver
Viresh Kumar
viresh.kumar at linaro.org
Sun Mar 1 22:14:28 PST 2015
On 26 February 2015 at 18:51, Leo Yan <leo.yan at linaro.org> 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 <leo.yan at linaro.org>
> ---
> 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 ?
More information about the linux-arm-kernel
mailing list