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 429D2DE049 for ; Wed, 5 Dec 2007 07:59:42 +1100 (EST) Date: Tue, 4 Dec 2007 15:03:44 -0600 From: Olof Johansson To: Jeff Garzik Subject: Re: [PATCH] pata_of_platform: Move electra-ide support over to new framework Message-ID: <20071204210344.GE8099@lixom.net> References: <20071204170442.GA10460@localhost.localdomain> <20071204204432.GD8099@lixom.net> <4755BD7B.6030208@garzik.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4755BD7B.6030208@garzik.org> Cc: Arnd Bergmann , linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org, Paul Mundt List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Dec 04, 2007 at 03:50:03PM -0500, Jeff Garzik wrote: > Olof Johansson wrote: >> [POWERPC] Move electra-ide support over to new pata_of_platform framework >> Move electra-ide glue over to the new pata_of_platform framework, and >> add the quirks needed to that driver. >> Signed-off-by: Olof Johansson >> --- >> I'll remove the electra-ide stuff from arch/powerpc/platforms/pasemi >> once this hits a common tree, since otherwise I'd be without IDE until >> they converge (i.e. 2.6.25 merge window). > > FWIW I'm presuming this work will go via a powerpc tree not libata... > Generally that's not the case, but here it's largely an arch-specific work. Ok, that works. I was thinking of letting this patch go through libata, and do the removal through the powerpc merge path. But I can do both through powerpc. -Olof