netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Minor fixes for pcs_get_state() implementations
@ 2023-03-15 14:46 Russell King (Oracle)
  2023-03-15 14:46 ` [PATCH net-next 1/2] net: pcs: xpcs: remove double-read of link state when using AN Russell King (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Russell King (Oracle) @ 2023-03-15 14:46 UTC (permalink / raw)
  To: Andrew Lunn, Ioana Ciornei, Jonathan McDowell, Jose Abreu,
	Vladimir Oltean
  Cc: David S. Miller, Eric Dumazet, Florian Fainelli, Heiner Kallweit,
	Jakub Kicinski, netdev, Paolo Abeni

Hi,

This series contains a number fixes for minor issues with some
pcs_get_state() implementations, particualrly for the phylink
state->an_enabled member. As they are minor, I'm suggesting we
queue them in net-next as there is follow-on work for these, and
there is no urgency for them to be in -rc.

Just like phylib, state->advertising's Autoneg bit is a copy of
state->an_enabled, and thus it is my intention to remove
state->an_enabled from phylink to simplify things.

This series gets rid of state->an_enabled assignments or
reporting that should never have been there.

 drivers/net/pcs/pcs-lynx.c |  4 ++--
 drivers/net/pcs/pcs-xpcs.c | 13 ++-----------
 2 files changed, 4 insertions(+), 13 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-17  9:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 14:46 [PATCH net-next 0/2] Minor fixes for pcs_get_state() implementations Russell King (Oracle)
2023-03-15 14:46 ` [PATCH net-next 1/2] net: pcs: xpcs: remove double-read of link state when using AN Russell King (Oracle)
2023-03-16  9:44   ` Steen Hegelund
2023-03-16 16:12     ` Russell King (Oracle)
2023-03-17  8:59       ` Steen Hegelund
2023-03-15 14:46 ` [PATCH net-next 2/2] net: pcs: lynx: don't print an_enabled in pcs_get_state() Russell King (Oracle)
2023-03-16  9:45   ` Steen Hegelund
2023-03-17  8:30 ` [PATCH net-next 0/2] Minor fixes for pcs_get_state() implementations 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).