From: Kim Phillips Date: Mon, 26 Nov 2007 22:17:48 +0000 (-0600) Subject: phylib: add PHY interface modes for internal delay for tx and rx only X-Git-Tag: v2.6.24-rc4~9^2~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d400a4c589749bf5b5e544aee07b3c489b54d02;p=linux-2.6 phylib: add PHY interface modes for internal delay for tx and rx only 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 Signed-off-by: Jeff Garzik --- diff --git a/include/linux/phy.h b/include/linux/phy.h index f0742b6aaa..e10763d791 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;