summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 86433aa272ce221092b7dccdebf9752bf3c5c635 (plain)
1
2
3
4
5
6
7
8
9
10
11
astraceroute/.gitignore export-ignore
bpfc/.gitignore export-ignore
curvetun/.gitignore export-ignore
flowtop/.gitignore export-ignore
ifpps/.gitignore export-ignore
mausezahn/.gitignore export-ignore
netsniff-ng/.gitignore export-ignore
trafgen/.gitignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
bf38848b4b1526903c5052bb'>41c1093f2e1a33f4bf38848b4b1526903c5052bb (patch) treef62b81468e508ecad741924eadc2accae582f31e parentb9032741e4f86844d8c4a7c18001ee328dae2f7a (diff)
net: qcom/emac: rename emac_phy to emac_sgmii and move it
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 emac_phy is renamed to emac_sgmii to clearly indicate it applies to the internal PHY only. It also also moved from emac_phy.h (which supports the external PHY) to emac_sgmii.h (where it belongs). To keep the changes minimal, only the structure name is changed, not the names of any variables of that type. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat