net: dsa: vsc73xx: add support for parallel mode
authorPawel Dembicki <paweldembicki@gmail.com>
Thu, 4 Jul 2019 22:29:06 +0000 (00:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jul 2019 21:16:32 +0000 (14:16 -0700)
commit631e83bf7c0e801f0ab960a97a3228b2dbf9ebeb
tree3fba4ab0e6617fe7e17db806d58dfb8f9dd75914
parent95711cd5f0b4b0394f2e0c30fdd99b853317ed49
net: dsa: vsc73xx: add support for parallel mode

This patch add platform part of vsc73xx driver.
It allows to use chip connected to a parallel memory bus and work in
memory-mapped I/O mode. (aka PI bus in chip manual)

By default device is working in big endian mode.

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>
drivers/net/dsa/Kconfig
drivers/net/dsa/Makefile
drivers/net/dsa/vitesse-vsc73xx-platform.c [new file with mode: 0644]