net: lantiq: Add Lantiq / Intel VRX200 Ethernet driver
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Sep 2018 20:16:45 +0000 (22:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2018 15:14:33 +0000 (08:14 -0700)
commitfe1a56420cf2ec28c8eceef672b87de0bbe1a260
tree85fd338d8b39a4567efd1d2c3253210dee52f5ef
parent839790e88a3c61066b9d76c89888f8be2bfcf1a8
net: lantiq: Add Lantiq / Intel VRX200 Ethernet driver

This drives the PMAC between the GSWIP Switch and the CPU in the VRX200
SoC. This is currently only the very basic version of the Ethernet
driver.

When the DMA channel is activated we receive some packets which were
send to the SoC while it was still in U-Boot, these packets have the
wrong header. Resetting the IP cores did not work so we read out the
extra packets at the beginning and discard them.

This also adapts the clock code in sysctrl.c to use the default name of
the device node so that the driver gets the correct clock. sysctrl.c
should be replaced with a proper common clock driver later.

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/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/lantiq_xrx200.c [new file with mode: 0644]