netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: dsa: vsc73xx: convert to PHYLINK and do some cleanup
@ 2024-04-16 19:00 Pawel Dembicki
  2024-04-16 19:00 ` [PATCH net-next 1/5] net: dsa: vsc73xx: use read_poll_timeout instead delay loop Pawel Dembicki
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Pawel Dembicki @ 2024-04-16 19:00 UTC (permalink / raw)
  To: netdev
  Cc: Pawel Dembicki, Andrew Lunn, Florian Fainelli, Vladimir Oltean,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Russell King, linux-kernel

This patch series is a result of splitting a larger patch series [0],
where some parts needed to be refactored.

The first patch switches from a poll loop to read_poll_timeout.

The second patch is a simple conversion to phylink because adjust_link
won't work anymore.

The third patch is preparation for future use. Using the
"phy_interface_mode_is_rgmii" macro allows for the proper recognition
of all RGMII modes.

Patches 4-5 involve some cleanup: The fourth patch introduces
a definition with the maximum number of ports to avoid using
magic numbers. The next one fills in documentation.

[0] https://patchwork.kernel.org/project/netdevbpf/list/?series=841034&state=%2A&archive=both

Pawel Dembicki (5):
  net: dsa: vsc73xx: use read_poll_timeout instead delay loop
  net: dsa: vsc73xx: convert to PHYLINK
  net: dsa: vsc73xx: use macros for rgmii recognition
  net: dsa: vsc73xx: Add define for max num of ports
  net: dsa: vsc73xx: add structure descriptions

 drivers/net/dsa/vitesse-vsc73xx-core.c | 246 +++++++++++--------------
 drivers/net/dsa/vitesse-vsc73xx.h      |  27 ++-
 2 files changed, 136 insertions(+), 137 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-16 19:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16 19:00 [PATCH net-next 0/5] net: dsa: vsc73xx: convert to PHYLINK and do some cleanup Pawel Dembicki
2024-04-16 19:00 ` [PATCH net-next 1/5] net: dsa: vsc73xx: use read_poll_timeout instead delay loop Pawel Dembicki
2024-04-16 19:00 ` [PATCH net-next 2/5] net: dsa: vsc73xx: convert to PHYLINK Pawel Dembicki
2024-04-16 19:07   ` Russell King (Oracle)
2024-04-16 19:00 ` [PATCH net-next 3/5] net: dsa: vsc73xx: use macros for rgmii recognition Pawel Dembicki
2024-04-16 19:00 ` [PATCH net-next 4/5] net: dsa: vsc73xx: Add define for max num of ports Pawel Dembicki
2024-04-16 19:00 ` [PATCH net-next 5/5] net: dsa: vsc73xx: add structure descriptions Pawel Dembicki

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