[U-Boot] [PATCH 1/2 V3] Add USB host ethernet adapter support
Remy Bohmer
linux at bohmer.net
Thu Feb 17 19:45:57 CET 2011
Hi,
2011/2/16 Simon Glass <sjg at chromium.org>:
> This adds support for using USB Ethernet dongles in host mode. This is just
> the framework - drivers will come later. A new config option called
> CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
> on.
>
> The was originally written by NVIDIA and was cleaned up for release by the
> Chromium authors.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Makefile | 1 +
> common/cmd_usb.c | 12 +++-
> common/usb.c | 6 ++-
> doc/README.usb | 4 +-
> drivers/usb/eth/Makefile | 45 ++++++++++++++
> drivers/usb/eth/usb_ether.c | 143 +++++++++++++++++++++++++++++++++++++++++++
> include/usb.h | 9 +++-
> include/usb_ether.h | 61 ++++++++++++++++++
> net/eth.c | 41 +++++++------
> 9 files changed, 298 insertions(+), 24 deletions(-)
> create mode 100644 drivers/usb/eth/Makefile
> create mode 100644 drivers/usb/eth/usb_ether.c
> create mode 100644 include/usb_ether.h
Applied to u-boot-usb.
Thanks.
Remy
More information about the U-Boot
mailing list