1. 85b8c5c Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  2. ec9002e usb, g_dnl: make iSerialNumber board configurable by Heiko Schocher · 11 years ago
  3. 522c956 usb: ohci-hcd: submit_common_msg: report actual_length properly by Mateusz Kulikowski · 11 years ago
  4. 351e9b2 usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · 11 years ago
  5. 0697f20 usb: ums: fix disk capacity miscalculation and code cleanup by Przemyslaw Marczak · 11 years ago
  6. 93c813b usb: ums: code refactoring to improve reusability on other boards. by Przemyslaw Marczak · 11 years ago
  7. dcd2f1a arm: atmel: get rid of too many ifdeffery by Bo Shen · 11 years ago
  8. d9bef0a arm: atmel: at91sam9n12ek: add usb host support by Bo Shen · 11 years ago
  9. 44e32c7 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  10. 77354e9 powerpc/usb:Differentiate USB controller base address by ramneek mehresh · 11 years ago
  11. 7e575c4 usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  12. 449697f usb: udc: add udc.h include file by Troy Kisky · 11 years ago
  13. 0f740cb usb: gadget: mv_udc: split mv_udc.h file by Troy Kisky · 11 years ago
  14. 7b7924c usb: gadget: mv_udc: optimize ep_enable by Troy Kisky · 11 years ago
  15. 1ebf027 usb: gadget: mv_udc: optimize bounce by Troy Kisky · 11 years ago
  16. 3b59abf usb: gadget: mv_udc: fix full speed connections by Troy Kisky · 11 years ago
  17. d1a5286 usb: ehci-mx6: add support for otg port by Troy Kisky · 11 years ago
  18. 8287314 usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNT by Troy Kisky · 11 years ago
  19. 127efc4 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. by Troy Kisky · 11 years ago
  20. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  21. 3d799c7 usb: am437x: Add support for am437x xhci USB host by Dan Murphy · 11 years ago
  22. 834e91a usb: dra7xx: Add support for dra7xx xhci USB host by Dan Murphy · 11 years ago
  23. ba55453 usb: omap: Move the usb phy code to the usb/phy directory by Dan Murphy · 11 years ago
  24. b216821 usb: omap5: Update the board_usb_init api by Dan Murphy · 11 years ago
  25. 41b667b usb: omap: Move the xhci-omap header file to common location by Dan Murphy · 11 years ago
  26. b958fb9 usb:g_dnl: Support for TIZEN's THOR function in generic download code by Lukasz Majewski · 11 years ago
  27. c527937 usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocol by Lukasz Majewski · 11 years ago
  28. d6eae7b usb:g_dnl: Add name parameter to g_dnl_bind_fixup function by Lukasz Majewski · 11 years ago
  29. 7b412ab usb:g_dnl: Replace static usb_configuration structure with dynamically allocated one by Lukasz Majewski · 11 years ago
  30. 57ffabe usb:udc:s3c: Reduce dcache invalidate range for UDC receive buffer by Lukasz Majewski · 11 years ago
  31. 98f686c usb:smsx95xx LED activity for USB net driver by Suriyan Ramasami · 11 years ago
  32. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  33. b065eb7 usb: gadget: mv_udc: clear desc upon ep_disable by Troy Kisky · 11 years ago
  34. 01773cc usb: gadget: mv_udc: zero transfer descriptor memory on probe by Troy Kisky · 11 years ago
  35. 5fc2e99 usb: gadget: mv_udc: flush item before head by Troy Kisky · 11 years ago
  36. 5a90443 usb: gadget: mv_udc: set is_dualspeed = 1 by Troy Kisky · 11 years ago
  37. d092879 usb: gadget: mv_udc: fix typo in error message by Troy Kisky · 11 years ago
  38. 71fc5f9 usb: gadget: ether: return error from rx_submit if no request by Troy Kisky · 11 years ago
  39. 43880ce usb: gadget: ether set wMaxPacketSize by Troy Kisky · 11 years ago
  40. 2d2358a OMAP5: USB: Add OMAP xHCI file and header by Dan Murphy · 11 years ago
  41. 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured by Julius Werner · 11 years ago
  42. 13194f3 USB: XHCI: Add xHCI host controller support for Exynos5 by Vivek Gautam · 11 years ago
  43. 5853e13 USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  44. e3d7440 usb: Move 'bmRequestType' USB device request macros from EHCI header by Vivek Gautam · 11 years ago
  45. 16641d5 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  46. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  47. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  48. 99b4eaa usb: Prevent using reserved registers on DM36x usb by Andrew Murray · 11 years ago
  49. 9f3fe6d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  50. ddd025b usb: Fix error handling in musb_hcd.c by Andrew Murray · 11 years ago
  51. 5077f96 usb: ehci: Fix test mode for connected ports by Julius Werner · 11 years ago
  52. 4585fc5 USB: gadget: atmel: disconnect before unbind by Bo Shen · 11 years ago
  53. a6921ad usb:g_dnl:dfu: Download gadget and DFU function code clean up by Lukasz Majewski · 11 years ago
  54. 69d6cbe usb:gadget:Remove redundant #includes for USB composite gadget and its functions by Lukasz Majewski · 11 years ago
  55. ba4e95c usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_storage) by Lukasz Majewski · 11 years ago
  56. 9e40493 USB: gadget: add atmel usba udc driver by Bo Shen · 11 years ago
  57. 898d686 usb: gadget: config: fix unaligned access issues by Troy Kisky · 11 years ago
  58. 5290759 usb: gadget: Fix data aborts during USB ethernet boot by Joel Fernandes · 11 years ago
  59. 4eef93d Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  60. 76b6b19 usb: ehci-mx5: Use 'bool' instead of 'unsigned char' by Fabio Estevam · 11 years ago
  61. c390412 usb: ehci-mx5: Remove unneeded write to cscmr1 register by Fabio Estevam · 11 years ago
  62. c4219a8 usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver by Lukasz Majewski · 11 years ago
  63. cfc2d0d usb:dfu:g_dnl: Change number of exported configurations at composite gadget by Lukasz Majewski · 11 years ago
  64. 120503f ARM: OMAP: USB: Fix linker error when ULPI is not defined by Dan Murphy · 11 years ago
  65. d3d037a ARM: OMAP5: USB: Add OMAP5 common USB EHCI information by Dan Murphy · 11 years ago
  66. 2f96b06 linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h by Wu, Josh · 11 years ago
  67. cb3761e SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · 11 years ago
  68. 2eb6090 net: smsc95xx: Add support for another SMSC95xx variant by Stefan Roese · 11 years ago
  69. e20cc2c Merge branch 'master' of git://88.191.163.10/u-boot-arm by Tom Rini · 11 years ago
  70. 32f420b musb: Disable extra prints by Lokesh Vutla · 11 years ago
  71. 8bc3603 ehci-hcd: fix memory leak in lowlevel init by Nikita Kiryanov · 11 years ago
  72. bb1f327 usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module by Roger Quadros · 11 years ago
  73. 6bed7ce dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
  74. 6dd30af usb: mv_udc: Add bounce buffer by Marek Vasut · 11 years ago
  75. f19a343 usb: mv_udc: Add proper cache management by Marek Vasut · 11 years ago
  76. ede709c usb: mv_udc: Implement better qTD item accessor by Marek Vasut · 11 years ago
  77. 8a095a6 usb: mv_udc: Improve allocation of qTD items by Marek Vasut · 11 years ago
  78. b5cd45b usb: mv_udc: Implement better QH accessor by Marek Vasut · 11 years ago
  79. 5804b88 usb: mv_udc: Add cacheline length check by Marek Vasut · 11 years ago
  80. ab65da1 usb: mv_udc: Properly align the endpoint QH and qTD list by Marek Vasut · 11 years ago
  81. ab52df1 usb: mv_udc: Move QH and qTD into mv_drv by Marek Vasut · 11 years ago
  82. fe48f05 usb: mv_udc: Init mv_drv.gadget.ops statically by Marek Vasut · 11 years ago
  83. f646317 usb: mv_udc: Remove QH_MAXNUM macro by Marek Vasut · 11 years ago
  84. d766303 usb: mv_udc: Clean up the initial variable check by Marek Vasut · 11 years ago
  85. be7ed25 usb: mv_udc: Make use of struct ehci_ctrl by Marek Vasut · 11 years ago
  86. b959655 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
  87. 2ea4b44 usb: mv_udc: Clean up the EP initialization by Marek Vasut · 11 years ago
  88. 532d846 usb: mv_udc: Move endpoint array into driver data by Marek Vasut · 11 years ago
  89. a7eafcf usb: mv_udc: Unbreak the mv_udc driver by Marek Vasut · 11 years ago
  90. eee479c Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  91. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  92. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  93. 7e44d93 ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  94. ecc8edb usb: pxa27x_udc: fix compiler warnings by Mike Dunn · 11 years ago
  95. 81c065d dfu: Update DFU's authorship history by Łukasz Majewski · 11 years ago
  96. b0857c4 usb: omap: ulpi: fix ulpi transceiver access by Michael Trimarchi · 11 years ago
  97. befd387 usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 by Pierre Aubert · 11 years ago
  98. e059a40 dfu:function: Fix number of allocated DFU function pointers by Lukasz Majewski · 11 years ago
  99. 7a34278 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  100. c5398cc usb, g_dnl: make possibility to fixup the device_desc board specific by Heiko Schocher · 11 years ago