08 Jul, 2019

1 commit

  • 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
    Signed-off-by: Pawel Dembicki
    Reviewed-by: Linus Walleij
    Reviewed-by: Florian Fainelli
    Signed-off-by: David S. Miller

    Pawel Dembicki