[PATCH net 0/3] Fixes for lynx-28g PHY driver

From: Vladimir Oltean
Date: Wed Oct 04 2023 - 07:17:29 EST


This series fixes some issues in the Lynx 28G SerDes driver, namely an
oops when unloading the module, a race between the periodic workqueue
and the PHY API, and a race between phy_set_mode_ext() calls on multiple
lanes on the same SerDes.

Ioana Ciornei (1):
phy: lynx-28g: cancel the CDR check work item on the remove path

Vladimir Oltean (2):
phy: lynx-28g: lock PHY while performing CDR lock workaround
phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared
registers

drivers/phy/freescale/phy-fsl-lynx-28g.c | 27 +++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
---

I have some more work pending on this driver, hopefully for this
development cycle, which is entangled with net-next. Can this series go
through the networking tree, with the PHY maintainers' Ack? The original
driver submission also went through net-next.

--
2.34.1