mbox series

[net,0/3] net: dsa: mv88e6xxx serdes fixes

Message ID Ylb/vEWXHOmQ7sFd@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: dsa: mv88e6xxx serdes fixes | expand

Message

Russell King (Oracle) April 13, 2022, 4:52 p.m. UTC
Hi,

This series addresses a number of deficiencies in the mv88e6xxx serdes
handling, namely:

1) incorrectly filling out state->an_complete - which was incorrectly
fixed due to confusion with the ANEGCAPABLE bit - patch from Marek to
fix this.

2) make the error print in patch 1 consistent with all the other error
prints.

3) ensure that we always capture a link-drop event by reading the link
status from the BMSR as well, and report link down if BMSR says the link
failed.

 drivers/net/dsa/mv88e6xxx/serdes.c | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)