Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756887Ab3CaDx2 (ORCPT ); Sat, 30 Mar 2013 23:53:28 -0400 Received: from mail-ob0-f176.google.com ([209.85.214.176]:59538 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756804Ab3CaDx0 (ORCPT ); Sat, 30 Mar 2013 23:53:26 -0400 MIME-Version: 1.0 In-Reply-To: <918ff6cc407525d682817cf736347ec572e0316d.1364205812.git.viresh.kumar@linaro.org> References: <918ff6cc407525d682817cf736347ec572e0316d.1364205812.git.viresh.kumar@linaro.org> Date: Sun, 31 Mar 2013 09:23:25 +0530 Message-ID: Subject: Re: [PATCH 8/9] cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq From: Viresh Kumar To: Ben Dooks , Kukjin Kim 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 , linux-samsung-soc@vger.kernel.org, "Rafael J. Wysocki" 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: 2151 Lines: 39 On 25 March 2013 15:41, Viresh Kumar wrote: > This patch moves cpufreq driver of Samsung's ARM based s3c24xx platform to > drivers/cpufreq. > > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Viresh Kumar > --- > arch/arm/Kconfig | 46 --------------- > arch/arm/mach-s3c24xx/Kconfig | 66 +++++++++------------- > arch/arm/mach-s3c24xx/Makefile | 6 -- > arch/arm/mach-s3c24xx/{ => include/mach}/s3c2412.h | 0 > arch/arm/mach-s3c24xx/iotiming-s3c2412.c | 2 +- > arch/arm/plat-samsung/include/plat/cpu-freq-core.h | 10 ++-- > arch/arm/plat-samsung/include/plat/cpu-freq.h | 6 +- > drivers/cpufreq/Kconfig.arm | 58 +++++++++++++++++++ > drivers/cpufreq/Makefile | 5 ++ > .../cpufreq/s3c2410-cpufreq.c | 0 > .../cpufreq/s3c2412-cpufreq.c | 3 +- > .../cpufreq/s3c2440-cpufreq.c | 0 > .../cpufreq/s3c24xx-cpufreq-debugfs.c | 0 > .../cpufreq.c => drivers/cpufreq/s3c24xx-cpufreq.c | 0 > 14 files changed, 100 insertions(+), 102 deletions(-) > rename arch/arm/mach-s3c24xx/{ => include/mach}/s3c2412.h (100%) > rename arch/arm/mach-s3c24xx/cpufreq-s3c2410.c => drivers/cpufreq/s3c2410-cpufreq.c (100%) > rename arch/arm/mach-s3c24xx/cpufreq-s3c2412.c => drivers/cpufreq/s3c2412-cpufreq.c (99%) > rename arch/arm/mach-s3c24xx/cpufreq-s3c2440.c => drivers/cpufreq/s3c2440-cpufreq.c (100%) > rename arch/arm/mach-s3c24xx/cpufreq-debugfs.c => drivers/cpufreq/s3c24xx-cpufreq-debugfs.c (100%) > rename arch/arm/mach-s3c24xx/cpufreq.c => drivers/cpufreq/s3c24xx-cpufreq.c (100%) Ben/Kukjin, Can i have your View or Ack for this 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/