netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Remove phylink_state's an_enabled member
@ 2023-03-21 15:57 Russell King (Oracle)
  2023-03-21 15:58 ` [PATCH net-next 1/3] net: dpaa2-mac: use Autoneg bit rather than an_enabled Russell King (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Russell King (Oracle) @ 2023-03-21 15:57 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit
  Cc: David S. Miller, Eric Dumazet, Ioana Ciornei, Jakub Kicinski,
	Jose Abreu, netdev, Paolo Abeni

Hi,

Now that all the fixes and correctness patches have been merged, it is
time to switch the two users that make use of .an_enabled to check the
Autoneg bit in the advertising mask, and finally remove the
.an_enabled member.

The first two patches remove the last uses of .an_enabled, which are
in DPAA2 and XPCS. The final patch removes the member.

 drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c |  3 +-
 drivers/net/pcs/pcs-xpcs.c                       | 10 +++++--
 drivers/net/phy/phylink.c                        | 37 +++++++++++-------------
 include/linux/phylink.h                          |  2 --
 4 files changed, 26 insertions(+), 26 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-23  5:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 15:57 [PATCH net-next 0/3] Remove phylink_state's an_enabled member Russell King (Oracle)
2023-03-21 15:58 ` [PATCH net-next 1/3] net: dpaa2-mac: use Autoneg bit rather than an_enabled Russell King (Oracle)
2023-03-22 15:46   ` Simon Horman
2023-03-21 15:58 ` [PATCH net-next 2/3] net: pcs: xpcs: " Russell King (Oracle)
2023-03-22 15:47   ` Simon Horman
2023-03-21 15:58 ` [PATCH net-next 3/3] net: phylink: remove an_enabled Russell King (Oracle)
2023-03-22 16:51   ` Simon Horman
2023-03-23  5:50 ` [PATCH net-next 0/3] Remove phylink_state's an_enabled member patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).