net: dsa: vsc73xx: Split vsc73xx driver
This driver (currently) only takes control of the switch chip over SPI and configures it to route packages around when connected to a CPU port. But Vitesse chip support also parallel interface. This patch split driver into two parts: core and spi. It is required for add support to another managing interface. Tested-by:Linus Walleij <linus.walleij@linaro.org> Signed-off-by:
Pawel Dembicki <paweldembicki@gmail.com> Reviewed-by:
Linus Walleij <linus.walleij@linaro.org> Reviewed-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/dsa/Kconfig 9 additions, 2 deletionsdrivers/net/dsa/Kconfig
- drivers/net/dsa/Makefile 2 additions, 1 deletiondrivers/net/dsa/Makefile
- drivers/net/dsa/vitesse-vsc73xx-core.c 11 additions, 159 deletionsdrivers/net/dsa/vitesse-vsc73xx-core.c
- drivers/net/dsa/vitesse-vsc73xx-spi.c 203 additions, 0 deletionsdrivers/net/dsa/vitesse-vsc73xx-spi.c
- drivers/net/dsa/vitesse-vsc73xx.h 29 additions, 0 deletionsdrivers/net/dsa/vitesse-vsc73xx.h
Please register or sign in to comment