[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231004111708.3598832-1-vladimir.oltean@nxp.com>
Date: Wed, 4 Oct 2023 14:17:05 +0300
From: Vladimir Oltean <vladimir.oltean@....com>
To: netdev@...r.kernel.org,
linux-phy@...ts.infradead.org
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Ioana Ciornei <ioana.ciornei@....com>,
Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH net 0/3] Fixes for lynx-28g PHY driver
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
Powered by blists - more mailing lists