netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC net-next 0/4] net: dsa: ocelot: phylink updates
@ 2022-02-25 14:34 Russell King (Oracle)
  2022-02-25 14:35 ` [PATCH RFC net-next 1/4] net: dsa: ocelot: populate supported_interfaces Russell King (Oracle)
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Russell King (Oracle) @ 2022-02-25 14:34 UTC (permalink / raw)
  To: Alexandre Belloni, Claudiu Manoil, Vladimir Oltean
  Cc: Andrew Lunn, David S. Miller, Florian Fainelli, Jakub Kicinski,
	Marek Behún, netdev, UNGLinuxDriver, Vivien Didelot

Hi,

This series updates the Ocelot DSA driver for some of the recent
phylink changes. Specifically, we fill in the supported_interfaces
fields, convert to mac_select_pcs and mark the driver as non-legacy.
We do not convert to phylink_generic_validate() as Ocelot has
special support for its rate adapting PCS which makes the generic
validate method unsuitable for this driver.

The three changes mentioned above are implemented in their own
separate patches with one additional cleanup:

1) Populate the supported_interfaces bitmap
2) Remove the now unnecessary interface checks in the validate methods
3) Convert from phylink_set_pcs() to .mac_select_pcs.
4) Mark the driver as non-legacy

Thanks.

 drivers/net/dsa/ocelot/felix.c           | 31 +++++++++++++++++++++++++------
 drivers/net/dsa/ocelot/felix.h           |  2 ++
 drivers/net/dsa/ocelot/felix_vsc9959.c   | 16 ++++++++++------
 drivers/net/dsa/ocelot/seville_vsc9953.c | 16 ++++++++++------
 4 files changed, 47 insertions(+), 18 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] 12+ messages in thread

end of thread, other threads:[~2022-02-25 16:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 14:34 [PATCH RFC net-next 0/4] net: dsa: ocelot: phylink updates Russell King (Oracle)
2022-02-25 14:35 ` [PATCH RFC net-next 1/4] net: dsa: ocelot: populate supported_interfaces Russell King (Oracle)
2022-02-25 15:25   ` Vladimir Oltean
2022-02-25 14:35 ` [PATCH RFC net-next 2/4] net: dsa: ocelot: remove interface checks Russell King (Oracle)
2022-02-25 14:37   ` Russell King (Oracle)
2022-02-25 15:30   ` Vladimir Oltean
2022-02-25 14:35 ` [PATCH RFC net-next 3/4] net: dsa: ocelot: convert to mac_select_pcs() Russell King (Oracle)
2022-02-25 15:31   ` Vladimir Oltean
2022-02-25 14:35 ` [PATCH RFC net-next 4/4] net: dsa: ocelot: mark as non-legacy Russell King (Oracle)
2022-02-25 15:46   ` Vladimir Oltean
2022-02-25 15:59     ` Russell King (Oracle)
2022-02-25 16:00       ` Vladimir Oltean

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).