[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240904171822.64652-1-maxime.chevallier@bootlin.com>
Date: Wed, 4 Sep 2024 19:18:13 +0200
From: Maxime Chevallier <maxime.chevallier@...tlin.com>
To: davem@...emloft.net,
Pantelis Antoniou <pantelis.antoniou@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Russell King <linux@...linux.org.uk>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>
Cc: Maxime Chevallier <maxime.chevallier@...tlin.com>,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
thomas.petazzoni@...tlin.com,
Herve Codina <herve.codina@...tlin.com>,
linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH net-next v3 0/8] net: ethernet: fs_enet: Cleanup and phylink conversion
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/20240829161531.610874-1-maxime.chevallier@bootlin.com/
Link to V1: https://lore.kernel.org/netdev/20240828095103.132625-1-maxime.chevallier@bootlin.com/
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
Powered by blists - more mailing lists