Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7d400a4c589749bf5b5e544aee07b3c489b54d02
Commit:     7d400a4c589749bf5b5e544aee07b3c489b54d02
Parent:     1a8098be987d3fa00c9fe9d2b68154675df49112
Author:     Kim Phillips <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 26 16:17:48 2007 -0600
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Dec 1 16:32:30 2007 -0500

    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 <[EMAIL PROTECTED]>
    Tested-by: Anton Vorontsov <[EMAIL PROTECTED]>
    Acked-by: Li Yang <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to