]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: Add Lantiq / Intel DSA driver for vrx200
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Sep 2018 20:20:39 +0000 (22:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 15:14:33 +0000 (08:14 -0700)
commit1e1742476b63e3c910547575054563655bb9b5b2
tree814d509f0f0f1fb04185fd57060c68cf8e512c20
parent8a30fbffee8a000024d1691a8d27c9e2278151ef
net: dsa: Add Lantiq / Intel DSA driver for vrx200

This adds the DSA driver for the GSWIP Switch found in the VRX200 SoC.
This switch is integrated in the DSL SoC, this SoC uses a GSWIP version
2.1, there are other SoCs using different versions of this IP block, but
this driver was only tested with the version found in the VRX200.
Currently only the basic features are implemented which will forward all
packages to the CPU and let the CPU do the forwarding. The hardware also
support Layer 2 offloading which is not yet implemented in this driver.

The GPHY FW loaded is now done by this driver and not any more by the
separate driver in drivers/soc/lantiq/gphy.c, I will remove this driver
is a separate patch. to make use of the GPHY this switch driver is
needed anyway. Other SoCs have more embedded GPHYs so this driver should
support a variable number of GPHYs. After the firmware was loaded the
GPHY can be probed on the MDIO bus and it behaves like an external GPHY,
without the firmware it can not be probed on the MDIO bus.

The clock names in the sysctrl.c file have to be changed because the
clocks are now used by a different driver. This should be cleaned up and
a real common clock driver should provide the clocks instead.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
arch/mips/lantiq/xway/sysctrl.c
drivers/net/dsa/Kconfig
drivers/net/dsa/Makefile
drivers/net/dsa/lantiq_gswip.c [new file with mode: 0644]
drivers/net/dsa/lantiq_pce.h [new file with mode: 0644]