1. 686a812 dm: usb: xhci: Factor out common init/uninit by Simon Glass · Wed Mar 25 12:22:52 2015 -0600
  2. 4ec422c dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() by Simon Glass · Wed Mar 25 12:22:51 2015 -0600
  3. 88a3784 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() by Simon Glass · Wed Mar 25 12:22:50 2015 -0600
  4. a49e27b dm: usb: xhci: Use a function to get xhci_ctrl by Simon Glass · Wed Mar 25 12:22:49 2015 -0600
  5. 9c57477 dm: usb: tegra: Add driver model support to tegra EHCI by Simon Glass · Wed Mar 25 12:22:48 2015 -0600
  6. 2bd08a9 dm: usb: tegra: Move most of init/uninit into a function by Simon Glass · Wed Mar 25 12:22:47 2015 -0600
  7. 6f7d342 dm: usb: tegra: Tidy up error handling and a static function by Simon Glass · Wed Mar 25 12:22:46 2015 -0600
  8. 57c76c3 dm: usb: tegra: Remove the port_addr_clear_csc variable by Simon Glass · Wed Mar 25 12:22:45 2015 -0600
  9. 2b8ceec dm: usb: exynos: Add driver model support to exynos EHCI by Simon Glass · Wed Mar 25 12:22:44 2015 -0600
  10. 33b66e8 dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · Wed Mar 25 12:22:43 2015 -0600
  11. bc4546a dm: usb: sandbox: Add a driver for sandbox by Simon Glass · Wed Mar 25 12:22:41 2015 -0600
  12. fb09d95 dm: usb: sandbox: Add an emulator for USB hub emulation by Simon Glass · Wed Mar 25 12:22:40 2015 -0600
  13. b144644 dm: usb: sandbox: Add an emulator for USB flash devices by Simon Glass · Wed Mar 25 12:22:39 2015 -0600
  14. 4147739 dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · Wed Mar 25 12:22:38 2015 -0600
  15. 59d66d2 dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · Wed Mar 25 12:22:37 2015 -0600
  16. 444b1e0 dm: usb: Allow setting up a USB controller as a device/gadget by Simon Glass · Wed Mar 25 12:22:32 2015 -0600
  17. c79173e dm: usb: Bind generic USB devices when there is no driver by Simon Glass · Wed Mar 25 12:22:31 2015 -0600
  18. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · Wed Mar 25 12:22:30 2015 -0600
  19. a194b25 dm: usb: Add driver model support to EHCI by Simon Glass · Wed Mar 25 12:22:29 2015 -0600
  20. 302696b dm: usb: Change ehci_reset() to use a pointer by Simon Glass · Wed Mar 25 12:22:28 2015 -0600
  21. dc9f3ed dm: usb: Drop the EHCI weak functions by Simon Glass · Wed Mar 25 12:22:27 2015 -0600
  22. ccc40fd dm: usb: Refactor EHCI init by Simon Glass · Wed Mar 25 12:22:26 2015 -0600
  23. cb7cf60 dm: usb: ehci: Use a function to find the controller from struct udevice by Simon Glass · Wed Mar 25 12:22:25 2015 -0600
  24. dfbf186 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · Wed Mar 25 12:22:24 2015 -0600
  25. 2d387ab dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · Wed Mar 25 12:22:23 2015 -0600
  26. 66a79f3 dm: usb: tegra: Drop use of global controller variable by Simon Glass · Wed Mar 25 12:22:22 2015 -0600
  27. cc0dc6b dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · Wed Mar 25 12:22:21 2015 -0600
  28. 92a419e dm: usb: tegra: Store the controller type explicitly by Simon Glass · Wed Mar 25 12:22:20 2015 -0600
  29. 0851caa dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · Wed Mar 25 12:22:19 2015 -0600
  30. c78c765 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · Wed Mar 25 12:22:18 2015 -0600
  31. 0bec128 dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · Wed Mar 25 12:22:17 2015 -0600
  32. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · Wed Mar 25 12:21:59 2015 -0600
  33. 1242b87 ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · Thu Apr 16 17:17:00 2015 +0530
  34. 273ac5b Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Thu Apr 16 12:51:23 2015 -0400
  35. 7e9b7de sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · Sun Mar 22 18:07:12 2015 +0100
  36. d273edb sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · Sun Mar 22 18:07:10 2015 +0100
  37. 96da306 fastboot: add support for reboot-bootloader command by Alexey Firago · Wed Feb 25 17:10:47 2015 +0300
  38. da3f27f usb: gadget: thor: Claim EP after allocating it in thor gadget by Marek Szyprowski · Tue Mar 03 17:32:16 2015 +0100
  39. 5eee56a usb: dwc3: Correct clean up code for requests by Lukasz Majewski · Tue Mar 03 17:32:15 2015 +0100
  40. b0abde9 usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · Tue Mar 03 17:32:14 2015 +0100
  41. 9f28505 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · Tue Mar 03 17:32:13 2015 +0100
  42. b0bacbe usb: dwc3: optimize interrupt loop by Marek Szyprowski · Tue Mar 03 17:32:12 2015 +0100
  43. 06c7bde usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver by Marek Szyprowski · Tue Mar 03 17:32:11 2015 +0100
  44. 3a88fd2 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · Tue Mar 03 17:32:10 2015 +0100
  45. bf35c60 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · Tue Mar 03 17:32:09 2015 +0100
  46. dc6d240 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · Tue Mar 03 17:32:08 2015 +0100
  47. d04a012 usb: composite: Add .reset callback to usb_gadget_driver structure by Lukasz Majewski · Tue Mar 03 17:32:07 2015 +0100
  48. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · Mon Feb 23 18:40:23 2015 +0530
  49. 58d701e usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · Mon Feb 23 18:40:17 2015 +0530
  50. ea71c1a usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:40:16 2015 +0530
  51. f18ed9a usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · Mon Feb 23 18:40:15 2015 +0530
  52. e1d80c9 usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · Mon Feb 23 18:40:14 2015 +0530
  53. c7bdfe3 dwc3: flush the buffers before using it by Kishon Vijay Abraham I · Mon Feb 23 18:40:13 2015 +0530
  54. e99e37b usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · Mon Feb 23 18:40:12 2015 +0530
  55. 0bc879b usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · Mon Feb 23 18:40:11 2015 +0530
  56. ee0bb0a dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:10 2015 +0530
  57. 6311ae7 usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:09 2015 +0530
  58. dcc2c44 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · Mon Feb 23 18:40:08 2015 +0530
  59. e9808cf usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:07 2015 +0530
  60. 1cee7b1 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · Mon Feb 23 18:40:06 2015 +0530
  61. dc5c653 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:05 2015 +0530
  62. bfbf05d dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:04 2015 +0530
  63. 99030d7 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:02 2015 +0530
  64. 9c38ca4 usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:00 2015 +0530
  65. 35ffd28 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:39:58 2015 +0530
  66. e23c920 usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · Mon Feb 23 18:39:57 2015 +0530
  67. 1477017 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · Mon Feb 23 18:39:55 2015 +0530
  68. c2b77b6 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · Mon Feb 23 18:39:54 2015 +0530
  69. 389f6d4 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · Mon Feb 23 18:39:53 2015 +0530
  70. d1e431a usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · Mon Feb 23 18:39:52 2015 +0530
  71. a6184a3 usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · Mon Feb 23 18:39:51 2015 +0530
  72. 1530fe3 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:39:50 2015 +0530
  73. 5227db7 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · Mon Feb 23 18:39:48 2015 +0530
  74. de3920d usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:39:46 2015 +0530
  75. 766fe41 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · Sat Apr 11 21:52:02 2015 -0600
  76. df7b37d usb: dwc2: implement interrupt transfers by Stephen Warren · Fri Apr 10 21:05:22 2015 -0600
  77. dead8db usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · Fri Apr 10 21:05:21 2015 -0600
  78. d3388f8 usb: dwc2: detect device speed correctly by Stephen Warren · Fri Mar 27 21:55:38 2015 -0600
  79. 79beb28 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · Tue Mar 24 20:07:35 2015 -0600
  80. b7dcaf0 usb: dwc2: fix bulk transfers by Stephen Warren · Mon Mar 23 23:01:01 2015 -0600
  81. c12885c usb: dwc2: remove restriction on buffer length by Stephen Warren · Sun Mar 08 11:08:14 2015 -0600
  82. 7100da3 usb: dwc2: fix aligned buffer usage by Stephen Warren · Sun Mar 08 11:08:13 2015 -0600
  83. 9f80e74 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · Sat Mar 07 22:48:55 2015 -0700
  84. b0ad4a3 usb: dwc2: remove control_data_toggle[] by Stephen Warren · Sat Mar 07 22:48:54 2015 -0700
  85. 4db200e usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · Sat Mar 07 22:48:53 2015 -0700
  86. 972ad64 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · Sat Mar 07 22:48:52 2015 -0700
  87. 8a34666 usb: dwc2: unify waiting for transfer completion by Stephen Warren · Sat Mar 07 22:48:51 2015 -0700
  88. 3859346 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · Wed Apr 01 17:18:45 2015 +0300
  89. 15fe9c8 usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:25 2015 +0100
  90. 4375b44 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:27 2015 +0100
  91. f14d54b ehci-hcd: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:37 2015 -0500
  92. 7f40623 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:35 2015 -0500
  93. 7306e9c usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:23 2015 +0100
  94. ab721ad sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · Fri Mar 27 20:54:25 2015 +0100
  95. b1a5e1f net: Add ethernet FCS length macro in net.h by Bin Meng · Fri Mar 20 17:12:18 2015 +0800
  96. ebaf0a3 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · Sun Mar 15 18:27:44 2015 +0100
  97. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
  98. 6834153 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · Mon Mar 09 15:44:16 2015 +0800
  99. 6834475 Merge git://git.denx.de/u-boot-usb by Tom Rini · Mon Mar 02 07:24:27 2015 -0500
  100. 273f84d usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · Fri Feb 27 02:27:00 2015 +0900