
Am 08.04.19 um 10:31 schrieb Horatiu Vultur:
This patch series adds network support for ServalT SoCs family. There is only one pcb in this family: ServalT(pcb116).
This patch series is based on: u-boot-mips/next.
Horatiu Vultur (3): net: Add MSCC ServalT network driver. net: mscc: servalt: Add ethernet nodes for ServalT configs: mscc_servalt: Add network support
arch/mips/dts/mscc,servalt.dtsi | 40 ++ arch/mips/dts/servalt_pcb116.dts | 25 + .../include/mach/servalt/servalt_devcpu_gcb.h | 2 + configs/mscc_servalt_defconfig | 6 +- drivers/net/mscc_eswitch/Kconfig | 7 + drivers/net/mscc_eswitch/Makefile | 1 + drivers/net/mscc_eswitch/servalt_switch.c | 622 +++++++++++++++++++++ 7 files changed, 702 insertions(+), 1 deletion(-) create mode 100644 drivers/net/mscc_eswitch/servalt_switch.c
series applied to u-boot-mips/next, thanks.