Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756746Ab3CaDwg (ORCPT ); Sat, 30 Mar 2013 23:52:36 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:53520 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755532Ab3CaDwe (ORCPT ); Sat, 30 Mar 2013 23:52:34 -0400 MIME-Version: 1.0 In-Reply-To: <2aa937c3d81776f01c2c1d6fcfcb08ba74163b53.1364205812.git.viresh.kumar@linaro.org> References: <2aa937c3d81776f01c2c1d6fcfcb08ba74163b53.1364205812.git.viresh.kumar@linaro.org> Date: Sun, 31 Mar 2013 09:22:34 +0530 Message-ID: Subject: Re: [PATCH 6/9] cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq From: Viresh Kumar To: Eric Miao , Haojian Zhuang Cc: arvind.chauhan@arm.com, robin.randhawa@arm.com, Steve.Bannister@arm.com, Liviu.Dudau@arm.com, charles.garcia-tobin@arm.com, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org, arnd.bergmann@linaro.org, linux@arm.linux.org.uk, Viresh Kumar , rjw@sisk.pl Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1138 Lines: 23 Eric/Haojian, On 25 March 2013 15:41, Viresh Kumar wrote: > This patch moves cpufreq driver of ARM based pxa3xx platform to drivers/cpufreq. > > Cc: Eric Miao > Cc: Haojian Zhuang > Signed-off-by: Viresh Kumar > --- > arch/arm/mach-pxa/Makefile | 1 - > arch/arm/mach-pxa/include/mach/generic.h | 1 + > drivers/cpufreq/Makefile | 1 + > .../mach-pxa/cpufreq-pxa3xx.c => drivers/cpufreq/pxa3xx-cpufreq.c | 5 +---- > 4 files changed, 3 insertions(+), 5 deletions(-) > create mode 100644 arch/arm/mach-pxa/include/mach/generic.h > rename arch/arm/mach-pxa/cpufreq-pxa3xx.c => drivers/cpufreq/pxa3xx-cpufreq.c (98%) Can i have your Ack or views about 6/9 and 7/9 Patch? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/