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

From: David Miller
Date: Mon Jul 08 2019 - 19:09:10 EST


From: Voon Weifeng <weifeng.voon@xxxxxxxxx>
Date: Sat, 6 Jul 2019 01:33:27 +0800

> From: Kweh Hock Leong <hock.leong.kweh@xxxxxxxxx>
>
> 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 <yifan2.li@xxxxxxxxx>
> Signed-off-by: Kweh Hock Leong <hock.leong.kweh@xxxxxxxxx>
> Signed-off-by: Ong Boon Leong <boon.leong.ong@xxxxxxxxx>
> Signed-off-by: Voon Weifeng <weifeng.voon@xxxxxxxxx>

Applied, thanks.