Re: [PATCH] net: phy: xgmiitorgmii: Support generic PHY status read

From: Andrew Lunn
Date: Fri Feb 15 2019 - 12:02:00 EST


> > How about using phy_read_status()?
>
> Thanks fo rthe suggestion! Though I don't that would work here since
> our priv->phy_drv != phydev->drv, so it looks like we need to be
> breaking it down in the driver.

Ahm, yes. I forgot how this driver works.

Andrew