net: phy: Improved PHY error reporting in state machine
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 23 Mar 2023 21:45:59 +0000 (14:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Mar 2023 09:18:19 +0000 (09:18 +0000)
commit323fe43cf9aef79159ba8937218a3f076bf505af
treee23456fdd723c69079255bc6eb8ce7987406e8b9
parentc85bd3dacc80b99ae68c7082f8e2edd8b9f83c39
net: phy: Improved PHY error reporting in state machine

When the PHY library calls phy_error() something bad has happened, and
we halt the PHY state machine. Calling phy_error() from the main state
machine however is not precise enough to know whether the issue is
reading the link status or starting auto-negotiation.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c