netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net: dsa: mv88e6xxx: 88E6390 ATU/VTU
@ 2017-02-17  3:29 Vivien Didelot
  2017-02-17  3:29 ` [PATCH net-next 1/6] net: dsa: mv88e6xxx: add port mask helper Vivien Didelot
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Vivien Didelot @ 2017-02-17  3:29 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, kernel, David S. Miller, Florian Fainelli,
	Andrew Lunn, Vivien Didelot

This series adds support to 88E6390 for the ATU (MAC address databases)
and VTU (VLAN databases), as well as providing a cleaner API for both.

The 6390 family of Marvell switch chip handles the ATU Move operation
differently and has a different usage of the VTU Data registers.

Vivien Didelot (6):
  net: dsa: mv88e6xxx: add port mask helper
  net: dsa: mv88e6xxx: move ATU code in its own file
  net: dsa: mv88e6xxx: add support for 6390 ATU Move
  net: dsa: mv88e6xxx: move VTU code to its own file
  net: dsa: mv88e6xxx: add VTU ops
  net: dsa: mv88e6xxx: add support for 6390 VTU

 drivers/net/dsa/mv88e6xxx/Makefile      |   2 +
 drivers/net/dsa/mv88e6xxx/chip.c        | 859 ++++++++------------------------
 drivers/net/dsa/mv88e6xxx/global1.h     |  23 +
 drivers/net/dsa/mv88e6xxx/global1_atu.c | 251 ++++++++++
 drivers/net/dsa/mv88e6xxx/global1_vtu.c | 493 ++++++++++++++++++
 drivers/net/dsa/mv88e6xxx/mv88e6xxx.h   |  26 +-
 drivers/net/dsa/mv88e6xxx/port.c        |   2 +-
 7 files changed, 1006 insertions(+), 650 deletions(-)
 create mode 100644 drivers/net/dsa/mv88e6xxx/global1_atu.c
 create mode 100644 drivers/net/dsa/mv88e6xxx/global1_vtu.c

-- 
2.11.1

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

end of thread, other threads:[~2017-02-17 10:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17  3:29 [PATCH net-next 0/6] net: dsa: mv88e6xxx: 88E6390 ATU/VTU Vivien Didelot
2017-02-17  3:29 ` [PATCH net-next 1/6] net: dsa: mv88e6xxx: add port mask helper Vivien Didelot
2017-02-17  3:29 ` [PATCH net-next 2/6] net: dsa: mv88e6xxx: move ATU code in its own file Vivien Didelot
2017-02-17  3:29 ` [PATCH net-next 3/6] net: dsa: mv88e6xxx: add support for 6390 ATU Move Vivien Didelot
2017-02-17  3:29 ` [PATCH net-next 4/6] net: dsa: mv88e6xxx: move VTU code to its own file Vivien Didelot
2017-02-17  3:29 ` [PATCH net-next 5/6] net: dsa: mv88e6xxx: add VTU ops Vivien Didelot
2017-02-17 10:30   ` kbuild test robot
2017-02-17  3:29 ` [PATCH net-next 6/6] net: dsa: mv88e6xxx: add support for 6390 VTU Vivien Didelot

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