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 CD130DDDFE for ; Sun, 2 Dec 2007 08:33:59 +1100 (EST) Message-ID: <4751D340.6020204@pobox.com> Date: Sat, 01 Dec 2007 16:33:52 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Kim Phillips Subject: Re: [PATCH 1/3][RESEND] phylib: add PHY interface modes for internal delay for tx and rx only References: <20071126161748.9671b828.kim.phillips@freescale.com> In-Reply-To: <20071126161748.9671b828.kim.phillips@freescale.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: netdev@vger.kernel.org, Li Yang , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kim Phillips wrote: > Allow phylib specification of cases where hardware needs to configure > PHYs for Internal Delay only on either RX or TX (not both). > > Signed-off-by: Kim Phillips > Tested-by: Anton Vorontsov > Acked-by: Li Yang > --- > include/linux/phy.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/phy.h b/include/linux/phy.h > index f0742b6..e10763d 100644 > --- a/include/linux/phy.h > +++ b/include/linux/phy.h > @@ -58,6 +58,8 @@ typedef enum { > PHY_INTERFACE_MODE_RMII, > PHY_INTERFACE_MODE_RGMII, > PHY_INTERFACE_MODE_RGMII_ID, > + PHY_INTERFACE_MODE_RGMII_RXID, > + PHY_INTERFACE_MODE_RGMII_TXID, > PHY_INTERFACE_MODE_RTBI > } phy_interface_t; applied 1-3