[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240829161531.610874-1-maxime.chevallier@bootlin.com>
Date: Thu, 29 Aug 2024 18:15:23 +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>,
Simon Horman <horms@...nel.org>,
linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH net-next v2 0/7] net: ethernet: fs_enet: Cleanup and phylink conversion
Hi everyone,
This is V2 of the fs_enet cleanup and phylink conversion series. The
main difference from V1 is the introduction of patch 6, that uses
devm_get_clk_enabled to manage the register clock, a cleanup of the
probe error sequence, and the removal of the netif_running checks.
I also gathered Christophe's reviews and Acks (except on patch 6 that is
new).
This series is made of some cosmetic and cleanup patches to FS enet, the
last patch converts it to phylink for the PHY handling.
Link to V1: https://lore.kernel.org/netdev/20240828095103.132625-1-maxime.chevallier@bootlin.com/
Thanks,
Maxime
Maxime Chevallier (7):
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: drop unused phy_info and mii_if_info
net: ethernet: fs_enet: fcc: 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 | 434 ++++++++----------
.../net/ethernet/freescale/fs_enet/fs_enet.h | 26 +-
.../net/ethernet/freescale/fs_enet/mac-fcc.c | 16 +-
.../net/ethernet/freescale/fs_enet/mac-fec.c | 14 +-
.../net/ethernet/freescale/fs_enet/mac-scc.c | 10 +-
.../ethernet/freescale/fs_enet/mii-bitbang.c | 5 +-
.../net/ethernet/freescale/fs_enet/mii-fec.c | 5 +-
8 files changed, 210 insertions(+), 302 deletions(-)
--
2.45.2
Powered by blists - more mailing lists