Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a999589ccaae16472531e0616f23826ad097aa40
Commit:     a999589ccaae16472531e0616f23826ad097aa40
Parent:     aeb998c124786e8c7fbd6eab347230469e911872
Author:     Kim Phillips <[EMAIL PROTECTED]>
AuthorDate: Fri Apr 13 01:25:57 2007 -0500
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Apr 28 11:01:04 2007 -0400

    phylib: add RGMII-ID interface mode definition
    
    The RGMII spec allows compliance for devices that implement an internal
    delay on TXC or RXC inside the transmitter.  This patch adds an RGMII_ID
    definition to support RGMII-ID devices in the phylib.
    
    Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 include/linux/phy.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/phy.h b/include/linux/phy.h
index edd4c88..2a65978 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -55,6 +55,7 @@ typedef enum {
        PHY_INTERFACE_MODE_TBI,
        PHY_INTERFACE_MODE_RMII,
        PHY_INTERFACE_MODE_RGMII,
+       PHY_INTERFACE_MODE_RGMII_ID,
        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