commit | f58369fb606fa70558e030666c0fe25b94e372dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 16:47:54 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:41 2015 -0600 |
tree | b7313ec7abd0974f8f6e507326bf4f5d2c987385 | |
parent | d0065dd92fec3d6785683c8338f0ebc7c6135db4 [diff] |
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>