1. f58369f dm: usb: eth: Add driver-model support to the asix driver by Simon Glass · 9 years ago
  2. d0065dd dm: usb: Add driver-model support to ehci-pci by Simon Glass · 9 years ago
  3. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  4. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
  5. 1b2e365 usb: Update some EHCI driver licenses to use SPDX by Simon Glass · 9 years ago
  6. e855d26 usb: ehci: Correct a missing hypen in an error message by Simon Glass · 9 years ago
  7. fc64961 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
  8. 5962748 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
  9. 52666e2 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
  10. 4d8b8df musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
  11. 81c4998 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  12. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 9 years ago
  13. a9e41f8 dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · 9 years ago
  14. 46ea73a dm: usb: Rename usb_find_child to usb_find_emul_child by Hans de Goede · 9 years ago
  15. 89bcccd dm: usb: Use device_unbind_children to clean up usb devs on stop by Hans de Goede · 9 years ago
  16. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  17. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  18. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  19. 9aa3197 usb: Add EHCI support for Armada 38x (mvebu) by Stefan Roese · 9 years ago
  20. 61a5a1c usb: ehci: Properly deal with data toggle for interrupt endpoints by Hans de Goede · 9 years ago
  21. 74934df sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
  22. 836e334 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
  23. fa6fec0 Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  24. 3ada902 dm: usb: tegra: Drop legacy USB code by Simon Glass · 10 years ago
  25. fbb1494 dm: usb: Implement usb_detect_change() for driver model by Simon Glass · 10 years ago
  26. f7d9252 usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc() by Inha Song · 10 years ago
  27. f873c5c samsung: usb: phy: Support for DWC3 PHY by Lukasz Majewski · 10 years ago
  28. 9582d23 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  29. c417f83 usb: ehci-vf: Add weak function for board specific initialisation by Sanchayan Maity · 9 years ago
  30. 16e6cf0 drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect by Nikhil Badola · 9 years ago
  31. 0e7c339 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  32. 563ee4c ARM: UniPhier: update the vendor name of UniPhier in Kconfig by Masahiro Yamada · 10 years ago
  33. 663a23f ARM: UniPhier: replace <asm/io.h> with <linux/io.h> by Masahiro Yamada · 10 years ago
  34. 79d657d usb: dwc2: Add support for v3 snpsid value by Peter Griffin · 10 years ago
  35. 2c24ed1 ci_udc: Update the ci_udc driver to support bulk transfers by Siva Durga Prasad Paladugu · 10 years ago
  36. 5477e6f usb: ohci: Add support for interrupt queues by Hans de Goede · 10 years ago
  37. 66b1d6d usb: ohci: Add an ohci_alloc_urb() function by Hans de Goede · 10 years ago
  38. d7a3942 usb: ohci: Do not reuse ed for interrupt endpoints of different devices by Hans de Goede · 10 years ago
  39. 804fa57 sunxi: ohci: Add ohci usb host controller support by Hans de Goede · 10 years ago
  40. 4dba108 sunxi: ehci: Convert to the driver-model by Hans de Goede · 10 years ago
  41. 8a62c50 usb: ohci: Add dm support by Hans de Goede · 10 years ago
  42. d6cc1d1 usb: ohci: Skip unnecessary mdelay(1) calls in various places by Hans de Goede · 10 years ago
  43. f9d72a6 usb: ohci: Remove unnecessary delays from hc_start and power power-on paths by Hans de Goede · 10 years ago
  44. 2787337 usb: ohci: Do not resubmit and leak urbs for interrupt packets by Hans de Goede · 10 years ago
  45. cebc5b7 dm: usb: Do not scan companion buses if no devices where handed over by Hans de Goede · 10 years ago
  46. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · 10 years ago
  47. f8762f9 dm: usb: Move printing of usb scan status to usb_scan_bus() by Hans de Goede · 10 years ago
  48. 0a7fa27 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 10 years ago
  49. 53ca9de dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · 10 years ago
  50. 63f34ca usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 10 years ago
  51. b5b3ef2 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · 10 years ago
  52. 2a8a987 dm: usb: exynos: Drop legacy USB code by Simon Glass · 10 years ago
  53. d98dc99 usb: ohci: Don't log an error on interrupt packet timeout by Hans de Goede · 10 years ago
  54. 8e41f66 usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus by Hans de Goede · 10 years ago
  55. 60f4bd0 usb: ohci: Fix ctrl in messages with a data-len of 0 by Hans de Goede · 10 years ago
  56. 516c987 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c by Hans de Goede · 10 years ago
  57. eb509d3 usb: ohci: Remove unnecessary phcca variable by Hans de Goede · 10 years ago
  58. e5ef421 usb: ohci: Move the td array struct to inside the ohci_dev struct by Hans de Goede · 10 years ago
  59. 0c0e960 usb: ohci: Move the ohci_dev struct to inside the main ohci struct by Hans de Goede · 10 years ago
  60. 2a240e7 usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars by Hans de Goede · 10 years ago
  61. 6766dc1 usb: ohci: Remove unused devgone global variable by Hans de Goede · 10 years ago
  62. 76bc7f4 dm: usb: Set desc_before_addr from ehci dm code by Hans de Goede · 10 years ago
  63. d5ab160 dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code by Hans de Goede · 10 years ago
  64. 6be39d1 dm: usb: Use usb_get_bus in dm ehci code by Hans de Goede · 10 years ago
  65. 8a0b4c2 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · 10 years ago
  66. 3b5ddd3 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · 10 years ago
  67. 8679b3a dm: usb: Do not use bus->seq before device_probe(bus) by Hans de Goede · 10 years ago
  68. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  69. 288542c drivers: usb: fsl: Workaround for Erratum A004477 by Nikhil Badola · 10 years ago
  70. 1168e09 sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 10 years ago
  71. 26a9005 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 10 years ago
  72. 8697909 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 10 years ago
  73. 1f4e1d1 sunxi: usb: Remove sunxi_usbc_get_io_base function by Hans de Goede · 10 years ago
  74. 7e5aabd sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · 10 years ago
  75. 3702f14 sunxi: Add basic A33 basic support by Vishnu Patekar · 10 years ago
  76. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  77. 3636534 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  78. 1b320bd usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's by Sanchayan Maity · 10 years ago
  79. f5823c0 dm: usb: Add a terminator to the string destructor list by Simon Glass · 10 years ago
  80. 767169f drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x by Nikhil Badola · 10 years ago
  81. 5d93fe0 drivers:usb: Add device-tree fixup to identify socs having dual phy by Nikhil Badola · 10 years ago
  82. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  83. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  84. 85fb9ee dm: usb: exynos: Adjust XHCI driver to support driver model by Simon Glass · 10 years ago
  85. b113f6e dm: usb: Rename the XHCI HCD to U-Boot by Simon Glass · 10 years ago
  86. 49b4183 dm: usb: Support driver model in XHCI by Simon Glass · 10 years ago
  87. 686a812 dm: usb: xhci: Factor out common init/uninit by Simon Glass · 10 years ago
  88. 4ec422c dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() by Simon Glass · 10 years ago
  89. 88a3784 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() by Simon Glass · 10 years ago
  90. a49e27b dm: usb: xhci: Use a function to get xhci_ctrl by Simon Glass · 10 years ago
  91. 9c57477 dm: usb: tegra: Add driver model support to tegra EHCI by Simon Glass · 10 years ago
  92. 2bd08a9 dm: usb: tegra: Move most of init/uninit into a function by Simon Glass · 10 years ago
  93. 6f7d342 dm: usb: tegra: Tidy up error handling and a static function by Simon Glass · 10 years ago
  94. 57c76c3 dm: usb: tegra: Remove the port_addr_clear_csc variable by Simon Glass · 10 years ago
  95. 2b8ceec dm: usb: exynos: Add driver model support to exynos EHCI by Simon Glass · 10 years ago
  96. 33b66e8 dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · 10 years ago
  97. bc4546a dm: usb: sandbox: Add a driver for sandbox by Simon Glass · 10 years ago
  98. fb09d95 dm: usb: sandbox: Add an emulator for USB hub emulation by Simon Glass · 10 years ago
  99. b144644 dm: usb: sandbox: Add an emulator for USB flash devices by Simon Glass · 10 years ago
  100. 4147739 dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · 10 years ago