From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 03 Apr 2013 12:11:31 +0200 (CEST) Received: from nbd.name ([46.4.11.11]:54540 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6816206Ab3DCKLaAk3lk (ORCPT ); Wed, 3 Apr 2013 12:11:30 +0200 Message-ID: <515BFF6B.3060000@phrozen.org> Date: Wed, 03 Apr 2013 12:07:39 +0200 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: viresh.kumar@linaro.org CC: linux-mips@linux-mips.org, Ralf Baechle Subject: Re: [PATCH 5/9] mips: cpufreq: move cpufreq driver to drivers/cpufreq References: <199e0d0a282290544ff562b904a0028a104aad45.1364229828.git.viresh.kumar@linaro.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 36007 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: john@phrozen.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On 03/04/13 11:28, Viresh Kumar wrote: > On 31 March 2013 09:31, Viresh Kumar wrote: >> On 25 March 2013 22:24, Viresh Kumar wrote: >>> This patch moves cpufreq driver of MIPS architecture to drivers/cpufreq. >>> >>> Cc: Ralf Baechle >>> Cc: linux-mips@linux-mips.org >>> Signed-off-by: Viresh Kumar >>> --- >>> arch/mips/Kconfig | 9 ++++- >>> arch/mips/kernel/Makefile | 2 -- >>> arch/mips/kernel/cpufreq/Kconfig | 41 ---------------------- >>> arch/mips/kernel/cpufreq/Makefile | 5 --- >>> drivers/cpufreq/Kconfig | 18 ++++++++++ >>> drivers/cpufreq/Makefile | 1 + >>> .../kernel => drivers}/cpufreq/loongson2_cpufreq.c | 0 >>> 7 files changed, 27 insertions(+), 49 deletions(-) >>> delete mode 100644 arch/mips/kernel/cpufreq/Kconfig >>> delete mode 100644 arch/mips/kernel/cpufreq/Makefile >>> rename {arch/mips/kernel => drivers}/cpufreq/loongson2_cpufreq.c (100%) >> >> Ralf or any other mips guy, >> >> Can i have your ack or comments for this patch? > > Ping!! > > sorry for the delay ... Acked-by: John Crispin