net: ethernet: socionext: add AVE ethernet driver
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Thu, 28 Dec 2017 06:58:12 +0000 (15:58 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Dec 2017 17:10:40 +0000 (12:10 -0500)
commit4c270b55a5afcdcf7624303ef4d287dd48417033
tree4a001dc47c0ebebc5b5a157fe92623707a7cc66f
parentc5a9ef30af363922a237fc4252522ef24d1b073e
net: ethernet: socionext: add AVE ethernet driver

The UniPhier platform from Socionext provides the AVE ethernet
controller that includes MAC and MDIO bus supporting RGMII/RMII
modes. The controller is named AVE.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/socionext/Kconfig [new file with mode: 0644]
drivers/net/ethernet/socionext/Makefile [new file with mode: 0644]
drivers/net/ethernet/socionext/sni_ave.c [new file with mode: 0644]