Merge branch 'bcm_sf2-platform-dev'
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:15:37 +0000 (17:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:15:37 +0000 (17:15 -0700)
commit484387c9a2d8cb4d21752b6dded10a43c7c22363
tree259622b3b3c89d210bfe12ee9edd1a97ae4505a8
parent0ae940c7a7734ed144103d67333e6b26342aa1e6
parent731410b76e86f72ae18a3a4018cdc30258b10beb
Merge branch 'bcm_sf2-platform-dev'

Florian Fainelli says:

====================
net: dsa: bcm_sf2: Platform conversion

This patch series converts the bcm_sf2 driver from a traditional DSA driver
into a platform_device driver and makes it use the new DSA binding that Andrew
introduced in the latest merge window.

Prior attempts used to coerce the code in net/dsa/dsa2.c to accept the old
binding, while really there is only one broken single user out there: bcm_sf2,
so instead, just assume the new DT binding is deployed and use it accordingly.
====================

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