All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] mv88e6xxx fixed link fixes
@ 2020-04-14  0:34 Andrew Lunn
  2020-04-14  0:34 ` [PATCH net v2 1/2] net: dsa: mv88e6xxx: Configure MAC when using fixed link Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrew Lunn @ 2020-04-14  0:34 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Russell King, Vivien Didelot, Andrew Lunn

Recent changes for how the MAC is configured broke fixed links, as
used by CPU/DSA ports, and for SFPs when phylink cannot be used. The
first fix is unchanged from v1. The second fix takes a different
solution than v1. If a CPU or DSA port is known to have a PHYLINK
instance, configure the port down before instantiating the PHYLINK, so
it is in the down state as expected by PHYLINK.

Andrew Lunn (2):
  net: dsa: mv88e6xxx: Configure MAC when using fixed link
  net: dsa: Down cpu/dsa ports phylink will control

 drivers/net/dsa/mv88e6xxx/chip.c | 5 +++--
 net/dsa/port.c                   | 7 ++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

-- 
2.26.0


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

end of thread, other threads:[~2020-04-14 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  0:34 [PATCH net v2 0/2] mv88e6xxx fixed link fixes Andrew Lunn
2020-04-14  0:34 ` [PATCH net v2 1/2] net: dsa: mv88e6xxx: Configure MAC when using fixed link Andrew Lunn
2020-04-14  0:34 ` [PATCH net v2 2/2] net: dsa: Down cpu/dsa ports phylink will control Andrew Lunn
2020-04-14  9:31   ` Sergei Shtylyov
2020-04-14 23:33 ` [PATCH net v2 0/2] mv88e6xxx fixed link fixes David Miller

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.