Commits
Simon Glass committed fbc4b8af469
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>