[PATCH 9/9] powerpc: cpufreq: move cpufreq driver to drivers/cpufreq
Benjamin Herrenschmidt
benh at kernel.crashing.org
Wed Apr 3 21:30:34 EST 2013
On Wed, 2013-04-03 at 15:00 +0530, Viresh Kumar wrote:
> On 31 March 2013 09:33, Viresh Kumar <viresh.kumar at linaro.org> wrote:
> > On 25 March 2013 22:24, Viresh Kumar <viresh.kumar at linaro.org> wrote:
> >> This patch moves cpufreq driver of powerpc platform to drivers/cpufreq.
> >>
> >> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> >> Cc: Paul Mackerras <paulus at samba.org>
> >> Cc: Olof Johansson <olof at lixom.net>
> >> Cc: linuxppc-dev at lists.ozlabs.org
> >> Signed-off-by: Viresh Kumar <viresh.kumar at linaro.org>
> >> ---
> >> arch/powerpc/platforms/Kconfig | 31 ----------------------
> >> arch/powerpc/platforms/pasemi/Makefile | 1 -
> >> arch/powerpc/platforms/powermac/Makefile | 2 --
> >> drivers/cpufreq/Kconfig.powerpc | 26 ++++++++++++++++++
> >> drivers/cpufreq/Makefile | 3 +++
> >> .../cpufreq.c => drivers/cpufreq/pasemi-cpufreq.c | 0
> >> .../cpufreq/pmac32-cpufreq.c | 0
> >> .../cpufreq/pmac64-cpufreq.c | 0
> >> 8 files changed, 29 insertions(+), 34 deletions(-)
> >> rename arch/powerpc/platforms/pasemi/cpufreq.c => drivers/cpufreq/pasemi-cpufreq.c (100%)
> >> rename arch/powerpc/platforms/powermac/cpufreq_32.c => drivers/cpufreq/pmac32-cpufreq.c (100%)
> >> rename arch/powerpc/platforms/powermac/cpufreq_64.c => drivers/cpufreq/pmac64-cpufreq.c (100%)
> >
> > Benjamin/Paul/Olof,
> >
> > Any comments on this?
>
> Ping!!
I'm on vacation until end of April. No objection to the patch but
somebody needs to test it.
Cheers,
Ben.
More information about the Linuxppc-dev
mailing list