net: add Socionext AVE ethernet driver support
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Thu, 24 May 2018 10:24:37 +0000 (19:24 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 13 Jun 2018 18:54:17 +0000 (13:54 -0500)
commita8927795efff1d5fc76a2bf6f73112751eb8e5cb
treea8b350d8a48cb1041c539ad66d871c6c89bda954
parentff114e0f76b6f0937890ba72859acfb40afee329
net: add Socionext AVE ethernet driver support

Add driver for Socionext AVE ethernet controller that includes MAC and
MDIO bus supporting RGMII/RMII modes.
The driver behaves the ethernet driver model (DM_ETH) with devicetree.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/sni_ave.c [new file with mode: 0644]