Re: [RFC PATCH net-next 20/20] net: dsa: mv88e6xxx: factorize the switch driver

2016-05-05 Thread Andrew Lunn
> +config NET_DSA_MV88E6XXX > tristate "Marvell 88E6085/6095/6095F/6131 ethernet switch chip support" > depends on NET_DSA > - select NET_DSA_MV88E6XXX > select NET_DSA_TAG_EDSA > ---help--- > This enables support for the Marvell 88E6085/6095/6095F/6131 >

[RFC PATCH net-next 20/20] net: dsa: mv88e6xxx: factorize the switch driver

2016-05-05 Thread Vivien Didelot
Now that all drivers support the same set of functions and the same setup code, drop every model-specific DSA switch driver and replace them with a common mv88e6xxx driver. This merges the info tables into one, removes the function exports, the model-specific files, and update the defconfigs. Sig