Merge branch 'dsa-fix-MV88E6131-tagging'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2016 04:08:09 +0000 (21:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2016 04:09:11 +0000 (21:09 -0700)
commite55dddfe7e0deaa3282e0f346d6ed97c4e481388
tree70311be3e51976320ada27f2bef73c667ff76d90
parent1ae292a2457cd692828da2be87cb967260993ad0
parentf027e0cc8255a8af8197835f2f44910dc63e2fa5
Merge branch 'dsa-fix-MV88E6131-tagging'

Andrew Lunn says:

====================
Fix MV88E6131 tagging

Marvell has two different tagging protocols for frames passed to a
swicth. There is the older DSA and the newer EDSA. Somewhere along the
way, we broke support for switches which only support DSA, by trying
to configure them to use EDSA. These patches add back support for
switches which only support DSA, by allowing the drivers to
dynamically indicate the tagging protocol they support to the DSA
core. This needs to be dynamic since the mv88e6xxx has to support two
protocols.

Thanks go to Jamie Lentin for reporting the problem, helping debug it,
providing some of the fix, and testing.
====================

Tested-By: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>