From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 7905FDDE22 for ; Sun, 9 Dec 2007 18:09:15 +1100 (EST) Subject: Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support From: Benjamin Herrenschmidt To: Jeff Garzik In-Reply-To: <4759A870.8030900@pobox.com> References: <20071205001534.D681ADDF2D@ozlabs.org> <4759A870.8030900@pobox.com> Content-Type: text/plain Date: Sun, 09 Dec 2007 18:08:15 +1100 Message-Id: <1197184095.6572.21.camel@pasglop> Mime-Version: 1.0 Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-12-07 at 15:09 -0500, Jeff Garzik wrote: > 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 > > > > Signed-off-by: Stefan Roese > > Signed-off-by: Valentine Barshak > > Signed-off-by: Benjamin Herrenschmidt > > --- > > > > drivers/net/ibm_newemac/phy.c | 39 +++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 39 insertions(+) > > applied 1-11 #upstream-fixes Thanks ! Cheers, Ben.