[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1UJ1fR-0004hy-AI@swissweb.swissdisk.com>
Date: Mon, 18 Mar 2013 19:53:42 -0400
From: Ben Collins <ben.c@...vergy.com>
To: linux-kernel@...r.kernel.org
Cc: netdev@...r.kernel.org
Subject: [PATCH] phy: Add XGMII phy interface type
Used by systems based on certain Freescale SoCs (specifically the
Servergy CTS-1000 system).
Signed-off-by: Ben Collins <ben.c@...vergy.com>
Cc: netdev@...r.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists