Re: [PATCH] [net-next] net: qcom/emac: rename emac_phy to emac_sgmii and move it

2017-01-23 Thread David Miller
From: Timur Tabi Date: Fri, 20 Jan 2017 17:21:03 -0600 > The EMAC has an internal PHY that is often called the "SGMII". This > SGMII is also connected to an external PHY, which is managed by phylib. > These dual PHYs often cause confusion. In this case, the data structure > for managing the SGM

[PATCH] [net-next] net: qcom/emac: rename emac_phy to emac_sgmii and move it

2017-01-20 Thread Timur Tabi
The EMAC has an internal PHY that is often called the "SGMII". This SGMII is also connected to an external PHY, which is managed by phylib. These dual PHYs often cause confusion. In this case, the data structure for managing the SGMII was mis-named and located in the wrong header file. Structure