Merge branch 'lynx-28g-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2023 09:59:53 +0000 (10:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2023 09:59:53 +0000 (10:59 +0100)
commit109c2de9ab36c7006d0cd36d2df7f8894356e17c
tree6a139f846b2f9ef21966fe5192d9eaa2be086cff
parentf291209eca5eba0b4704fa0832af57b12dbc1a02
parent139ad1143151a07be93bf741d4ea7c89e59f89ce
Merge branch 'lynx-28g-fixes'

Vladimir Oltean says:

====================
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>