From: David S. Miller Date: Tue, 23 Aug 2016 04:08:09 +0000 (-0700) Subject: Merge branch 'dsa-fix-MV88E6131-tagging' X-Git-Tag: v4.9-rc1~127^2~410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e55dddfe7e0deaa3282e0f346d6ed97c4e481388;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: David S. Miller --- e55dddfe7e0deaa3282e0f346d6ed97c4e481388