[U-Boot] Pull request: u-boot-usb

Remy Bohmer linux at bohmer.net
Mon Aug 8 22:40:49 CEST 2011


The following changes since commit fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458:

  Convert ISO-8859 files to UTF-8 (2011-08-04 23:34:02 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Jason Cooper (1):
      usb: increase non-bulk timeout for slow chipsets.

Marek Vasut (2):
      USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
      USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

Nobuhiro Iwamatsu (1):
      usb: r8a66597: Fix argument mistake of inl

Simon Glass (4):
      Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter
      Add Ethernet hardware MAC address framework to usbnet
      Add documentation for USB Host Networking
      Put common autoload code into auto_load() function

 board/davinci/common/misc.c |    2 +-
 common/usb.c                |    3 +-
 doc/README.usb              |  157 ++++++++-
 drivers/net/designware.c    |    2 +-
 drivers/usb/eth/Makefile    |    1 +
 drivers/usb/eth/smsc95xx.c  |  879 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/eth/usb_ether.c |   16 +-
 drivers/usb/host/r8a66597.h |    2 +-
 include/net.h               |   25 ++-
 include/usb.h               |    2 +-
 include/usb_ether.h         |   13 +
 net/bootp.c                 |   76 ++---
 net/eth.c                   |   64 ++--
 13 files changed, 1165 insertions(+), 77 deletions(-)
 create mode 100644 drivers/usb/eth/smsc95xx.c


More information about the U-Boot mailing list