1. b43cdf9 usb: ehci: Make the PHY handling generic by Marek Vasut · 6 years ago
  2. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  3. b3cbcd9 usb: ehci: do not invalidate a NULL buffer by Dirk Behme · 7 years ago
  4. 45157d2 dm: usb: ehci: avoid possible NULL dereference by Heinrich Schuchardt · 7 years ago
  5. a23aa66 dm: usb: ehci: Implement get_max_xfer_size() operation by Bin Meng · 7 years ago
  6. 99c2255 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  7. 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  8. 121a4d1 usb: add static to local symbols by Masahiro Yamada · 7 years ago
  9. 1e6fb0e usb: ehci: only shutdown opened controller by Peng Fan · 8 years ago
  10. cfb3f1c usb: ehci-hcd: Fix crash when no ops are provided to ehci_register() by Mateusz Kulikowski · 9 years ago
  11. 3f9f8a5 ehci-hcd: Add init_after_reset by Mateusz Kulikowski · 9 years ago
  12. abd702f usb: ehci: Fix warning on aarch64 by Marek Vasut · 9 years ago
  13. 7ab0d35 usb: ehci: Clear USBMODE_BE on LE MMIO by Marek Vasut · 9 years ago
  14. cf7c93c usb: ehci: Implement V2P mapping by Marek Vasut · 9 years ago
  15. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  16. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  17. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  18. 49b4c5c usb: ehci: remember init mode by Stephen Warren · 9 years ago
  19. e62b526 usb: Update some EHCI driver licenses to use SPDX by Simon Glass · 9 years ago
  20. 19df0bc usb: ehci: Correct a missing hypen in an error message by Simon Glass · 9 years ago
  21. 7f59d16 usb: ehci: Properly deal with data toggle for interrupt endpoints by Hans de Goede · 9 years ago
  22. 8a5f066 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 9 years ago
  23. 029fd8e dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · 9 years ago
  24. 45b9ea1 usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 9 years ago
  25. 71b9452 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · 9 years ago
  26. cb8a2c1 dm: usb: Set desc_before_addr from ehci dm code by Hans de Goede · 9 years ago
  27. fcdd8aa dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code by Hans de Goede · 9 years ago
  28. 25c8ebd dm: usb: Use usb_get_bus in dm ehci code by Hans de Goede · 9 years ago
  29. 46b0179 dm: usb: Add driver model support to EHCI by Simon Glass · 10 years ago
  30. aeca43e dm: usb: Change ehci_reset() to use a pointer by Simon Glass · 10 years ago
  31. deb8508 dm: usb: Drop the EHCI weak functions by Simon Glass · 10 years ago
  32. 7372b5b dm: usb: Refactor EHCI init by Simon Glass · 10 years ago
  33. 24ed894 dm: usb: ehci: Use a function to find the controller from struct udevice by Simon Glass · 10 years ago
  34. 6a1a816 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · 10 years ago
  35. 11d18a1 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · 10 years ago
  36. 727fce3 dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · 10 years ago
  37. c4a3141 dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · 10 years ago
  38. 7338287 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · 10 years ago
  39. aac064f dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · 10 years ago
  40. 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  41. 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  42. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  43. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  44. 0c6de88 usb: ehci: do not set the LSB of Current qTD pointer by Masahiro Yamada · 10 years ago
  45. 8460b89 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · 10 years ago
  46. 8aa26b8 usb: ehci: Move cache invalidation to poll_int_queue by Hans de Goede · 10 years ago
  47. bd818d8 usb: ehci: Move interrupt packet length check to create_int_queue by Hans de Goede · 10 years ago
  48. 32f2eac usb: ehci: Do not disable an already disabled periodic schedule by Hans de Goede · 10 years ago
  49. 2d17b48 ehci-hcd.c: make local functions static by Jeroen Hofstee · 10 years ago
  50. 3dd80aa usb: use __weak by Jeroen Hofstee · 10 years ago
  51. 36b7310 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
  52. 415548d usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
  53. ea7b30c usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  54. 4e2c4ad usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
  55. ea42777 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 11 years ago
  56. 8165e34 usb: ehci: fully align interrupt QHs/QTDs by Stephen Warren · 11 years ago
  57. 2456b97 ush: ehci: initialize altnext pointers in QH by Stephen Warren · 11 years ago
  58. eb63218 usb: ehci: Fix register access by Marek Vasut · 11 years ago
  59. 1e1be6d usb: ehci: Do not de-init uninited controllers by Marek Vasut · 11 years ago
  60. 127efc4 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. by Troy Kisky · 11 years ago
  61. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  62. 5077f96 usb: ehci: Fix test mode for connected ports by Julius Werner · 11 years ago
  63. 8bc3603 ehci-hcd: fix memory leak in lowlevel init by Nikita Kiryanov · 11 years ago
  64. b959655 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
  65. d3e0747 usb: ehci: add missing cache managment by Stephen Warren · 11 years ago
  66. e82a316 usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 11 years ago
  67. 1dde142 usb: ehci: add weak-aliased function for PORTSC by Kuo-Jung Su · 11 years ago
  68. 9c6a9d7 usb: ehci: prevent bad PORTSC register access by Kuo-Jung Su · 11 years ago
  69. ed10e66 usb: Correct CLEAR_FEATURE code in ehci-hcd by Simon Glass · 11 years ago
  70. 4f4eab4 usb: common: Use a global definition for 'min3' by Vivek Gautam · 12 years ago
  71. 7d9aa8f usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
  72. b068deb USB: EHCI: Add weak functions to support new chip by Jim Lin · 12 years ago
  73. 8f62ca6 usb: ehci: Support interrupt transfers via periodic list by Patrick Georgi · 12 years ago
  74. 2982837 usb: ehci: Add 64-bit controller support by Vincent Palatin · 12 years ago
  75. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  76. 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  77. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  78. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  79. 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  80. db19134 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  81. 5cec214 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  82. 14eb79b ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  83. 44ae0be ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  84. cdeb916 ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  85. 2af16f8 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  86. 189a695 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  87. 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  88. c7701af ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  89. 41b1f0a USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 13 years ago
  90. b8adb12 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 13 years ago
  91. de98e8b USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 13 years ago
  92. f5cdc11 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 13 years ago
  93. 9ab4ce2 usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  94. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  95. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  96. 3874b6d USB: EHCI: Allow EHCI post-powerup configuration in board files by Marek Vasut · 13 years ago
  97. 5f4b4f2 ehci: speed up initialization by Vincent Palatin · 13 years ago
  98. 7555d5e USB: Add usb_event_poll() to get keyboards working with EHCI by Marek Vasut · 13 years ago
  99. 3ecfa95 ehci-hcd: Allow cleanups to happen gracefully on a timeout. by Joel Fernandes · 13 years ago
  100. 96820a3 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago