From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vx0-f179.google.com (mail-vx0-f179.google.com [209.85.220.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id B9A13B6FCA for ; Sat, 4 Jun 2011 20:39:41 +1000 (EST) Received: by vxi40 with SMTP id 40so2160946vxi.38 for ; Sat, 04 Jun 2011 03:39:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1307183381.23876.27.camel@pasglop> References: <1305973726-28006-1-git-send-email-dbaryshkov@gmail.com> <1307183381.23876.27.camel@pasglop> Date: Sat, 4 Jun 2011 14:39:37 +0400 Message-ID: Subject: Re: [PATCH] Add cpufreq driver for Momentum Maple boards From: Dmitry Eremin-Solenikov To: Benjamin Herrenschmidt Content-Type: text/plain; charset=ISO-8859-1 Cc: Dave Jones , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, cpufreq@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 6/4/11, Benjamin Herrenschmidt wrote: > On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote: >> On 5/30/11, Dmitry Eremin-Solenikov wrote: >> > Hello, >> > >> > On 5/21/11, Dmitry Eremin-Solenikov wrote: >> >> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation >> >> kit and others). Driver is based on a cpufreq driver for 64-bit >> >> powermac >> >> boxes with all pmac-dependant features removed and simple cleanup >> >> applied. >> >> >> >> Signed-off-by: Dmitry Eremin-Solenikov >> >> --- >> >> arch/powerpc/kernel/misc_64.S | 4 +- >> >> arch/powerpc/platforms/Kconfig | 8 + >> >> arch/powerpc/platforms/maple/Makefile | 1 + >> >> arch/powerpc/platforms/maple/cpufreq.c | 317 >> >> ++++++++++++++++++++++++++++++++ >> >> 4 files changed, 328 insertions(+), 2 deletions(-) >> >> create mode 100644 arch/powerpc/platforms/maple/cpufreq.c >> > >> > What about this patch? >> >> Pinging again. Any problems/comments/objections to this patch? > > Well, obviously nobody had time to review it yet.... I'm just a bit impatient. It has been already two weeks... -- With best wishes Dmitry