Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Fixes for port refactoring
@ 2016-11-10 14:43 Andrew Lunn
  2016-11-10 14:44 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Don't modify RGMII delays when not RGMII mode Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Lunn @ 2016-11-10 14:43 UTC (permalink / raw)
  To: David Miller; +Cc: Vivien Didelot, netdev, Andrew Lunn

The patches which refactored setting up the switch MACs introduced a
couple of regressions. The RGMII delays for a port can be set using
other mechanism than just phy-mode. Don't overwrite the delays unless
explicitly asked to. This broke my Armada 370 RD. Also, the mv88e6351
family supports setting RGMII delays, but is missing the necessary
entries in the ops structures to allow this.

These fixes are to patches currently in net-next. No need for stable
etc.

Andrew Lunn (2):
  net: dsa: mv88e6xxx: Don't modify RGMII delays when not RGMII mode
  net: dsa: mv88e6xxx: 6351 family also has RGMII delays

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

-- 
2.10.2

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

end of thread, other threads:[~2016-11-10 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 14:43 [PATCH net-next 0/2] Fixes for port refactoring Andrew Lunn
2016-11-10 14:44 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Don't modify RGMII delays when not RGMII mode Andrew Lunn
2016-11-10 14:44 ` [PATCH net-next 2/2] net: dsa: mv88e6xxx: 6351 family also has RGMII delays Andrew Lunn
2016-11-10 18:05 ` [PATCH net-next 0/2] Fixes for port refactoring David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox