projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8098b
)
phylib: add PHY interface modes for internal delay for tx and rx only
author
Kim Phillips
<
[email protected]
>
Mon, 26 Nov 2007 22:17:48 +0000
(16:17 -0600)
committer
Jeff Garzik
<
[email protected]
>
Sat, 1 Dec 2007 21:32:30 +0000
(16:32 -0500)
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
patch
|
blob
|
history
diff --git
a/include/linux/phy.h
b/include/linux/phy.h
index f0742b6aaa649ba49b6a9a8543bcd4083bb12b1e..e10763d79181aeb66b901d12f74a24e770d89f3e 100644
(file)
--- 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;