]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: net: introduce support for Moschip USB ethernet
authorGerhard Sittig <gsi@denx.de>
Sat, 8 Mar 2014 18:46:14 +0000 (19:46 +0100)
committerTom Rini <trini@ti.com>
Wed, 12 Mar 2014 21:04:31 +0000 (17:04 -0400)
commitdf4fb1c36d35021c27aa9fb43062741712022ad3
tree4ad3075717c6c5ed3ee05a88a251bfe3cc2ba21d
parent440a5742393bb959fd7bce28f5c916355d8607ca
usb: net: introduce support for Moschip USB ethernet

introduce an 'mcs7830' driver for Moschip MCS7830 based (7730/7830/7832)
USB 2.0 Ethernet Devices

see "MCS7830 -- USB 2.0 to 10/100M Fast Ethernet Controller" at
http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=109;74;109

the driver was implemented based on the U-Boot Asix driver with
additional information gathered from the Moschip Linux driver,
development was done on "Delock 61147" and "Logilink UA0025C" dongles

Signed-off-by: Gerhard Sittig <gsi@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
drivers/usb/eth/Makefile
drivers/usb/eth/mcs7830.c [new file with mode: 0644]
drivers/usb/eth/usb_ether.c
include/usb_ether.h