]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42e8143d17de5f4a73a147835da5ab47502058ca
tree4a001dc47c0ebebc5b5a157fe92623707a7cc66f
parent8eb73edb9f45a23c3b6309e2c80cee3a3fab11b2
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]