net: dsa: bcm_sf2: Make it a real platform device driver
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 18 Aug 2016 22:30:14 +0000 (15:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:15:36 +0000 (17:15 -0700)
commitd9338023fb8e60aa09014034a993f8ddc86c65fa
tree0ddb59520c731a0940d9de4a92cffc90b2296d38
parenta85fad1436b0fd0fe9d7f1d23387e83e7cd21c0a
net: dsa: bcm_sf2: Make it a real platform device driver

The Broadcom Starfighter 2 switch driver should be a proper platform
driver, now that the DSA code has been updated to allow that, register a
switch device, feed it with the proper configuration data coming from
Device Tree and register our switch device with DSA.

The bulk of the changes consist in moving what bcm_sf2_sw_setup() did
into the platform driver probe function.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c
net/dsa/dsa.c