From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 169AA2C0302 for ; Fri, 31 May 2013 20:50:36 +1000 (EST) Received: by mail-ob0-f178.google.com with SMTP id fb19so2657694obc.23 for ; Fri, 31 May 2013 03:50:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <027e8f1d4ac8de6351115f15a408431558510abb.1365079581.git.viresh.kumar@linaro.org> Date: Fri, 31 May 2013 16:20:33 +0530 Message-ID: Subject: Re: [PATCH 17/18] cpufreq: powerpc: move cpufreq driver to drivers/cpufreq From: Viresh Kumar To: Benjamin Herrenschmidt , deepthi@linux.vnet.ibm.com Content-Type: text/plain; charset=ISO-8859-1 Cc: robin.randhawa@arm.com, linux-pm@vger.kernel.org, patches@linaro.org, Liviu.Dudau@arm.com, linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, rjw@sisk.pl, Steve.Bannister@arm.com, Paul Mackerras , Olof Johansson , arvind.chauhan@arm.com, linuxppc-dev@lists.ozlabs.org, linaro-kernel@lists.linaro.org, charles.garcia-tobin@arm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 20 May 2013 10:10, Viresh Kumar wrote: > On 13 May 2013 11:34, Viresh Kumar wrote: >> On 22 April 2013 12:19, Viresh Kumar wrote: >>> On 9 April 2013 14:05, Viresh Kumar wrote: >>>> On 5 April 2013 12:16, Viresh Kumar wrote: >>>>> On 4 April 2013 18:24, Viresh Kumar wrote: >>>>>> This patch moves cpufreq driver of powerpc platform to drivers/cpufreq. >>>>>> >>>>>> Cc: Benjamin Herrenschmidt >>>>>> Cc: Paul Mackerras >>>>>> Cc: Olof Johansson >>>>>> Cc: linuxppc-dev@lists.ozlabs.org >>>>>> Signed-off-by: Viresh Kumar >>>>>> --- >>>>>> Compile Tested only. >>>>>> >>>>>> 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%) >>>>> >>>>> Hi Deepthi, >>>>> >>>>> Can you help testing this please? >>>> >>>> Ping!! >>> >>> Ping!! >> >> Hi Benjamin, >> >> Hope you are back from your vacations. Can you give it a try now? > > Ping!! Ping!!