Re: [PATCH v2 net-next] net: stmmac: enable clause 45 mdio support

2019-07-08 Thread David Miller
From: Voon Weifeng Date: Sat, 6 Jul 2019 01:33:27 +0800 > From: Kweh Hock Leong > > DWMAC4 is capable to support clause 45 mdio communication. > This patch enable the feature on stmmac_mdio_write() and > stmmac_mdio_read() by following phy_write_mmd() and > phy_read_mmd() mdiobus read write im

Re: [PATCH v2 net-next] net: stmmac: enable clause 45 mdio support

2019-07-08 Thread Andrew Lunn
On Sat, Jul 06, 2019 at 01:33:27AM +0800, Voon Weifeng wrote: > From: Kweh Hock Leong > > DWMAC4 is capable to support clause 45 mdio communication. > This patch enable the feature on stmmac_mdio_write() and > stmmac_mdio_read() by following phy_write_mmd() and > phy_read_mmd() mdiobus read write

[PATCH v2 net-next] net: stmmac: enable clause 45 mdio support

2019-07-05 Thread Voon Weifeng
From: Kweh Hock Leong DWMAC4 is capable to support clause 45 mdio communication. This patch enable the feature on stmmac_mdio_write() and stmmac_mdio_read() by following phy_write_mmd() and phy_read_mmd() mdiobus read write implementation format. Reviewed-by: Li, Yifan Signed-off-by: Kweh Hock