Merge branch 'QCA8K'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 08:31:56 +0000 (04:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 08:31:56 +0000 (04:31 -0400)
commit84ce3da1bfd6fd12fce3cd06691e405a36f72cde
tree6fa2721ea74991198f41ea3b810d39a6caa45e4b
parent1d7b47a3c78e0b5391a18246f9637752a4565e5b
parent6b93fb46480a9cfa4afb52a6d19b2591804e5f9e
Merge branch 'QCA8K'

John Crispin says:

====================
net-next: dsa: add QCA8K support

This series is based on the AR8xxx series posted by Matthieu Olivari in may
2015. The following changes were made since then

* fixed the nitpicks from the previous review
* updated to latest API
* turned it into an mdio device
* added callbacks for fdb, bridge offloading, stp, eee, port status
* fixed several minor issues to the port setup and arp learning
* changed the namespacing as this driver to qca8k

The driver has so far only been tested on qca8337/N. It should work on other QCA
switches such as the qca8327 with minor changes.
====================

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