1. da3f27f usb: gadget: thor: Claim EP after allocating it in thor gadget by Marek Szyprowski · Tue Mar 03 17:32:16 2015 +0100
  2. 5eee56a usb: dwc3: Correct clean up code for requests by Lukasz Majewski · Tue Mar 03 17:32:15 2015 +0100
  3. b0abde9 usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · Tue Mar 03 17:32:14 2015 +0100
  4. 9f28505 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · Tue Mar 03 17:32:13 2015 +0100
  5. b0bacbe usb: dwc3: optimize interrupt loop by Marek Szyprowski · Tue Mar 03 17:32:12 2015 +0100
  6. 06c7bde usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver by Marek Szyprowski · Tue Mar 03 17:32:11 2015 +0100
  7. 3a88fd2 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · Tue Mar 03 17:32:10 2015 +0100
  8. bf35c60 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · Tue Mar 03 17:32:09 2015 +0100
  9. dc6d240 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · Tue Mar 03 17:32:08 2015 +0100
  10. d04a012 usb: composite: Add .reset callback to usb_gadget_driver structure by Lukasz Majewski · Tue Mar 03 17:32:07 2015 +0100
  11. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · Mon Feb 23 18:40:23 2015 +0530
  12. 58d701e usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · Mon Feb 23 18:40:17 2015 +0530
  13. ea71c1a usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:40:16 2015 +0530
  14. f18ed9a usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · Mon Feb 23 18:40:15 2015 +0530
  15. e1d80c9 usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · Mon Feb 23 18:40:14 2015 +0530
  16. c7bdfe3 dwc3: flush the buffers before using it by Kishon Vijay Abraham I · Mon Feb 23 18:40:13 2015 +0530
  17. e99e37b usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · Mon Feb 23 18:40:12 2015 +0530
  18. 0bc879b usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · Mon Feb 23 18:40:11 2015 +0530
  19. ee0bb0a dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:10 2015 +0530
  20. 6311ae7 usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:09 2015 +0530
  21. dcc2c44 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · Mon Feb 23 18:40:08 2015 +0530
  22. e9808cf usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:07 2015 +0530
  23. 1cee7b1 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · Mon Feb 23 18:40:06 2015 +0530
  24. dc5c653 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:05 2015 +0530
  25. bfbf05d dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:04 2015 +0530
  26. 99030d7 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:02 2015 +0530
  27. 9c38ca4 usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:00 2015 +0530
  28. 35ffd28 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:39:58 2015 +0530
  29. e23c920 usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · Mon Feb 23 18:39:57 2015 +0530
  30. 1477017 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · Mon Feb 23 18:39:55 2015 +0530
  31. c2b77b6 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · Mon Feb 23 18:39:54 2015 +0530
  32. 389f6d4 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · Mon Feb 23 18:39:53 2015 +0530
  33. d1e431a usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · Mon Feb 23 18:39:52 2015 +0530
  34. a6184a3 usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · Mon Feb 23 18:39:51 2015 +0530
  35. 1530fe3 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:39:50 2015 +0530
  36. 5227db7 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · Mon Feb 23 18:39:48 2015 +0530
  37. de3920d usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:39:46 2015 +0530
  38. 766fe41 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · Sat Apr 11 21:52:02 2015 -0600
  39. df7b37d usb: dwc2: implement interrupt transfers by Stephen Warren · Fri Apr 10 21:05:22 2015 -0600
  40. dead8db usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · Fri Apr 10 21:05:21 2015 -0600
  41. d3388f8 usb: dwc2: detect device speed correctly by Stephen Warren · Fri Mar 27 21:55:38 2015 -0600
  42. 79beb28 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · Tue Mar 24 20:07:35 2015 -0600
  43. b7dcaf0 usb: dwc2: fix bulk transfers by Stephen Warren · Mon Mar 23 23:01:01 2015 -0600
  44. c12885c usb: dwc2: remove restriction on buffer length by Stephen Warren · Sun Mar 08 11:08:14 2015 -0600
  45. 7100da3 usb: dwc2: fix aligned buffer usage by Stephen Warren · Sun Mar 08 11:08:13 2015 -0600
  46. 9f80e74 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · Sat Mar 07 22:48:55 2015 -0700
  47. b0ad4a3 usb: dwc2: remove control_data_toggle[] by Stephen Warren · Sat Mar 07 22:48:54 2015 -0700
  48. 4db200e usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · Sat Mar 07 22:48:53 2015 -0700
  49. 972ad64 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · Sat Mar 07 22:48:52 2015 -0700
  50. 8a34666 usb: dwc2: unify waiting for transfer completion by Stephen Warren · Sat Mar 07 22:48:51 2015 -0700
  51. 3859346 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · Wed Apr 01 17:18:45 2015 +0300
  52. 15fe9c8 usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:25 2015 +0100
  53. 4375b44 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:27 2015 +0100
  54. f14d54b ehci-hcd: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:37 2015 -0500
  55. 7f40623 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:35 2015 -0500
  56. 7306e9c usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:23 2015 +0100
  57. ab721ad sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · Fri Mar 27 20:54:25 2015 +0100
  58. b1a5e1f net: Add ethernet FCS length macro in net.h by Bin Meng · Fri Mar 20 17:12:18 2015 +0800
  59. ebaf0a3 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · Sun Mar 15 18:27:44 2015 +0100
  60. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
  61. 6834153 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · Mon Mar 09 15:44:16 2015 +0800
  62. 6834475 Merge git://git.denx.de/u-boot-usb by Tom Rini · Mon Mar 02 07:24:27 2015 -0500
  63. 273f84d usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · Fri Feb 27 02:27:00 2015 +0900
  64. b2584c5 ARM: UniPhier: move uniphier_ehci_reset() function by Masahiro Yamada · Fri Feb 27 02:26:55 2015 +0900
  65. 9a1dff5 ARM: UniPhier: remove EHCI platform devices by Masahiro Yamada · Fri Feb 27 02:26:54 2015 +0900
  66. 95387e2 ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> by Masahiro Yamada · Fri Feb 27 02:26:44 2015 +0900
  67. 447c975 usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget by Dileep Katta · Fri Feb 13 14:33:43 2015 +0800
  68. 50b4c17 fastboot: OUT transaction length must be aligned to wMaxPacketSize by Dileep Katta · Tue Feb 17 02:02:36 2015 +0530
  69. b122820 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · Tue Feb 17 18:48:23 2015 +0530
  70. 13047e5 fastboot: add support for "oem format" command by Rob Herring · Mon Jan 26 15:49:01 2015 -0600
  71. 7e23abf fastboot: add "fastboot oem" command support by Michael Scott · Mon Jan 26 15:49:00 2015 -0600
  72. 68dbdef usb: musb-new: omap2430: Reset the MUSB controller early by Paul Kocialkowski · Mon Jan 19 18:33:43 2015 +0100
  73. ee0e733 exynos: usb: make dwc3_set_mode to static by Joonyoung Shim · Wed Jan 21 14:16:25 2015 +0900
  74. eaa0d70 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · Mon Feb 16 22:13:43 2015 +0100
  75. f2b45c8 sunxi: otg: Fix peripheral mode by Hans de Goede · Wed Feb 11 09:05:18 2015 +0100
  76. 40ffb68 usb: pci: Add XHCI driver for PCI by Simon Glass · Tue Jan 27 22:13:31 2015 -0700
  77. eeb1d28 usb: pci: Use pci_find_class() to find the device by Simon Glass · Tue Jan 27 22:13:30 2015 -0700
  78. fec09c5 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · Mon Jan 05 20:05:39 2015 -0700
  79. eecc3ce usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · Mon Jan 12 17:51:16 2015 +0100
  80. 83b1897 musb-new: Add interrupt queue support by Hans de Goede · Sun Jan 11 20:34:54 2015 +0100
  81. 39b0845 musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · Sun Jan 11 20:34:53 2015 +0100
  82. 0e4da95 musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · Sun Jan 11 20:34:52 2015 +0100
  83. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · Sun Jan 11 20:34:51 2015 +0100
  84. 24fd777 musb-new: Fix interrupt transfers not working by Hans de Goede · Sun Jan 11 20:34:50 2015 +0100
  85. 8de4ded musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · Sun Jan 11 20:34:49 2015 +0100
  86. 9c4f11d musb-new: Add sunxi musb controller support by Hans de Goede · Sun Jan 11 20:34:48 2015 +0100
  87. 21d7705 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · Sun Jan 11 20:34:47 2015 +0100
  88. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · Sun Jan 11 20:38:28 2015 +0100
  89. 6f9d973 usb: gadget: pxa25x_udc: fix use-before-initialized bug by Alex Sadovsky · Thu Jan 08 20:51:10 2015 +0300
  90. 5a6b873 usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test by Stefan Roese · Fri Jan 09 14:54:56 2015 +0100
  91. a56fbcc usb: gadget: composite: Fix NULL pointer crash in USB compliance test by Stefan Roese · Fri Jan 09 14:54:55 2015 +0100
  92. a144198 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · Wed Jan 07 15:08:43 2015 +0100
  93. 979beee usb: eth: add ASIX AX88179 DRIVER by Rene Griessl · Fri Nov 07 16:53:48 2014 +0100
  94. a5071a0 gadget: f_thor: check pointers before use in download_tail() by Przemyslaw Marczak · Mon Dec 15 10:34:10 2014 +0100
  95. 5aba398 fastboot: add support for continue command by Rob Herring · Wed Dec 10 14:43:04 2014 -0600
  96. d38f24e usb, g_dnl: generalize DFU detach functions by Rob Herring · Wed Dec 10 14:43:03 2014 -0600
  97. 011df41 USB: gadget: atmel_usba_udc: fix transfer hang issue by Bo Shen · Mon Dec 15 18:12:47 2014 +0800
  98. a1424cd Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Dec 11 20:47:34 2014 -0500
  99. c0003f2 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Dec 11 18:40:49 2014 -0500
  100. 0588ce1 lib: string: move strlcpy() to a common place by Masahiro Yamada · Thu Nov 20 21:20:32 2014 +0900