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

Marek Vasut marex at denx.de
Tue Nov 28 07:32:53 UTC 2017


The following changes since commit 93a51d301ad051ec6f8c6016862c7719b8b434d3:

  Merge git://git.denx.de/u-boot-arc (2017-11-24 11:45:15 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 11f4678962960636f1a07cea8d040f468463f8c3:

  usb: r8a66597: Add support for RZ/A series (2017-11-28 04:06:40 +0100)

----------------------------------------------------------------
Alexey Brodkin (1):
      usb: ehci: Fix accessors for big-endian platforms and descriptors

Bin Meng (1):
      MAINTAINERS: Update maintainer for USB xHCI

Chris Brandt (1):
      usb: r8a66597: Add support for RZ/A series

Dirk Behme (1):
      usb: ehci: do not invalidate a NULL buffer

Heinrich Schuchardt (1):
      dm: usb: ehci: avoid possible NULL dereference

Marek Vasut (2):
      usb: xhci: Add Renesas R-Car xHCI driver
      usb: gadget: storage: Increase FSG_BUFLEN

Philipp Tomsich (1):
      usb: hub: identify the hub-device to usb_hub_reset_devices

Suneel Garapati (1):
      cmd: usb: ignore blk, emulation devices in usb tree/info display

Vincent Prince (1):
      Trigger watchdog before calling usb_gadget_handle_interrupts

 Licenses/r8a779x_usb3.txt                    |  26 ++++++
 MAINTAINERS                                  |   6 ++
 board/compulab/cm_t54/cm_t54.c               |   2 +-
 board/ti/omap5_uevm/evm.c                    |   2 +-
 cmd/usb.c                                    |  22 ++++-
 common/usb_hub.c                             |   4 +-
 doc/git-mailrc                               |   1 +
 drivers/usb/gadget/f_sdp.c                   |   4 +
 drivers/usb/gadget/storage_common.c          |   2 +-
 drivers/usb/host/Kconfig                     |   8 ++
 drivers/usb/host/Makefile                    |   1 +
 drivers/usb/host/ehci-hcd.c                  |  15 ++--
 drivers/usb/host/ehci.h                      |   8 +-
 drivers/usb/host/r8a66597-hcd.c              |  47 +++++++++++
 drivers/usb/host/r8a66597.h                  |  21 ++++-
 drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h | 643
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/xhci-rcar.c                 | 159
+++++++++++++++++++++++++++++++++++
 17 files changed, 951 insertions(+), 20 deletions(-)
 create mode 100644 Licenses/r8a779x_usb3.txt
 create mode 100644 drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h
 create mode 100644 drivers/usb/host/xhci-rcar.c


More information about the U-Boot mailing list