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