[U-Boot] [PATCH] net: add synopsys QoS ethernet driver
Joe Hershberger
joe.hershberger at gmail.com
Tue Nov 1 21:35:15 CET 2016
On Tue, Oct 18, 2016 at 11:35 AM, Nathan Sullivan
<nathan.sullivan at 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 at 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
More information about the U-Boot
mailing list