Re: [PATCH v2 2/4] net: dsa: vsc73xx: Split vsc73xx driver

2019-07-04 Thread Florian Fainelli
On 7/3/2019 10:19 AM, Pawel Dembicki wrote: > 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 an

Re: [PATCH v2 2/4] net: dsa: vsc73xx: Split vsc73xx driver

2019-07-04 Thread Linus Walleij
On Wed, Jul 3, 2019 at 7:21 PM Pawel Dembicki wrote: > 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:

[PATCH v2 2/4] net: dsa: vsc73xx: Split vsc73xx driver

2019-07-03 Thread Pawel Dembicki
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

[PATCH v2 2/4] net: dsa: vsc73xx: Split vsc73xx driver

2019-07-03 Thread Pawel Dembicki
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