net: hisilicon: Add Fast Ethernet MAC driver
authorDongpo Li <lidongpo@hisilicon.com>
Fri, 15 Jul 2016 08:26:35 +0000 (16:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2016 04:32:58 +0000 (21:32 -0700)
commit542ae60af24f02e130e62cb3b7c23163a2350056
treebbbaec56e8e29803470a81e869a6fd2ccd9c0762
parentb786241253041c13d94309ca4dace301833f63d1
net: hisilicon: Add Fast Ethernet MAC driver

This patch adds the Hisilicon Fast Ethernet MAC(FEMAC) driver.
The FEMAC supports max speed 100Mbps and has been used in many
Hisilicon SoC.

Signed-off-by: Dongpo Li <lidongpo@hisilicon.com>
Reviewed-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/hisilicon-femac.txt [new file with mode: 0644]
drivers/net/ethernet/hisilicon/Kconfig
drivers/net/ethernet/hisilicon/Makefile
drivers/net/ethernet/hisilicon/hisi_femac.c [new file with mode: 0644]