quoted
quoted
quoted
quoted
"Andrew" == Andrew Lunn [off-list ref] writes:
Andrew> The Marvell Kirkwood SoCs have simple cpufreq support in hardware. The
Andrew> CPU can either use the a high speed cpu clock, or the slower DDR
Andrew> clock. Add a driver to swap between these two clock sources.
Andrew> Signed-off-by: Andrew Lunn [off-list ref]
Andrew> ---
Andrew> drivers/clk/mvebu/clk-gating-ctrl.c | 1 +
Andrew> drivers/cpufreq/Kconfig.arm | 6 +
Andrew> drivers/cpufreq/Makefile | 1 +
Andrew> drivers/cpufreq/kirkwood-cpufreq.c | 273 +++++++++++++++++++++++++++++++++++
Andrew> 4 files changed, 281 insertions(+)
Andrew> create mode 100644 drivers/cpufreq/kirkwood-cpufreq.c
Andrew> +++ b/drivers/cpufreq/Kconfig.arm
Andrew> @@ -77,6 +77,12 @@ config ARM_EXYNOS5250_CPUFREQ
Andrew> This adds the CPUFreq driver for Samsung EXYNOS5250
Andrew> SoC.
Andrew> +config ARM_KIRKWOOD_CPUFREQ
Andrew> + def_bool ARCH_KIRKWOOD && OF
Andrew> + help
The def_bool should be indented with a <tab>
Otherwise looks good.
--
Bye, Peter Korsgaard