From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 46520DDDFA for ; Sat, 8 Dec 2007 07:09:27 +1100 (EST) Message-ID: <4759A870.8030900@pobox.com> Date: Fri, 07 Dec 2007 15:09:20 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: Re: [PATCH 1/11] ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support References: <20071205001534.D681ADDF2D@ozlabs.org> In-Reply-To: <20071205001534.D681ADDF2D@ozlabs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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