[U-Boot] [PULL] u-boot-usb/master

Marek Vasut marex at denx.de
Sun Jan 18 12:33:47 CET 2015


The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:

  Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01 
-0500)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 119339759266b81af1aa8883702b6b651d7752dd:

  usb: eth: asix88179: add ability to modify MAC address (2015-01-18 12:31:36 
+0100)

----------------------------------------------------------------
Alex Sadovsky (1):
      usb: gadget: pxa25x_udc: fix use-before-initialized bug

Hans de Goede (13):
      USB: make "usb start" start usb only once
      config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB 
scans
      usb: Add an interval parameter to create_int_queue
      usb: Fix usb_kbd_deregister when console-muxing is used
      usb: Do not log an error when no devices is plugged into a root-hub-less 
hcd
      musb-new: Add register defines for different reg layout on sunxi
      musb-new: Add sunxi musb controller support
      musb-new: Use time based timeouts rather then cpu-cycles based timeouts
      musb-new: Fix interrupt transfers not working
      musb-new: Fix reset sequence when in host mode
      musb-new: Properly remove a transfer from the schedule on timeout
      musb-new: Add urb and hep parameters to construct_urb
      musb-new: Add interrupt queue support

Rene Griessl (1):
      usb: eth: asix88179: add ability to modify MAC address

Stefan Roese (2):
      usb: gadget: composite: Fix NULL pointer crash in USB compliance test
      usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test

 common/cmd_usb.c                  |  48 +++++++++++-------
 common/usb.c                      |  11 +++--
 common/usb_kbd.c                  |  10 +++-
 drivers/usb/eth/asix88179.c       |  14 ++++++
 drivers/usb/gadget/composite.c    |   8 +++
 drivers/usb/gadget/f_dfu.c        |   8 +++
 drivers/usb/gadget/pxa25x_udc.c   |   4 +-
 drivers/usb/host/ehci-hcd.c       |   4 +-
 drivers/usb/musb-new/Makefile     |   1 +
 drivers/usb/musb-new/musb_host.c  |  12 +++--
 drivers/usb/musb-new/musb_host.h  |   1 +
 drivers/usb/musb-new/musb_regs.h  |  92 ++++++++++++++++++++++++++++++++++
 drivers/usb/musb-new/musb_uboot.c | 178 
+++++++++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/usb/musb-new/sunxi.c      | 279 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/musb-new/usb-compat.h |   1 +
 include/config_distro_bootcmd.h   |  12 +----
 include/usb.h                     |  14 ++++--
 17 files changed, 602 insertions(+), 95 deletions(-)
 create mode 100644 drivers/usb/musb-new/sunxi.c


More information about the U-Boot mailing list