Re: [PATCH 9/9] cpufreq: sa11x0: move cpufreq driver to drivers/cpufreq

From: Viresh Kumar
Date: Sat Mar 30 2013 - 23:54:13 EST


On 25 March 2013 15:41, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
> This patch moves cpufreq driver of ARM based sa11x0 platform to drivers/cpufreq.
>
> Cc: Russell King <linux@xxxxxxxxxxxxxxxx>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> arch/arm/Kconfig | 8 -------
> arch/arm/mach-sa1100/Kconfig | 26 +++++++++++-----------
> arch/arm/mach-sa1100/Makefile | 3 ---
> arch/arm/mach-sa1100/include/mach/generic.h | 1 +
> drivers/cpufreq/Kconfig.arm | 6 +++++
> drivers/cpufreq/Makefile | 2 ++
> .../cpufreq/sa1100-cpufreq.c | 3 +--
> .../cpufreq/sa1110-cpufreq.c | 3 +--
> 8 files changed, 24 insertions(+), 28 deletions(-)
> create mode 100644 arch/arm/mach-sa1100/include/mach/generic.h
> rename arch/arm/mach-sa1100/cpu-sa1100.c => drivers/cpufreq/sa1100-cpufreq.c (99%)
> rename arch/arm/mach-sa1100/cpu-sa1110.c => drivers/cpufreq/sa1110-cpufreq.c (99%)

For this one too :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/