
1 Nov
2016
1 Nov
'16
9:35 p.m.
On Tue, Oct 18, 2016 at 11:35 AM, Nathan Sullivan nathan.sullivan@ni.com wrote:
This NIC is similar to the designware nic, however it has different registers and descriptors, hence the new driver.
Signed-off-by: Nathan Sullivan nathan.sullivan@ni.com
drivers/net/Kconfig | 19 ++ drivers/net/Makefile | 1 + drivers/net/dwc_eth_qos.c | 773 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/dwc_eth_qos.h | 219 +++++++++++++ 4 files changed, 1012 insertions(+) create mode 100644 drivers/net/dwc_eth_qos.c create mode 100644 drivers/net/dwc_eth_qos.h
Now that Stephen's driver is acked and will be pulled shortly, please integrate your device support into his driver.
Thanks, -Joe