From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id A509DDDECC for ; Fri, 30 Nov 2007 18:56:52 +1100 (EST) Date: Fri, 30 Nov 2007 07:56:41 +0000 From: Christoph Hellwig To: Benjamin Herrenschmidt Subject: Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support Message-ID: <20071130075641.GA16650@infradead.org> References: <1196401223.5661.297518056501.qpush@grosgo> <20071130054126.39BDCDDE0A@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071130054126.39BDCDDE0A@ozlabs.org> Cc: netdev@vger.kernel.org, jgarzik@pobox.com, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Nov 30, 2007 at 04:40:23PM +1100, Benjamin Herrenschmidt wrote: > From: Stefan Roese > > This patch adds BCM5248 and Marvell 88E1111 PHY support to NEW EMAC driver. > These PHY chips are used on PowerPC 440EPx boards. > The PHY code is based on the previous work by Stefan Roese Is there a reason the emac driver isn't using the generic phy code?