Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759472Ab3DDLkq (ORCPT ); Thu, 4 Apr 2013 07:40:46 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:63921 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759437Ab3DDLko (ORCPT ); Thu, 4 Apr 2013 07:40:44 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 4 Apr 2013 13:40:43 +0200 Message-ID: Subject: Re: [PATCH 5/9] cpufreq: integrator: move cpufreq driver to drivers/cpufreq From: Linus Walleij To: Viresh Kumar Cc: Arvind Chauhan , Robin Randhawa , Steve.Bannister@arm.com, Liviu.Dudau@arm.com, Charles Garcia-Tobin , cpufreq@vger.kernel.org, "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linaro-kernel , Arnd Bergmann , Russell King - ARM Linux , "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: 1464 Lines: 33 On Thu, Apr 4, 2013 at 10:32 AM, Viresh Kumar wrote: > On 25 March 2013 15:41, Viresh Kumar wrote: >> This patch moves cpufreq driver of ARM based integrator platform to >> drivers/cpufreq. >> >> Cc: Russell King >> Signed-off-by: Viresh Kumar >> --- >> arch/arm/Kconfig | 11 ----------- >> arch/arm/mach-integrator/Makefile | 1 - >> drivers/cpufreq/Kconfig.arm | 8 ++++++++ >> drivers/cpufreq/Makefile | 1 + >> .../cpu.c => drivers/cpufreq/integrator-cpufreq.c | 2 -- >> 5 files changed, 9 insertions(+), 14 deletions(-) >> rename arch/arm/mach-integrator/cpu.c => drivers/cpufreq/integrator-cpufreq.c (99%) > > I didn't knew that you are maintaining integrator now a days. > Can i have your comments/Ack for this patch? Sure Acked-by: Linus Walleij This file still #includes a few headers, which stand in the way for multiplatform, but whatever, it will need some heavy patching anyway. Yours, Linus Walleij -- 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/