All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/6] DSA initialization cleanups
@ 2022-01-05 23:11 Vladimir Oltean
  2022-01-05 23:11 ` [PATCH v2 net-next 1/6] net: dsa: reorder PHY initialization with MTU setup in slave.c Vladimir Oltean
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Vladimir Oltean @ 2022-01-05 23:11 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Jakub Kicinski, Andrew Lunn, Vivien Didelot,
	Florian Fainelli

These patches contain miscellaneous work that makes the DSA init code
path symmetric with the teardown path, and some additional patches
carried by Ansuel Smith for his register access over Ethernet work, but
those patches can be applied as-is too.
https://patchwork.kernel.org/project/netdevbpf/patch/20211214224409.5770-3-ansuelsmth@gmail.com/

Vladimir Oltean (6):
  net: dsa: reorder PHY initialization with MTU setup in slave.c
  net: dsa: merge rtnl_lock sections in dsa_slave_create
  net: dsa: stop updating master MTU from master.c
  net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
  net: dsa: first set up shared ports, then non-shared ports
  net: dsa: setup master before ports

 net/dsa/dsa2.c   | 69 ++++++++++++++++++++++++++++++++++++------------
 net/dsa/master.c | 29 +++-----------------
 net/dsa/slave.c  | 12 ++++-----
 3 files changed, 60 insertions(+), 50 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-31 13:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 23:11 [PATCH v2 net-next 0/6] DSA initialization cleanups Vladimir Oltean
2022-01-05 23:11 ` [PATCH v2 net-next 1/6] net: dsa: reorder PHY initialization with MTU setup in slave.c Vladimir Oltean
2022-01-06  3:28   ` Florian Fainelli
2022-01-05 23:11 ` [PATCH v2 net-next 2/6] net: dsa: merge rtnl_lock sections in dsa_slave_create Vladimir Oltean
2022-01-06  3:28   ` Florian Fainelli
2022-01-05 23:11 ` [PATCH v2 net-next 3/6] net: dsa: stop updating master MTU from master.c Vladimir Oltean
2022-03-31  5:53   ` Luiz Angelo Daros de Luca
2022-03-31 13:31     ` Vladimir Oltean
2022-01-05 23:11 ` [PATCH v2 net-next 4/6] net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown} Vladimir Oltean
2022-01-05 23:11 ` [PATCH v2 net-next 5/6] net: dsa: first set up shared ports, then non-shared ports Vladimir Oltean
2022-01-05 23:11 ` [PATCH v2 net-next 6/6] net: dsa: setup master before ports Vladimir Oltean
2022-01-06 12:20 ` [PATCH v2 net-next 0/6] DSA initialization cleanups patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.