1. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Apr 24 13:43:24 2015 -0400
  2. 1b320bd usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's by Sanchayan Maity · Wed Apr 15 16:24:27 2015 +0530
  3. 767169f drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x by Nikhil Badola · Tue Mar 17 18:16:33 2015 +0530
  4. 5d93fe0 drivers:usb: Add device-tree fixup to identify socs having dual phy by Nikhil Badola · Wed Mar 11 15:44:23 2015 +0530
  5. 85fb9ee dm: usb: exynos: Adjust XHCI driver to support driver model by Simon Glass · Wed Mar 25 12:22:55 2015 -0600
  6. b113f6e dm: usb: Rename the XHCI HCD to U-Boot by Simon Glass · Wed Mar 25 12:22:54 2015 -0600
  7. 49b4183 dm: usb: Support driver model in XHCI by Simon Glass · Wed Mar 25 12:22:53 2015 -0600
  8. 686a812 dm: usb: xhci: Factor out common init/uninit by Simon Glass · Wed Mar 25 12:22:52 2015 -0600
  9. 4ec422c dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() by Simon Glass · Wed Mar 25 12:22:51 2015 -0600
  10. 88a3784 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() by Simon Glass · Wed Mar 25 12:22:50 2015 -0600
  11. a49e27b dm: usb: xhci: Use a function to get xhci_ctrl by Simon Glass · Wed Mar 25 12:22:49 2015 -0600
  12. 9c57477 dm: usb: tegra: Add driver model support to tegra EHCI by Simon Glass · Wed Mar 25 12:22:48 2015 -0600
  13. 2bd08a9 dm: usb: tegra: Move most of init/uninit into a function by Simon Glass · Wed Mar 25 12:22:47 2015 -0600
  14. 6f7d342 dm: usb: tegra: Tidy up error handling and a static function by Simon Glass · Wed Mar 25 12:22:46 2015 -0600
  15. 57c76c3 dm: usb: tegra: Remove the port_addr_clear_csc variable by Simon Glass · Wed Mar 25 12:22:45 2015 -0600
  16. 2b8ceec dm: usb: exynos: Add driver model support to exynos EHCI by Simon Glass · Wed Mar 25 12:22:44 2015 -0600
  17. bc4546a dm: usb: sandbox: Add a driver for sandbox by Simon Glass · Wed Mar 25 12:22:41 2015 -0600
  18. 4147739 dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · Wed Mar 25 12:22:38 2015 -0600
  19. 444b1e0 dm: usb: Allow setting up a USB controller as a device/gadget by Simon Glass · Wed Mar 25 12:22:32 2015 -0600
  20. c79173e dm: usb: Bind generic USB devices when there is no driver by Simon Glass · Wed Mar 25 12:22:31 2015 -0600
  21. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · Wed Mar 25 12:22:30 2015 -0600
  22. a194b25 dm: usb: Add driver model support to EHCI by Simon Glass · Wed Mar 25 12:22:29 2015 -0600
  23. 302696b dm: usb: Change ehci_reset() to use a pointer by Simon Glass · Wed Mar 25 12:22:28 2015 -0600
  24. dc9f3ed dm: usb: Drop the EHCI weak functions by Simon Glass · Wed Mar 25 12:22:27 2015 -0600
  25. ccc40fd dm: usb: Refactor EHCI init by Simon Glass · Wed Mar 25 12:22:26 2015 -0600
  26. 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
  27. dfbf186 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · Wed Mar 25 12:22:24 2015 -0600
  28. 2d387ab dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · Wed Mar 25 12:22:23 2015 -0600
  29. 66a79f3 dm: usb: tegra: Drop use of global controller variable by Simon Glass · Wed Mar 25 12:22:22 2015 -0600
  30. cc0dc6b dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · Wed Mar 25 12:22:21 2015 -0600
  31. 92a419e dm: usb: tegra: Store the controller type explicitly by Simon Glass · Wed Mar 25 12:22:20 2015 -0600
  32. 0851caa dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · Wed Mar 25 12:22:19 2015 -0600
  33. c78c765 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · Wed Mar 25 12:22:18 2015 -0600
  34. 0bec128 dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · Wed Mar 25 12:22:17 2015 -0600
  35. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · Wed Mar 25 12:21:59 2015 -0600
  36. 766fe41 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · Sat Apr 11 21:52:02 2015 -0600
  37. df7b37d usb: dwc2: implement interrupt transfers by Stephen Warren · Fri Apr 10 21:05:22 2015 -0600
  38. dead8db usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · Fri Apr 10 21:05:21 2015 -0600
  39. d3388f8 usb: dwc2: detect device speed correctly by Stephen Warren · Fri Mar 27 21:55:38 2015 -0600
  40. 79beb28 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · Tue Mar 24 20:07:35 2015 -0600
  41. b7dcaf0 usb: dwc2: fix bulk transfers by Stephen Warren · Mon Mar 23 23:01:01 2015 -0600
  42. c12885c usb: dwc2: remove restriction on buffer length by Stephen Warren · Sun Mar 08 11:08:14 2015 -0600
  43. 7100da3 usb: dwc2: fix aligned buffer usage by Stephen Warren · Sun Mar 08 11:08:13 2015 -0600
  44. 9f80e74 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · Sat Mar 07 22:48:55 2015 -0700
  45. b0ad4a3 usb: dwc2: remove control_data_toggle[] by Stephen Warren · Sat Mar 07 22:48:54 2015 -0700
  46. 4db200e usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · Sat Mar 07 22:48:53 2015 -0700
  47. 972ad64 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · Sat Mar 07 22:48:52 2015 -0700
  48. 8a34666 usb: dwc2: unify waiting for transfer completion by Stephen Warren · Sat Mar 07 22:48:51 2015 -0700
  49. 3859346 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · Wed Apr 01 17:18:45 2015 +0300
  50. 4375b44 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:27 2015 +0100
  51. f14d54b ehci-hcd: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:37 2015 -0500
  52. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
  53. 6834475 Merge git://git.denx.de/u-boot-usb by Tom Rini · Mon Mar 02 07:24:27 2015 -0500
  54. 273f84d usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · Fri Feb 27 02:27:00 2015 +0900
  55. b2584c5 ARM: UniPhier: move uniphier_ehci_reset() function by Masahiro Yamada · Fri Feb 27 02:26:55 2015 +0900
  56. 9a1dff5 ARM: UniPhier: remove EHCI platform devices by Masahiro Yamada · Fri Feb 27 02:26:54 2015 +0900
  57. 95387e2 ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> by Masahiro Yamada · Fri Feb 27 02:26:44 2015 +0900
  58. ee0e733 exynos: usb: make dwc3_set_mode to static by Joonyoung Shim · Wed Jan 21 14:16:25 2015 +0900
  59. 40ffb68 usb: pci: Add XHCI driver for PCI by Simon Glass · Tue Jan 27 22:13:31 2015 -0700
  60. eeb1d28 usb: pci: Use pci_find_class() to find the device by Simon Glass · Tue Jan 27 22:13:30 2015 -0700
  61. fec09c5 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · Mon Jan 05 20:05:39 2015 -0700
  62. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · Sun Jan 11 20:38:28 2015 +0100
  63. a144198 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · Wed Jan 07 15:08:43 2015 +0100
  64. c0003f2 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Dec 11 18:40:49 2014 -0500
  65. 460dfc5 drivers: usb: fsl: Check USB Erratum A007792 applicability by Nikhil Badola · Thu Oct 30 10:11:28 2014 +0530
  66. 3d12d52 drivers: usb: fsl: Add USB device-tree errata framework by Nikhil Badola · Tue Sep 30 11:24:07 2014 +0530
  67. b6fd44c drivers: usb: Make usb device-tree fixup code architecture independent by Nikhil Badola · Mon Oct 20 16:50:49 2014 +0530
  68. 9a72462 usb: UniPhier: support OF configuration by Masahiro Yamada · Wed Nov 26 18:34:01 2014 +0900
  69. faf5692 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Nov 25 16:51:47 2014 -0500
  70. 0e16b8a Merge branch 'master' of http://git.denx.de/u-boot-samsung by Tom Rini · Tue Nov 25 11:10:01 2014 -0500
  71. 67f4b26 drivers : usb: fsl: Implement usb Erratum A007798 workaround by Nikhil Badola · Fri Oct 17 09:12:07 2014 +0530
  72. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  73. 76c2f2e drivers: usb: fsl: Move USB Errata checking code by Nikhil Badola · Tue Sep 30 11:22:43 2014 +0530
  74. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  75. 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · Thu Nov 06 14:59:35 2014 +0900
  76. d1af69c usb: ehci: do not set the LSB of Current qTD pointer by Masahiro Yamada · Mon Nov 17 17:54:14 2014 +0900
  77. 97f4ef6 arm: odroid: usb: add support for usb host including ethernet by Suriyan Ramasami · Wed Oct 29 09:22:43 2014 -0700
  78. 220402e usb:ehci-mx6 add phy mode query function by Peng Fan · Mon Nov 10 08:50:39 2014 +0800
  79. 84d2b22 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Thu Nov 13 10:35:13 2014 -0500
  80. b5ab8ce sun6i: ehci: Add sun6i ehci support by Hans de Goede · Fri Nov 07 14:51:12 2014 +0100
  81. af4273b sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s by Hans de Goede · Fri Nov 07 16:09:00 2014 +0100
  82. 33faf63 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Nov 11 16:59:25 2014 -0500
  83. 21b8890 usb: UniPhier: add UniPhier on-chip EHCI host driver support by Masahiro Yamada · Fri Nov 07 18:48:33 2014 +0900
  84. 1b0a06b usb: add basic USB configs in Kconfig by Masahiro Yamada · Fri Nov 07 18:48:31 2014 +0900
  85. 3c4ca94 usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT by Nobuhiro Iwamatsu · Tue Nov 04 16:17:21 2014 +0900
  86. c6f9d82 usb: ehci: fix Interrupt on Doorbell flag of USBCMD by Masahiro Yamada · Wed Nov 05 23:11:10 2014 +0900
  87. ea7851d dm: sunxi: Request USB vbus gpio by Hans de Goede · Fri Oct 31 17:04:52 2014 +0100
  88. 8f32aaa sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · Fri Oct 24 21:20:47 2014 +0100
  89. 01e6f33 usb: ehci: rmobile: Collect up address data by Nobuhiro Iwamatsu · Tue Nov 04 09:56:42 2014 +0900
  90. 0e2c967 usb: ehci: rmobile: Add support R8A7793 by Nobuhiro Iwamatsu · Tue Nov 04 09:56:41 2014 +0900
  91. 6f68122 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · Wed Sep 24 14:06:06 2014 +0200
  92. 8c5c5ca usb: ehci: Move cache invalidation to poll_int_queue by Hans de Goede · Wed Sep 24 14:06:05 2014 +0200
  93. 7f7cb73 usb: ehci: Move interrupt packet length check to create_int_queue by Hans de Goede · Wed Sep 24 14:06:04 2014 +0200
  94. 8ba55ed usb: ehci: Do not disable an already disabled periodic schedule by Hans de Goede · Wed Sep 24 14:06:03 2014 +0200
  95. ed6144f Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · Mon Oct 27 09:05:43 2014 -0400
  96. 77a7384 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sun Oct 26 14:12:18 2014 -0400
  97. a4ac740 ehci-hcd.c: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:34 2014 +0200
  98. c66fcc3 usb: use __weak by Jeroen Hofstee · Wed Oct 08 22:57:29 2014 +0200
  99. 66c5b9f keystone: usb: add support of usb xhci by WingMan Kwok · Fri Sep 05 22:26:23 2014 +0300
  100. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200