]> asedeno.scripts.mit.edu Git - linux.git/commit
net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks
authorJose Abreu <Jose.Abreu@synopsys.com>
Mon, 11 Nov 2019 14:42:36 +0000 (15:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Nov 2019 07:13:19 +0000 (23:13 -0800)
commit04d1190aca774792e0304bef5624ee8a47331ca2
tree7e06d5e1909f0a52a2438933e0015857ad93e976
parent8c6fc097a2f4acf2e9c217e04e2620bf98cfddd3
net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks

Add the support for C45 PHYs in the MDIO callbacks for XGMAC. This was
tested using Synopsys DesignWare XPCS.

v2:
- Pull out the readl_poll_timeout() calls into common code (Andrew)

Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c