Netdev List
 help / color / mirror / Atom feed
* [PATCH] phy: Add XGMII phy interface type
@ 2013-03-18 23:53 Ben Collins
  2013-03-22 14:12 ` David Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Collins @ 2013-03-18 23:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev

Used by systems based on certain Freescale SoCs (specifically the
Servergy CTS-1000 system).

Signed-off-by: Ben Collins <ben.c@servergy.com>
Cc: netdev@vger.kernel.org
---
 include/linux/phy.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/phy.h b/include/linux/phy.h
index 33999ad..5a94ec7 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -64,6 +64,7 @@ typedef enum {
 	PHY_INTERFACE_MODE_RGMII_TXID,
 	PHY_INTERFACE_MODE_RTBI,
 	PHY_INTERFACE_MODE_SMII,
+	PHY_INTERFACE_MODE_XGMII,
 } phy_interface_t;
 
 
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-22 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 23:53 [PATCH] phy: Add XGMII phy interface type Ben Collins
2013-03-22 14:12 ` David Miller
2013-03-22 14:17   ` Ben Collins
2013-03-22 14:19     ` David Miller
2013-03-22 14:22       ` Ben Collins
2013-03-22 14:27         ` David Miller
2013-03-22 14:33           ` Ben Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox