From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 2D26ADE15D for ; Tue, 13 Jan 2009 04:42:49 +1100 (EST) Date: Mon, 12 Jan 2009 11:44:38 -0600 From: Olof Johansson To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Fix cpufreq drivers after cpufreq core changes Message-ID: <20090112174438.GA19318@lixom.net> References: <20090112104837.69feedec.sfr@canb.auug.org.au> <1231719015.22571.4.camel@pasglop> <1231719721.22571.9.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1231719721.22571.9.camel@pasglop> Cc: Stephen Rothwell , "David S. Miller" , arndb , Rusty Russell , LKML , Mike Travis , linuxppc-dev@ozlabs.org, linux-next@vger.kernel.org, Paul Mackerras , Ingo Molnar , Linus Torvalds , Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jan 12, 2009 at 11:22:01AM +1100, Benjamin Herrenschmidt wrote: > This updates the cpufreq drivers in arch/powerpc so they build again > after the core cpufreq changes that broke them in commit > in835481d9bcd65720b473db6b38746a74a3964218. > > Signed-off-by: Benjamin Herrenschmidt > --- > > Tested on a G5. Olof, Arnd, any chance you can test the cell and pasemi > drivers still work ? Tested fine on pasemi. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755643AbZALRvH (ORCPT ); Mon, 12 Jan 2009 12:51:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753540AbZALRuw (ORCPT ); Mon, 12 Jan 2009 12:50:52 -0500 Received: from lixom.net ([66.141.50.11]:59544 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbZALRuw (ORCPT ); Mon, 12 Jan 2009 12:50:52 -0500 X-Greylist: delayed 481 seconds by postgrey-1.27 at vger.kernel.org; Mon, 12 Jan 2009 12:50:51 EST Date: Mon, 12 Jan 2009 11:44:38 -0600 From: Olof Johansson To: Benjamin Herrenschmidt Cc: Linus Torvalds , Stephen Rothwell , linux-next@vger.kernel.org, Rusty Russell , Mike Travis , Ingo Molnar , Andrew Morton , "David S. Miller" , LKML , Paul Mackerras , linuxppc-dev@ozlabs.org, arndb Subject: Re: [PATCH] powerpc: Fix cpufreq drivers after cpufreq core changes Message-ID: <20090112174438.GA19318@lixom.net> References: <20090112104837.69feedec.sfr@canb.auug.org.au> <1231719015.22571.4.camel@pasglop> <1231719721.22571.9.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1231719721.22571.9.camel@pasglop> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 12, 2009 at 11:22:01AM +1100, Benjamin Herrenschmidt wrote: > This updates the cpufreq drivers in arch/powerpc so they build again > after the core cpufreq changes that broke them in commit > in835481d9bcd65720b473db6b38746a74a3964218. > > Signed-off-by: Benjamin Herrenschmidt > --- > > Tested on a G5. Olof, Arnd, any chance you can test the cell and pasemi > drivers still work ? Tested fine on pasemi. -Olof