]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: eth: Add driver-model support to the asix driver
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 22:47:54 +0000 (16:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:59 +0000 (13:48 +0200)
commit3328b985b326d2ba6ea6a462be009a79120f9f7d
treee7039ea56ebf46834d9261d99cb4fce29f0379d1
parentff9bd76f73d54a5c7e4af75ccf9cc33a5c165d41
dm: usb: eth: Add driver-model support to the asix driver

This USB Ethernet driver is quite widely use. Allow it to work with
CONFIG_DM_ETH enabled. Most of the code remains common but there is a new
packet receive flow which is handled specially.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/eth/asix.c