1. 7f2d737 usb: ehci: handshake CMD_RUN instead of STS_HALT by Neal Liu · 3 years, 4 months ago
  2. 2d5ba37 usb: ehci: add spurious flag to disable overcurrent checking by Florian Fainelli · 4 years ago
  3. 3e45ed3 USB: host: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 10 months ago
  4. 6bc3f39 USB: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  5. a0ef2bd usb: host: Replace empty define with do while by Corentin Labbe · 6 years ago
  6. d214109 USB: host: ehci: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  7. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  8. 9d4b827 fsl/usb: Workarourd for USB erratum-A005697 by Changming Huang · 8 years ago
  9. c88d4df usb: host: unhide suspend/resume declarations by Arnd Bergmann · 9 years ago
  10. 93df42b usb: ehci: remove old stub_debug_files definition by Geyslan G. Bem · 9 years ago
  11. 4510a07 usb: host: ehci.h: move constant to right by Geyslan G. Bem · 9 years ago
  12. c021170 usb: host: ehci.h: move pointer operator to name side by Geyslan G. Bem · 9 years ago
  13. 8af0219 usb: host: ehci.h: remove macros trailing semicolon by Geyslan G. Bem · 9 years ago
  14. 10f2b96 usb: host: ehci.h: use space after comma by Geyslan G. Bem · 9 years ago
  15. 3a9e742 usb: host: ehci.h: remove direct use of __attribute__ keyword by Geyslan G. Bem · 9 years ago
  16. bc4bead usb: host: ehci.h: fix single statement macros by Geyslan G. Bem · 9 years ago
  17. 9dc3af5 usb: host: ehci.h: remove space before open square bracket by Geyslan G. Bem · 9 years ago
  18. e06e226 usb: host: ehci.h: remove space before function open parenthesis by Geyslan G. Bem · 9 years ago
  19. b5566d0 usb: host: ehci.h: remove space before comma by Geyslan G. Bem · 9 years ago
  20. 87d6191 USB: EHCI: add a delay when unlinking an active QH by Alan Stern · 9 years ago
  21. fcc5184 USB: EHCI: store reason for unlinking a QH by Alan Stern · 9 years ago
  22. fc0855f USB: EHCI: warn on unexpectedly active QH by Alan Stern · 9 years ago
  23. f8786a9 drivers: usb: fsl: Workaround for USB erratum-A005275 by Nikhil Badola · 9 years ago
  24. 74db22c drivers:usb:fsl: Fix compilation error for fsl ehci drv by Ramneek Mehresh · 10 years ago
  25. 314b41b USB: ehci-platform: Support ehci reset after resume quirk by Wu Liang feng · 10 years ago
  26. 11a7e59 usb: ehci: add ehci_port_power interface by Michael Grzeschik · 10 years ago
  27. 3776993 USB: EHCI: Export the ehci_hub_control function by Laurent Pinchart · 11 years ago
  28. feffe09 usb: ehci: add freescale imx28 special write register method by Peter Chen · 11 years ago
  29. 1c20163 usb: kill DEBUG compile option by Oliver Neukum · 11 years ago
  30. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  31. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  32. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  33. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  34. 46c73d1 USB: EHCI: handle isochronous underruns with tasklets by Alan Stern · 11 years ago
  35. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  36. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  37. 165f606 Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  38. 9118f9e USB: EHCI: improve interrupt qh unlink by Ming Lei · 12 years ago
  39. 2cdcec4 usb: host: add has_tdi_phy_lpm capability bit by Tuomas Tynkkynen · 11 years ago
  40. 2f3a6b8 USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers by Manjunath Goudar · 12 years ago
  41. e6604a7 EHCI: Quirk flag for port power handling on overcurrent. by Christian Engelmayer · 12 years ago
  42. 214ac7a USB: EHCI: improve end_unlink_async() by Alan Stern · 12 years ago
  43. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 12 years ago
  44. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 12 years ago
  45. 9debc17 USB: EHCI: add a name for the platform-private field by Alan Stern · 12 years ago
  46. 9ec6e9d USB: EHCI: Move definition of EHCI_STATS to ehci.h by Roger Quadros · 12 years ago
  47. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  48. 3e02320 USB: EHCI: prepare to make ehci-hcd a library module by Alan Stern · 12 years ago
  49. 4968f95 USB: EHCI: remove unused Link Power Management code by Alan Stern · 12 years ago
  50. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  51. d6064ac USB: EHCI: move logging macros to ehci.h by Alan Stern · 12 years ago
  52. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  53. c3ee9b7 EHCI: improved logic for isochronous scheduling by Alan Stern · 12 years ago
  54. 43fe3a9 USB: EHCI: resolve some unlikely races by Alan Stern · 13 years ago
  55. f428907 USB: EHCI: simplify isochronous scanning by Alan Stern · 13 years ago
  56. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 13 years ago
  57. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 13 years ago
  58. 361aabf3 USB: EHCI: don't lose events during a scan by Alan Stern · 13 years ago
  59. 32830f2 USB: EHCI: use hrtimer for unlinking empty async QHs by Alan Stern · 13 years ago
  60. 3c273a0 USB: EHCI: unlink multiple async QHs together by Alan Stern · 13 years ago
  61. 9d93874 USB: EHCI: use hrtimer for the IAA watchdog by Alan Stern · 13 years ago
  62. 8c5bf7b USB: EHCI: don't refcount iso_stream structures by Alan Stern · 13 years ago
  63. 55934eb USB: EHCI: use hrtimer for (s)iTD deallocation by Alan Stern · 13 years ago
  64. bf6387b USB: EHCI: use hrtimer for controller death by Alan Stern · 13 years ago
  65. df20225 USB: EHCI: use hrtimer for interrupt QH unlink by Alan Stern · 13 years ago
  66. 3144661 USB: EHCI: use hrtimer for async schedule by Alan Stern · 13 years ago
  67. 3ca9aeb USB: EHCI: use hrtimer for the periodic schedule by Alan Stern · 13 years ago
  68. d58b4bc USB: EHCI: introduce high-res timer by Alan Stern · 13 years ago
  69. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 13 years ago
  70. 2f5bb66 USB: EHCI: add pointer to end of async-unlink list by Alan Stern · 13 years ago
  71. 99ac5b1 USB: EHCI: rename "reclaim" by Alan Stern · 13 years ago
  72. 4c53de7 USB: EHCI: add symbolic constants for QHs by Alan Stern · 13 years ago
  73. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 13 years ago
  74. c2e935a USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy by Richard Zhao · 13 years ago
  75. a448e4d EHCI: keep track of ports being resumed and indicate in hub_status_data by Alan Stern · 13 years ago
  76. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  77. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  78. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  79. e04f5f7 EHCI: fix direction handling for interrupt data toggles by Alan Stern · 14 years ago
  80. 004c196 USB: EHCI: go back to using the system clock for QH unlinks by Alan Stern · 14 years ago
  81. cc62a7e USB: EHCI: Allow users to override 80% max periodic bandwidth by Kirill Smelkov · 14 years ago
  82. d5f6db9e USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h by Jan Andersson · 14 years ago
  83. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 14 years ago
  84. 9be0392 USB: EHCI: Add bus glue for GRLIB GRUSBHC controller by Jan Andersson · 14 years ago
  85. c430131 USB: EHCI: Support controllers with big endian capability regs by Jan Andersson · 14 years ago
  86. 83722bc USB: extend ehci-fsl and fsl_udc_core driver for OTG operation by Anatolij Gustschin · 14 years ago
  87. 2f7ac6c USB: ehci: add workaround for Synopsys HC bug by Gabor Juhos · 14 years ago
  88. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  89. ad93562 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  90. 479b46b Revert "USB host: Move AMD PLL quirk to pci-quirks.c" by Greg Kroah-Hartman · 14 years ago
  91. b7d5b43 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  92. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  93. 0557029 USB: EHCI: ASPM quirk of ISOC on AMD SB800 by Alex He · 14 years ago
  94. 3d091a6 USB: EHCI: AMD periodic frame list table quirk by Andiry Xu · 14 years ago
  95. 185c9bc USB: ehci: fix remove of ehci debugfs dir by Ming Lei · 14 years ago
  96. 88d8aa4 USB: EHCI: remove dead code in the periodic scheduler by Alan Stern · 15 years ago
  97. ae68a83 USB: EHCI: remove PCI assumption by Alan Stern · 15 years ago
  98. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 15 years ago
  99. 5a9cdf3 USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits by Alek Du · 15 years ago
  100. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 15 years ago