OSDN Git Service

Merge branch 'DSA-driver-for-Vitesse-Felix-switch'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2019 20:32:17 +0000 (12:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2019 20:32:17 +0000 (12:32 -0800)
commit3bb884a4a0c4177c61233424d43d61545c4fc528
tree0df34c07af3ebe0737dcc62248ca21bd5454d5bc
parente7be235fa783209a661c8a324c1e394a5e4d9170
parent56051948773eeb4224fbda88102e891d1ad5cefd
Merge branch 'DSA-driver-for-Vitesse-Felix-switch'

Vladimir Oltean says:

====================
DSA driver for Vitesse Felix switch

This series builds upon the previous "Accomodate DSA front-end into
Ocelot" topic and does the following:

- Reworks the Ocelot (VSC7514) driver to support one more switching core
  (VSC9959), used in NPI mode. Some code which was thought to be
  SoC-specific (ocelot_board.c) wasn't, and vice versa, so it is being
  accordingly moved.
- Exports ocelot driver structures and functions to include/soc/mscc.
- Adds a DSA ocelot front-end for VSC9959, which is a PCI device and
  uses the exported ocelot functionality for hardware configuration.
- Adds a tagger driver for the Vitesse injection/extraction DSA headers.
  This is known to be compatible with at least Ocelot and Felix.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>