From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 18/18] cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq Date: Thu, 4 Apr 2013 14:48:10 +0000 Message-ID: <201304041448.11052.arnd@arndb.de> References: <201304041302.09995.arnd@arndb.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: Text/Plain; charset="us-ascii" To: Viresh Kumar Cc: rjw@sisk.pl, robin.randhawa@arm.com, Steve.Bannister@arm.com, Liviu.Dudau@arm.com, charles.garcia-tobin@arm.com, arvind.chauhan@arm.com, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org, patches@linaro.org, Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org On Thursday 04 April 2013, Viresh Kumar wrote: > > On 4 April 2013 18:32, Arnd Bergmann wrote: > > Moving the files is good, but I don't see a reason to make the cbe_cpufreq.h > > header globally visible in include/linux/. Isn't it just used by as the > > interface between ppc_cbe_cpufreq_pmi.c and ppc_cbe_cpufreq.c? > > When i moved it initially i thought it is also used by > arch/powerpc/platforms/cell/cpufreq_spudemand.c and hence moved it > to include/linux and never realized i am wrong.. > > Here is the fixup (And attached complete patch: original+fixup for Rafael > to apply): Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 57A512C00AC for ; Fri, 5 Apr 2013 01:48:34 +1100 (EST) From: Arnd Bergmann To: Viresh Kumar Subject: Re: [PATCH 18/18] cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq Date: Thu, 4 Apr 2013 14:48:10 +0000 References: <201304041302.09995.arnd@arndb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Message-Id: <201304041448.11052.arnd@arndb.de> 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, 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 Thursday 04 April 2013, Viresh Kumar wrote: > > On 4 April 2013 18:32, Arnd Bergmann wrote: > > Moving the files is good, but I don't see a reason to make the cbe_cpufreq.h > > header globally visible in include/linux/. Isn't it just used by as the > > interface between ppc_cbe_cpufreq_pmi.c and ppc_cbe_cpufreq.c? > > When i moved it initially i thought it is also used by > arch/powerpc/platforms/cell/cpufreq_spudemand.c and hence moved it > to include/linux and never realized i am wrong.. > > Here is the fixup (And attached complete patch: original+fixup for Rafael > to apply): Acked-by: Arnd Bergmann