commit | fbc4b8af469459425de72530dbded0ddbe157004 | [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 | 2b53b078d786a3e0485dd9a85949d49501137a23 [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>