1. feffe09 usb: ehci: add freescale imx28 special write register method by Peter Chen · 11 years ago
  2. 1c20163 usb: kill DEBUG compile option by Oliver Neukum · 11 years ago
  3. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  4. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  5. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  6. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  7. 46c73d1 USB: EHCI: handle isochronous underruns with tasklets by Alan Stern · 11 years ago
  8. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  9. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  10. 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
  11. 9118f9e USB: EHCI: improve interrupt qh unlink by Ming Lei · 11 years ago
  12. 2cdcec4 usb: host: add has_tdi_phy_lpm capability bit by Tuomas Tynkkynen · 11 years ago
  13. 2f3a6b8 USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers by Manjunath Goudar · 11 years ago
  14. e6604a7 EHCI: Quirk flag for port power handling on overcurrent. by Christian Engelmayer · 11 years ago
  15. 214ac7a USB: EHCI: improve end_unlink_async() by Alan Stern · 11 years ago
  16. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 11 years ago
  17. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 11 years ago
  18. 9debc17 USB: EHCI: add a name for the platform-private field by Alan Stern · 12 years ago
  19. 9ec6e9d USB: EHCI: Move definition of EHCI_STATS to ehci.h by Roger Quadros · 12 years ago
  20. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  21. 3e02320 USB: EHCI: prepare to make ehci-hcd a library module by Alan Stern · 12 years ago
  22. 4968f95 USB: EHCI: remove unused Link Power Management code by Alan Stern · 12 years ago
  23. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  24. d6064ac USB: EHCI: move logging macros to ehci.h by Alan Stern · 12 years ago
  25. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  26. c3ee9b7 EHCI: improved logic for isochronous scheduling by Alan Stern · 12 years ago
  27. 43fe3a9 USB: EHCI: resolve some unlikely races by Alan Stern · 12 years ago
  28. f428907 USB: EHCI: simplify isochronous scanning by Alan Stern · 12 years ago
  29. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 12 years ago
  30. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 12 years ago
  31. 361aabf USB: EHCI: don't lose events during a scan by Alan Stern · 12 years ago
  32. 32830f2 USB: EHCI: use hrtimer for unlinking empty async QHs by Alan Stern · 12 years ago
  33. 3c273a0 USB: EHCI: unlink multiple async QHs together by Alan Stern · 12 years ago
  34. 9d93874 USB: EHCI: use hrtimer for the IAA watchdog by Alan Stern · 12 years ago
  35. 8c5bf7b USB: EHCI: don't refcount iso_stream structures by Alan Stern · 12 years ago
  36. 55934eb USB: EHCI: use hrtimer for (s)iTD deallocation by Alan Stern · 12 years ago
  37. bf6387b USB: EHCI: use hrtimer for controller death by Alan Stern · 12 years ago
  38. df20225 USB: EHCI: use hrtimer for interrupt QH unlink by Alan Stern · 12 years ago
  39. 3144661 USB: EHCI: use hrtimer for async schedule by Alan Stern · 12 years ago
  40. 3ca9aeb USB: EHCI: use hrtimer for the periodic schedule by Alan Stern · 12 years ago
  41. d58b4bc USB: EHCI: introduce high-res timer by Alan Stern · 12 years ago
  42. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 12 years ago
  43. 2f5bb66 USB: EHCI: add pointer to end of async-unlink list by Alan Stern · 12 years ago
  44. 99ac5b1 USB: EHCI: rename "reclaim" by Alan Stern · 12 years ago
  45. 4c53de7 USB: EHCI: add symbolic constants for QHs by Alan Stern · 12 years ago
  46. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 12 years ago
  47. c2e935a USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy by Richard Zhao · 12 years ago
  48. a448e4d EHCI: keep track of ports being resumed and indicate in hub_status_data by Alan Stern · 12 years ago
  49. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  50. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  51. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  52. e04f5f7 EHCI: fix direction handling for interrupt data toggles by Alan Stern · 13 years ago
  53. 004c196 USB: EHCI: go back to using the system clock for QH unlinks by Alan Stern · 13 years ago
  54. cc62a7e USB: EHCI: Allow users to override 80% max periodic bandwidth by Kirill Smelkov · 13 years ago
  55. d5f6db9e USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h by Jan Andersson · 13 years ago
  56. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 13 years ago
  57. 9be0392 USB: EHCI: Add bus glue for GRLIB GRUSBHC controller by Jan Andersson · 13 years ago
  58. c430131 USB: EHCI: Support controllers with big endian capability regs by Jan Andersson · 13 years ago
  59. 83722bc USB: extend ehci-fsl and fsl_udc_core driver for OTG operation by Anatolij Gustschin · 13 years ago
  60. 2f7ac6c USB: ehci: add workaround for Synopsys HC bug by Gabor Juhos · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  62. ad93562 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  63. 479b46b Revert "USB host: Move AMD PLL quirk to pci-quirks.c" by Greg Kroah-Hartman · 14 years ago
  64. b7d5b43 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  65. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  66. 0557029 USB: EHCI: ASPM quirk of ISOC on AMD SB800 by Alex He · 14 years ago
  67. 3d091a6 USB: EHCI: AMD periodic frame list table quirk by Andiry Xu · 14 years ago
  68. 185c9bc USB: ehci: fix remove of ehci debugfs dir by Ming Lei · 14 years ago
  69. 88d8aa4 USB: EHCI: remove dead code in the periodic scheduler by Alan Stern · 14 years ago
  70. ae68a83 USB: EHCI: remove PCI assumption by Alan Stern · 14 years ago
  71. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 14 years ago
  72. 5a9cdf3 USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits by Alek Du · 14 years ago
  73. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 14 years ago
  74. aa4d834 USB: EHCI: EHCI 1.1 addendum: preparation by Alek Du · 14 years ago
  75. 16032c4 USB: EHCI: fix controller wakeup flag settings during suspend by Alan Stern · 14 years ago
  76. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  77. 0e5f231 USB: EHCI: defer reclamation of siTDs by Alan Stern · 14 years ago
  78. 1082f57 USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh by Clemens Ladisch · 15 years ago
  79. ee4ecb8 USB: work around for EHCI with quirky periodic schedules by Oliver Neukum · 15 years ago
  80. 3a44494 USB: EHCI: rescan the queue after an unlink by Alan Stern · 15 years ago
  81. 331ac6b USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and support phy low power mode by Alek Du · 15 years ago
  82. 3807e26 USB: EHCI: split ehci_qh into hw and sw parts by Alek Du · 15 years ago
  83. 403dbd3 USB: EHCI: add need_io_watchdog flag to ehci_hcd by Alek Du · 15 years ago
  84. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  85. 914b701 USB: EHCI: use the new clear_tt_buffer interface by Alan Stern · 15 years ago
  86. 68335e8 USB: EHCI: stagger frames for interrupt transfers by Alan Stern · 15 years ago
  87. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  88. a2c2706 USB: EHCI: add software retry for transaction errors by Alan Stern · 16 years ago
  89. bc29847 USB: EHCI: Make timer_action out-of-line by Alan Stern · 16 years ago
  90. 9aa09d2 USB: EHCI: slow down ITD reuse by Karsten Wiese · 16 years ago
  91. 796bcae USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3] by Vitaly Bordug · 16 years ago
  92. 269f053 Revert "USB: improve ehci_watchdog's side effect in CPU power management" by Greg Kroah-Hartman · 16 years ago
  93. eafe5b9 USB: EHCI: fix remote-wakeup support for ARC/TDI core by Alan Stern · 16 years ago
  94. f0d781d USB: improve ehci_watchdog's side effect in CPU power management by Yi Yang · 16 years ago
  95. cede969f usb: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  96. 0af3673 usb: move ehci reg def by Yinghai Lu · 16 years ago
  97. b963801 USB: ehci-hcd unlink speedups by David Brownell · 16 years ago
  98. 056761e USB: ehci - fix timer regression by David Brownell · 16 years ago
  99. d1f114d USB: EHCI: fix remote-wakeup regression by Alan Stern · 16 years ago
  100. a8e5177 USB: EHCI: fix up root-hub TT mess by Alan Stern · 16 years ago