1. fb12f45 usb: ci_udc: implement dfu_usb_get_reset by Stephen Warren · 10 years ago
  2. ef73102 udc: dfu: s3c_udc: Provide function to check if USB reset was asserted by Lukasz Majewski · 10 years ago
  3. d9eae70 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  4. 2d36fc1 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  6. bf6535f omap: remove omap5912osk board support by Masahiro Yamada · 10 years ago
  7. 641e3ce omap: clean-up dead configs by Masahiro Yamada · 10 years ago
  8. a9c085f usb: ehci: rmobile: Remove xHCI address by Nobuhiro Iwamatsu · 10 years ago
  9. c8e1e4d usb: ehci: rmobile: Add support R8A7794 by Nobuhiro Iwamatsu · 10 years ago
  10. f950098 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
  11. 7f45023 dfu: add write error handling by Stephen Warren · 10 years ago
  12. 637fbb6 sunxi: add USB EHCI driver by Roman Byshko · 10 years ago
  13. ae0ae22 driver/usb: include upper/lower_32_bits() from linux/compat.h by Lijun Pan · 10 years ago
  14. d8d0b2f usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  15. ae46a4c usb: host: xhci: make sure to power up PHY by Felipe Balbi · 10 years ago
  16. 6828676 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
  17. 192e8eb usb: ci_udc: use var name ep/ci_ep consistently by Stephen Warren · 10 years ago
  18. 16a643e USB: gadget: atmel: zero out allocated requests by Stephen Warren · 10 years ago
  19. 1d0788f usb: ci_udc: don't memalign() struct ci_req allocations by Stephen Warren · 10 years ago
  20. b8a872c usb: ci_udc: remove controller.items array by Stephen Warren · 10 years ago
  21. d13034e usb: ci_udc: fix items array size/stride calculation by Stephen Warren · 10 years ago
  22. fe52910 usb: ci_udc: lift ilist size calculations to global scope by Stephen Warren · 10 years ago
  23. 6667e23 usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs by Stephen Warren · 10 years ago
  24. bec1c13 usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe() by Stephen Warren · 10 years ago
  25. 180bb6a usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  26. 36a6b40 usb: fastboot: fix potential buffer overflow by Jeroen Hofstee · 10 years ago
  27. b351e46 usb: xhci: (likely) fix bracket in if condition by Jeroen Hofstee · 10 years ago
  28. e5bad0d usb:g_dnl:f_thor: remove memset before memcpy by Jeroen Hofstee · 10 years ago
  29. 6931bff usb:composite: clear the whole common buffer by Jeroen Hofstee · 10 years ago
  30. 8af893e usb: r8a66597: Fix initilization size of r8a66597 info structure by Yasuhisa Umano · 11 years ago
  31. ea33c6a usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB by yasuhisa umano · 11 years ago
  32. 5528f4c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  33. fa51417 usb: ci_udc: fix typo in debug message by Stephen Warren · 10 years ago
  34. f66ae99 usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC by Stephen Warren · 10 years ago
  35. a9e91da usb: ci_udc: terminate ep0 INs with a zlp when required by Stephen Warren · 10 years ago
  36. 9c7ebe7 usb: ci_udc: clean up all allocations in unregister by Stephen Warren · 10 years ago
  37. c5d619b usb: ci_udc: fix probe error cleanup by Stephen Warren · 10 years ago
  38. 10fecbd usb: ci_udc: fix freeing of ep0 req by Stephen Warren · 10 years ago
  39. 6e9aa0d usb: ci_udc: call udc_disconnect() from ci_pullup() by Stephen Warren · 10 years ago
  40. aa449fa usb: ci_udc: complete ep0 direction handling by Stephen Warren · 11 years ago
  41. 9ac8b54 usb: ci_udc: pre-allocate ep0 req by Stephen Warren · 11 years ago
  42. b3dc422 usb: ci_udc: use a single descriptor for ep0 by Stephen Warren · 11 years ago
  43. 62237cf usb: ci_udc: detect queued requests on ep0 by Stephen Warren · 11 years ago
  44. ed69266 Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  45. 70d1a90 Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  46. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  47. 369f663 drivers/usb : Define usb control register mask for w1c bits by Nikhil Badola · 11 years ago
  48. 065a27f usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size by Przemyslaw Marczak · 11 years ago
  49. 8c02b61 usb: ci_udc: parse QTD before over-writing it by Stephen Warren · 11 years ago
  50. 8b263f9 usb: tegra: support device mode by Stephen Warren · 11 years ago
  51. 600246c usb: tegra: refactor PHY type selection by Stephen Warren · 11 years ago
  52. fa2be67 usb: tegra: fix PHY selection code by Stephen Warren · 11 years ago
  53. b09dad8 Merge remote-tracking branch 'u-boot/master' into test by Marek Vasut · 11 years ago
  54. ec02820 ARM: zynq: ehci: Added USB host driver support by Michal Simek · 11 years ago
  55. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  56. b948810 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 11 years ago
  57. 0c9fe56 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 11 years ago
  58. 9d4471e usb/gadget: add the fastboot gadget by Sebastian Siewior · 11 years ago
  59. 2c95ced0 usb: ums: remove ci_udc special case by Stephen Warren · 11 years ago
  60. aa5e864 usb: ci_udc: allow multiple buffer allocs per ep by Stephen Warren · 11 years ago
  61. e239fa5 USB: gadget: save driver name before registering it by Stephen Warren · 11 years ago
  62. 69cb0bb USB: gadget: added a saner gadget downloader registration API by Mateusz Zalega · 11 years ago
  63. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  64. 546e2cd usb: gadget: allow ci_udc to build with new gadget framework by Stephen Warren · 11 years ago
  65. 5d94687 usb: ums: use only 1 buffer for CI_UDC by Stephen Warren · 11 years ago
  66. e13a704 usb: ci_udc: support variants with hostpc register by Stephen Warren · 11 years ago
  67. 0381a727 usb: ci_udc: make PHY initialization conditional by Stephen Warren · 11 years ago
  68. d06444f usb: ci_udc: set ep->req.actual after transfer by Stephen Warren · 11 years ago
  69. de40a1e usb: ci_udc: Support larger packets by Stephen Warren · 11 years ago
  70. 6baf21c exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT by andrey.konovalov@linaro.org · 11 years ago
  71. 15175e7 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 11 years ago
  72. ef60fda usb: handle NULL table in usb_gadget_get_string by Rob Herring · 11 years ago
  73. ef9d4d4 usb:gadget:f_thor: fix write to filesystem by add dfu_flush() by Przemyslaw Marczak · 11 years ago
  74. 13a41c8 usb:gadget:f_thor: code cleanup in function download_tail() by Przemyslaw Marczak · 11 years ago
  75. 29d0587 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 11 years ago
  76. 53000ce usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs by Nobuhiro Iwamatsu · 11 years ago
  77. b0b48da fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0 by Nikhil Badola · 11 years ago
  78. 2613cfc fsl/usb: Workaround for USB erratum-A007075 by Nikhil Badola · 11 years ago
  79. eb97e25 fsl/usb: Fix phy type for Second USB controller by Nikhil Badola · 11 years ago
  80. 0d5c46a usb: tegra: combine header file by Stefan Agner · 11 years ago
  81. fb38739 usb: tegra: fix PHY configuration by Stefan Agner · 11 years ago
  82. afc492b usb: tegra: fix USB2 powerdown for Tegra30 and later by Stefan Agner · 11 years ago
  83. e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  84. 2385df6 usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · 11 years ago
  85. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  86. d7fe61d usb: ehci: fully align interrupt QHs/QTDs by Stephen Warren · 11 years ago
  87. 1907e5a ush: ehci: initialize altnext pointers in QH by Stephen Warren · 11 years ago
  88. 0ef16bb net: asix: don't pad odd-length TX packets by Stephen Warren · 11 years ago
  89. 267d8e2 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  90. 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  91. 09a3b56 fsl/usb: Limit phy_type comparison to first four characters by Nikhil Badola · 11 years ago
  92. ab4a66d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  93. c68e851 blackfin: Add <asm/clock.h> to numerous drivers by Tom Rini · 11 years ago
  94. 1f493d9 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  95. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  96. b43f269 Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  97. 9ba8997 usb: mv_udc: Rename to ci_udc by Marek Vasut · 11 years ago
  98. 29d527a ARM: USB: Remove the IXP EHCI driver by Marek Vasut · 11 years ago
  99. 2fb8183 usb:gadget:f_thor: cosmetic: Remove debug memset by Lukasz Majewski · 11 years ago
  100. 914f8fc usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacket by Lukasz Majewski · 11 years ago