]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: net: Add support for Microchip LAN75xx and LAN78xx
authorYuiko Oshino <yuiko.oshino@microchip.com>
Fri, 11 Aug 2017 16:44:58 +0000 (12:44 -0400)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 14 Aug 2017 17:47:33 +0000 (12:47 -0500)
commitd2c319792210c2db518235eb8e90979a311bbf73
treea7463d21b6f935334c799318aa6e3186a7236db3
parent1c1e370033f9aa0e2aed8ef64764a924e6248609
usb: net: Add support for Microchip LAN75xx and LAN78xx

Add support for Microchip LAN7500, LAN7800 and LAN7850,
USB to 10/100/1000 Ethernet Controllers.

Signed-off-by: Yuiko Oshino <yuiko.oshino@microchip.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/usb/Kconfig
drivers/usb/eth/Kconfig [new file with mode: 0644]
drivers/usb/eth/Makefile
drivers/usb/eth/lan75xx.c [new file with mode: 0644]
drivers/usb/eth/lan78xx.c [new file with mode: 0644]
drivers/usb/eth/lan7x.c [new file with mode: 0644]
drivers/usb/eth/lan7x.h [new file with mode: 0644]