Am 14. Februar 2021 02:57:33 MEZ schrieb Vladimir Oltean [off-list ref]:
Hi Michael,
On Sun, Feb 14, 2021 at 02:04:05AM +0100, Michael Walle wrote:
quoted
at803x_aneg_done() checks if auto-negotiation is completed on the
SGMII
quoted
side. This doesn't take the mdio bus lock and the page switching is
open-coded. Now that we have proper page support, just use
phy_read_paged(). Also use phydev->interface to check if we have an
SGMII link instead of reading the mode register and be a bit more
precise on the warning message.
Signed-off-by: Michael Walle <redacted>
---
How did you test this patch?
I'm afraid it's just compile time tested.
-michael