Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755008Ab3CaLe4 (ORCPT ); Sun, 31 Mar 2013 07:34:56 -0400 Received: from mail-oa0-f53.google.com ([209.85.219.53]:45921 "EHLO mail-oa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753045Ab3CaLey (ORCPT ); Sun, 31 Mar 2013 07:34:54 -0400 MIME-Version: 1.0 In-Reply-To: References: <2aa937c3d81776f01c2c1d6fcfcb08ba74163b53.1364205812.git.viresh.kumar@linaro.org> From: Eric Miao Date: Sun, 31 Mar 2013 19:34:34 +0800 Message-ID: Subject: Re: [PATCH 6/9] cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq To: Viresh Kumar Cc: Haojian Zhuang , "arvind.chauhan" , "robin.randhawa" , "steve.bannister" , "liviu.dudau" , "charles.garcia-tobin" , cpufreq , linux-pm , linux-kernel , linaro-kernel@lists.linaro.org, Arnd Bergmann , Russell King , "Rafael J. Wysocki" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1592 Lines: 33 On Sun, Mar 31, 2013 at 2:45 PM, Viresh Kumar wrote: > On 31 March 2013 10:54, Eric Miao wrote: >> On Sun, Mar 31, 2013 at 11:52 AM, Viresh Kumar wrote: >>> 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 >> >> Acked-by: 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? > > Is this for both the patches?? Yes. Take the Ack for both, those two should really belong to drivers/cpufreq. -- 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/