1. de31213 dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
  2. 4564fae ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · 10 years ago
  3. 2091301 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  4. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  5. 5eaacb4 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  6. e2ec3e4 fastboot: add support for reboot-bootloader command by Alexey Firago · 10 years ago
  7. 7704fdb usb: gadget: thor: Claim EP after allocating it in thor gadget by Marek Szyprowski · 10 years ago
  8. 3621b3b usb: dwc3: Correct clean up code for requests by Lukasz Majewski · 10 years ago
  9. afa093b usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · 10 years ago
  10. 29e7fc1 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · 10 years ago
  11. 137f7c5 usb: dwc3: optimize interrupt loop by Marek Szyprowski · 10 years ago
  12. 16bece5 usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver by Marek Szyprowski · 10 years ago
  13. 5dc4538 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · 10 years ago
  14. 7e9cb79 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · 10 years ago
  15. 2252d15 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · 10 years ago
  16. 6d69173 usb: composite: Add .reset callback to usb_gadget_driver structure by Lukasz Majewski · 10 years ago
  17. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  18. 04afd5b usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · 10 years ago
  19. 5b9ce0e usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · 10 years ago
  20. 8d488f3 usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · 10 years ago
  21. 1f78f8f usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · 10 years ago
  22. 526a50f dwc3: flush the buffers before using it by Kishon Vijay Abraham I · 10 years ago
  23. 6900aed usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · 10 years ago
  24. 53de33f usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · 10 years ago
  25. 5720765 dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · 10 years ago
  26. c241d7e usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  27. 93c3763 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · 10 years ago
  28. 3f52e1b usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  29. 27d3b89 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · 10 years ago
  30. 793d347 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · 10 years ago
  31. 8e1906a dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  32. 71744d0 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · 10 years ago
  33. b6d959a usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · 10 years ago
  34. 747a0a5 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  35. 18be4cb usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · 10 years ago
  36. 027b610 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  37. 9848e57 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  38. 9de1115 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  39. 30c31d5 usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · 10 years ago
  40. 97798eb usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · 10 years ago
  41. 85d5e70 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  42. 103fa06 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · 10 years ago
  43. a139b96 usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  44. 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 10 years ago
  45. e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 10 years ago
  46. ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 10 years ago
  47. 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 10 years ago
  48. 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  49. fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
  50. 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
  51. d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
  52. 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
  53. 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
  54. ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
  55. 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
  56. 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
  57. 421a5a0 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · 10 years ago
  58. ec5e78c usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  59. 96df9c7 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  60. 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  61. f72d832 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  62. 4c5998b usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  63. 246e3b8 sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  64. a7c3d5e net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  65. 8a440b0 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  66. 6462cde ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  67. e42add5 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · 10 years ago
  68. 57c6941 Merge git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  69. 1e7df7c usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · 10 years ago
  70. 4c7d025 ARM: UniPhier: move uniphier_ehci_reset() function by Masahiro Yamada · 10 years ago
  71. 44f597a ARM: UniPhier: remove EHCI platform devices by Masahiro Yamada · 10 years ago
  72. a86ac95 ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> by Masahiro Yamada · 10 years ago
  73. 537cd07 usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget by Dileep Katta · 10 years ago
  74. 9e4b510 fastboot: OUT transaction length must be aligned to wMaxPacketSize by Dileep Katta · 10 years ago
  75. 8979238 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
  76. 372d7de fastboot: add support for "oem format" command by Rob Herring · 10 years ago
  77. de19562 fastboot: add "fastboot oem" command support by Michael Scott · 10 years ago
  78. 193d7d1 usb: musb-new: omap2430: Reset the MUSB controller early by Paul Kocialkowski · 10 years ago
  79. 8f9f7be exynos: usb: make dwc3_set_mode to static by Joonyoung Shim · 10 years ago
  80. 52defe8 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  81. b1b912d sunxi: otg: Fix peripheral mode by Hans de Goede · 10 years ago
  82. 316328f usb: pci: Add XHCI driver for PCI by Simon Glass · 10 years ago
  83. 4fd4672 usb: pci: Use pci_find_class() to find the device by Simon Glass · 10 years ago
  84. 46927e1 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  85. 1193397 usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · 10 years ago
  86. 904f2a8 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  87. accf04c musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  88. b918a0c musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  89. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  90. e8672e3 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  91. dc9a391 musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  92. 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  93. 0f8bc53 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  94. 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  95. c0978a9 usb: gadget: pxa25x_udc: fix use-before-initialized bug by Alex Sadovsky · 10 years ago
  96. 1fd81b7 usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test by Stefan Roese · 10 years ago
  97. 87ed6b1 usb: gadget: composite: Fix NULL pointer crash in USB compliance test by Stefan Roese · 10 years ago
  98. 0eccec4 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · 10 years ago
  99. e9954b8 usb: eth: add ASIX AX88179 DRIVER by Rene Griessl · 10 years ago
  100. 62a96d8 gadget: f_thor: check pointers before use in download_tail() by Przemyslaw Marczak · 10 years ago