1. 526a50f dwc3: flush the buffers before using it by Kishon Vijay Abraham I · 10 years ago
  2. 6900aed usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · 10 years ago
  3. 53de33f usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · 10 years ago
  4. 5720765 dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · 10 years ago
  5. c241d7e usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  6. 93c3763 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · 10 years ago
  7. 3f52e1b usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  8. 27d3b89 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · 10 years ago
  9. 793d347 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · 10 years ago
  10. 8e1906a dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  11. da0d9e4 include: dwc3-uboot: add a structure for populating platform data by Kishon Vijay Abraham I · 10 years ago
  12. 71744d0 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · 10 years ago
  13. 6f80390 include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error by Kishon Vijay Abraham I · 10 years ago
  14. b6d959a usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · 10 years ago
  15. 72e7c32 include: asm: types: add resource_size_t type by Kishon Vijay Abraham I · 10 years ago
  16. 747a0a5 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  17. 18be4cb usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · 10 years ago
  18. 2f06693 arm: asm: dma-mapping: added dma_free_coherent API by Kishon Vijay Abraham I · 10 years ago
  19. 027b610 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  20. 9848e57 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  21. 9de1115 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  22. 30c31d5 usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · 10 years ago
  23. 97798eb usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · 10 years ago
  24. 85d5e70 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  25. aecbf87 include: asm: dma-mapping: get rid of the compilation warning in udc-core by Kishon Vijay Abraham I · 10 years ago
  26. 103fa06 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · 10 years ago
  27. 45d9337 include: usb: modify gadget.h to include udc support by Kishon Vijay Abraham I · 10 years ago
  28. a139b96 usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  29. fc2f15d ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  30. d3cfcb3 ARM: DRA7: Enable clocks for USB OTGSS and USB PHY by Kishon Vijay Abraham I · 10 years ago
  31. 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 9 years ago
  32. e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 9 years ago
  33. ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 9 years ago
  34. 122426d ARM: bcm2835: use phys_to_bus() for mbox by Stephen Warren · 9 years ago
  35. 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 10 years ago
  36. 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  37. 79340db ARM: bcm2835: implement phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  38. 927c1fa Create API to map between CPU physical and bus addresses by Stephen Warren · 10 years ago
  39. fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
  40. 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
  41. d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
  42. 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
  43. 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
  44. ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
  45. 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
  46. 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
  47. 319418c usb: hub: allow pgood_delay to be specified via env by Tim Harvey · 9 years ago
  48. 25c0673 usb: fix first descriptor fetch error handling by Stephen Warren · 9 years ago
  49. 04ee6ee usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 10 years ago
  50. 8879be8 usb: Check usb_new_device for failure by Paul Kocialkowski · 10 years ago
  51. 5a80b34 usb: usb_new_device return codes consistency by Paul Kocialkowski · 10 years ago
  52. f657087 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 10 years ago
  53. 421a5a0 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · 10 years ago
  54. b12242a usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · 10 years ago
  55. ec5e78c usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  56. 96df9c7 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  57. 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  58. f72d832 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  59. 4c5998b usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  60. cd74965 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  61. f33cdaa Prepare v2015.04 by Tom Rini · 9 years ago
  62. a6a4c54 break build if it would produce broken binary by Pavel Machek · 9 years ago
  63. 1d2f746 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  64. 787affb ARM: rpi: add a couple more revision IDs by Stephen Warren · 9 years ago
  65. bf71a29 ARM: fix arch/arm/Makefile for Tegra by Masahiro Yamada · 9 years ago
  66. 4adb46a arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret by Stefan Roese · 10 years ago
  67. c175f30 Merge git://git.denx.de/u-boot-arc by Tom Rini · 9 years ago
  68. a811492 arc: fix separate compilation of start.o by Alexey Brodkin · 9 years ago
  69. a7b00a7 integrator: consolidate flash info by Linus Walleij · 10 years ago
  70. 10d1491 vexpress64: juno: add default NOR flash boot by Linus Walleij · 10 years ago
  71. 4bb6650 common/armflash: Support for ARM flash images by Linus Walleij · 10 years ago
  72. ffb96d5 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  73. 5906434 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  74. 6d0f452 common, ubi: use positive return values for ubi check by Stefan Agner · 9 years ago
  75. 8957607 arc: make sure _start is in the beginning of .text section by Alexey Brodkin · 9 years ago
  76. 4bde2e9 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 10 years ago
  77. 412ae53 lpc32xx: add support for board work_92105 by Albert ARIBAUD \(3ADEV\) · 10 years ago
  78. 8c80eb3 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · 10 years ago
  79. 39f520b lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 10 years ago
  80. 24d528e dtt: add ds620 support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  81. 981219e lpc32xx: add LPC32xx SSP support (SPI mode) by Albert ARIBAUD \(3ADEV\) · 10 years ago
  82. 606f704 lpc32xx: add GPIO support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  83. 5e862b9 lpc32xx: i2c: add LPC32xx I2C interface support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  84. c8381bf lpc32xx: mtd: nand: add MLC NAND controller by Albert ARIBAUD \(3ADEV\) · 10 years ago
  85. ac2916a lpc32xx: add Ethernet support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  86. b491d97 Merge branch 'u-boot/master' by Albert ARIBAUD · 9 years ago
  87. 7637545 omap3: pandora: use common configuration by Grazvydas Ignotas · 9 years ago
  88. 18094e3 odroid-XU3: update board maintainer by Przemyslaw Marczak · 9 years ago
  89. eb5e129 mcx: update maintainer and convert to generic board by Anatolij Gustschin · 9 years ago
  90. 26f7c11 MAINTAINERS: fix TI DaVinci directory path and add KeyStone by Masahiro Yamada · 9 years ago
  91. 0241c31 board: axs10x - support v3 mother-board by Alexey Brodkin · 9 years ago
  92. 3bf801a ARM: mx5: add support for USB armory board by Andrej Rosano · 9 years ago
  93. 424ee3d ARM: mx5: move to a standard arch/board approach by Andrej Rosano · 9 years ago
  94. 385a08a ARM: zynq: Remove Jagan from list of maintainers by Michal Simek · 9 years ago
  95. 321f86e ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot by Masahiro Yamada · 9 years ago
  96. f97d112 Fix mxc_hab documenation for DEK blob generation by Ulises Cardenas · 10 years ago
  97. a80a65e mx53loco: Disable printing cpuinfo by Fabio Estevam · 10 years ago
  98. adcc570 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · 9 years ago
  99. c4aaf2e fix makefiles to respect DTC setting by Pavel Machek · 10 years ago
  100. bf678df MAKEALL: fix get_target_arch() to adjust to '-' in Status field by Masahiro Yamada · 10 years ago