ethernet: Add new driver for Marvell Armada 375 network unit
This commit adds a new network driver for the network controller in Marvell Armada 375 SoC. Given the controller is very different from the ones in the other Marvell SoCs that use the mv643xx_eth (Kirkwood, Orion, Discovery) and mvneta (Armada 370/38x/XP) drivers, a new driver is needed. Signed-off-by: NMarcin Wojtas <mw@semihalf.com> [Ezequiel: coding style cleanup] Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
with
6463 addition
and
0 deletion
+6463
-0
- Documentation/devicetree/bindings/net/marvell-pp2.txt Documentation/devicetree/bindings/net/marvell-pp2.txt +61 -0
- drivers/net/ethernet/marvell/Kconfig drivers/net/ethernet/marvell/Kconfig +8 -0
- drivers/net/ethernet/marvell/Makefile drivers/net/ethernet/marvell/Makefile +1 -0
- drivers/net/ethernet/marvell/mvpp2.c drivers/net/ethernet/marvell/mvpp2.c +6393 -0
- 未找到文件。
想要评论请 注册 或 登录