1. 3621b3b usb: dwc3: Correct clean up code for requests by Lukasz Majewski · 10 years ago
  2. afa093b usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · 10 years ago
  3. 29e7fc1 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · 10 years ago
  4. 137f7c5 usb: dwc3: optimize interrupt loop by Marek Szyprowski · 10 years ago
  5. 16bece5 usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver by Marek Szyprowski · 10 years ago
  6. 5dc4538 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · 10 years ago
  7. 7e9cb79 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · 10 years ago
  8. 2252d15 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · 10 years ago
  9. 6d69173 usb: composite: Add .reset callback to usb_gadget_driver structure by Lukasz Majewski · 10 years ago
  10. d281730 usb: gadget: thor: Invoke board specific USB cleanup interface by Inha Song · 10 years ago
  11. 375f2d7 usb: gadget: UMS: Invoke board specific USB cleanup interface by Inha Song · 10 years ago
  12. 1118ecd usb: board: goni: Add default board_usb_cleanup() definition for Goni board by Lukasz Majewski · 10 years ago
  13. 28f393c usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCs by Lukasz Majewski · 10 years ago
  14. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  15. a69e2c2 include: configs: Enable DWC3 and DFU in AM43xx by Kishon Vijay Abraham I · 10 years ago
  16. 9f81eb7 board: ti: AM43xx: added USB initializtion code by Kishon Vijay Abraham I · 10 years ago
  17. 7a5a3e3 include: configs: Enable DWC3 and DFU in DRA7xx by Kishon Vijay Abraham I · 10 years ago
  18. a17188c board: ti: DRA7: added USB initializtion code by Kishon Vijay Abraham I · 10 years ago
  19. db378d7 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  20. 04afd5b usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · 10 years ago
  21. 5b9ce0e usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · 10 years ago
  22. 8d488f3 usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · 10 years ago
  23. 1f78f8f usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · 10 years ago
  24. 526a50f dwc3: flush the buffers before using it by Kishon Vijay Abraham I · 10 years ago
  25. 6900aed usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · 10 years ago
  26. 53de33f usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · 10 years ago
  27. 5720765 dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · 10 years ago
  28. c241d7e usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  29. 93c3763 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · 10 years ago
  30. 3f52e1b usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  31. 27d3b89 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · 10 years ago
  32. 793d347 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · 10 years ago
  33. 8e1906a dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  34. da0d9e4 include: dwc3-uboot: add a structure for populating platform data by Kishon Vijay Abraham I · 10 years ago
  35. 71744d0 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · 10 years ago
  36. 6f80390 include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error by Kishon Vijay Abraham I · 10 years ago
  37. b6d959a usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · 10 years ago
  38. 72e7c32 include: asm: types: add resource_size_t type by Kishon Vijay Abraham I · 10 years ago
  39. 747a0a5 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  40. 18be4cb usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · 10 years ago
  41. 2f06693 arm: asm: dma-mapping: added dma_free_coherent API by Kishon Vijay Abraham I · 10 years ago
  42. 027b610 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  43. 9848e57 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  44. 9de1115 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  45. 30c31d5 usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · 10 years ago
  46. 97798eb usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · 10 years ago
  47. 85d5e70 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  48. aecbf87 include: asm: dma-mapping: get rid of the compilation warning in udc-core by Kishon Vijay Abraham I · 10 years ago
  49. 103fa06 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · 10 years ago
  50. 45d9337 include: usb: modify gadget.h to include udc support by Kishon Vijay Abraham I · 10 years ago
  51. a139b96 usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  52. fc2f15d ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  53. d3cfcb3 ARM: DRA7: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  54. 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 9 years ago
  55. e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 9 years ago
  56. ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 9 years ago
  57. 122426d ARM: bcm2835: use phys_to_bus() for mbox by Stephen Warren · 9 years ago
  58. 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 10 years ago
  59. 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  60. 79340db ARM: bcm2835: implement phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  61. 927c1fa Create API to map between CPU physical and bus addresses by Stephen Warren · 10 years ago
  62. fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
  63. 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
  64. d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
  65. 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
  66. 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
  67. ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
  68. 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
  69. 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
  70. 319418c usb: hub: allow pgood_delay to be specified via env by Tim Harvey · 9 years ago
  71. 25c0673 usb: fix first descriptor fetch error handling by Stephen Warren · 9 years ago
  72. 04ee6ee usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 10 years ago
  73. 8879be8 usb: Check usb_new_device for failure by Paul Kocialkowski · 10 years ago
  74. 5a80b34 usb: usb_new_device return codes consistency by Paul Kocialkowski · 10 years ago
  75. f657087 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 10 years ago
  76. 421a5a0 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · 10 years ago
  77. b12242a usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · 10 years ago
  78. ec5e78c usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  79. 96df9c7 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  80. 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  81. f72d832 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  82. 4c5998b usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  83. cd74965 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  84. f33cdaa Prepare v2015.04 by Tom Rini · 9 years ago
  85. a6a4c54 break build if it would produce broken binary by Pavel Machek · 9 years ago
  86. 1d2f746 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  87. 787affb ARM: rpi: add a couple more revision IDs by Stephen Warren · 9 years ago
  88. bf71a29 ARM: fix arch/arm/Makefile for Tegra by Masahiro Yamada · 9 years ago
  89. 4adb46a arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret by Stefan Roese · 10 years ago
  90. c175f30 Merge git://git.denx.de/u-boot-arc by Tom Rini · 9 years ago
  91. a811492 arc: fix separate compilation of start.o by Alexey Brodkin · 9 years ago
  92. a7b00a7 integrator: consolidate flash info by Linus Walleij · 10 years ago
  93. 10d1491 vexpress64: juno: add default NOR flash boot by Linus Walleij · 10 years ago
  94. 4bb6650 common/armflash: Support for ARM flash images by Linus Walleij · 10 years ago
  95. ffb96d5 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  96. 5906434 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  97. 6d0f452 common, ubi: use positive return values for ubi check by Stefan Agner · 9 years ago
  98. 8957607 arc: make sure _start is in the beginning of .text section by Alexey Brodkin · 9 years ago
  99. 4bde2e9 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 10 years ago
  100. 412ae53 lpc32xx: add support for board work_92105 by Albert ARIBAUD \(3ADEV\) · 10 years ago