Hi everyone, This is V3 of a series that cleans-up fs_enet, with the ultimate goal of converting it to phylink (patch 8).
The main changes compared to V2 are : - Reviewed-by tags from Andrew were gathered - Patch 5 now includes the removal of now unused includes, thanks Andrew for spotting this - Patch 4 is new, it reworks the adjust_link to move the spinlock acquisition to a more suitable location. Although this dissapears in the actual phylink port, it makes the phylink conversion clearer on that point - Patch 8 includes fixes in the tx_timeout cancellation, to prevent taking rtnl twice when canceling a pending tx_timeout. Thanks Jakub for spotting this. Link to V2: https://lore.kernel.org/netdev/[email protected]/ Link to V1: https://lore.kernel.org/netdev/[email protected]/ Maxime Chevallier (8): net: ethernet: fs_enet: convert to SPDX net: ethernet: fs_enet: cosmetic cleanups net: ethernet: fs_enet: drop the .adjust_link custom fs_ops net: ethernet: fs_enet: only protect the .restart() call in .adjust_link net: ethernet: fs_enet: drop unused phy_info and mii_if_info net: ethernet: fs_enet: use macros for speed and duplex values net: ethernet: fs_enet: simplify clock handling with devm accessors net: ethernet: fs_enet: phylink conversion .../net/ethernet/freescale/fs_enet/Kconfig | 2 +- .../ethernet/freescale/fs_enet/fs_enet-main.c | 444 ++++++++---------- .../net/ethernet/freescale/fs_enet/fs_enet.h | 27 +- .../net/ethernet/freescale/fs_enet/mac-fcc.c | 17 +- .../net/ethernet/freescale/fs_enet/mac-fec.c | 15 +- .../net/ethernet/freescale/fs_enet/mac-scc.c | 11 +- .../ethernet/freescale/fs_enet/mii-bitbang.c | 5 +- .../net/ethernet/freescale/fs_enet/mii-fec.c | 5 +- 8 files changed, 219 insertions(+), 307 deletions(-) -- 2.46.0
