1. 61ac6ac usb: remove redundant tdi_reset by Shengzhou Liu · 12 years ago
  2. 8c68e84 USB: EHCI: make ehci-msm a separate driver by Manjunath Goudar · 12 years ago
  3. 9773696 USB: EHCI: make ehci-atmel a separate driver by Manjunath Goudar · 12 years ago
  4. 7edb3da USB: EHCI: make ehci-s5p a separate driver by Manjunath Goudar · 12 years ago
  5. 7675d6b USB: EHCI: make ehci-spear a separate driver by Manjunath Goudar · 12 years ago
  6. a76dd46 USB: EHCI: make ehci-orion a separate driver by Manjunath Goudar · 12 years ago
  7. f3bc64d USB: EHCI: DT support for generic bus glue by Arnd Bergmann · 12 years ago
  8. 214ac7a USB: EHCI: improve end_unlink_async() by Alan Stern · 12 years ago
  9. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 12 years ago
  10. 7655e31 USB: EHCI: consolidate code in ehci_urb_dequeue() by Alan Stern · 12 years ago
  11. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 12 years ago
  12. cf2d950 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 12 years ago
  13. 4dd405a USB: EHCI: improve use of per-port status-change bits by Alan Stern · 12 years ago
  14. 2a40f32 USB: EHCI: fix regression during bus resume by Alan Stern · 12 years ago
  15. 54a41966 USB: EHCI: split ehci-omap out to a separate driver by Alan Stern · 12 years ago
  16. 6402c79 USB: EHCI: work around silicon bug in Intel's EHCI controllers by Alan Stern · 12 years ago
  17. f292e7f USB: EHCI: notify usbcore about port resumes by Alan Stern · 12 years ago
  18. dba63b2 USB: EHCI: fix build error in ehci-mxc by Alan Stern · 12 years ago
  19. 9ce45ef USB: EHCI: fix incorrect configuration test by Alan Stern · 12 years ago
  20. 9ec6e9d USB: EHCI: Move definition of EHCI_STATS to ehci.h by Roger Quadros · 12 years ago
  21. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  22. 09f6ffd USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver by Alan Stern · 12 years ago
  23. 99f9193 USB: EHCI: make ehci-platform a separate driver by Alan Stern · 12 years ago
  24. adfa79d USB: EHCI: make ehci-pci a separate driver by Alan Stern · 12 years ago
  25. 3e02320 USB: EHCI: prepare to make ehci-hcd a library module by Alan Stern · 12 years ago
  26. c73cee7 USB: EHCI: remove ehci_port_power() routine by Alan Stern · 12 years ago
  27. 4968f95 USB: EHCI: remove unused Link Power Management code by Alan Stern · 12 years ago
  28. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  29. f3a958d USB: EHCI: remove CNS3xxx EHCI platform driver by Florian Fainelli · 12 years ago
  30. 1de7d89 USB: EHCI: remove Alchemy EHCI driver by Florian Fainelli · 12 years ago
  31. 6d39944 USB: EHCI: remove Netlogic XLS EHCI driver by Florian Fainelli · 12 years ago
  32. ead92fa USB: EHCI: remove Loongson 1B EHCI driver. by Florian Fainelli · 12 years ago
  33. 6efd0f7 USB: EHCI: remove IXP4xx EHCI driver by Florian Fainelli · 12 years ago
  34. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  35. 9fa5780 USB EHCI/Xen: propagate controller reset information to hypervisor by Jan Beulich · 12 years ago
  36. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  37. 47fc28b usb: add host support for the tilegx architecture by Chris Metcalf · 13 years ago
  38. 43fe3a9 USB: EHCI: resolve some unlikely races by Alan Stern · 12 years ago
  39. c4f3476 USB: EHCI: fix up locking by Alan Stern · 12 years ago
  40. f428907 USB: EHCI: simplify isochronous scanning by Alan Stern · 12 years ago
  41. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 12 years ago
  42. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 12 years ago
  43. 361aabf USB: EHCI: don't lose events during a scan by Alan Stern · 12 years ago
  44. 32830f2 USB: EHCI: use hrtimer for unlinking empty async QHs by Alan Stern · 12 years ago
  45. 3c273a0 USB: EHCI: unlink multiple async QHs together by Alan Stern · 12 years ago
  46. 9d93874 USB: EHCI: use hrtimer for the IAA watchdog by Alan Stern · 12 years ago
  47. 8c5bf7b USB: EHCI: don't refcount iso_stream structures by Alan Stern · 12 years ago
  48. 55934eb USB: EHCI: use hrtimer for (s)iTD deallocation by Alan Stern · 12 years ago
  49. bf6387b USB: EHCI: use hrtimer for controller death by Alan Stern · 12 years ago
  50. df20225 USB: EHCI: use hrtimer for interrupt QH unlink by Alan Stern · 12 years ago
  51. 3144661 USB: EHCI: use hrtimer for async schedule by Alan Stern · 12 years ago
  52. 9671cd7 USB: EHCI: remove PS3 status polling by Alan Stern · 12 years ago
  53. 3ca9aeb USB: EHCI: use hrtimer for the periodic schedule by Alan Stern · 12 years ago
  54. d58b4bc USB: EHCI: introduce high-res timer by Alan Stern · 12 years ago
  55. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 12 years ago
  56. 2f5bb66 USB: EHCI: add pointer to end of async-unlink list by Alan Stern · 12 years ago
  57. 99ac5b1 USB: EHCI: rename "reclaim" by Alan Stern · 12 years ago
  58. 4c53de7 USB: EHCI: add symbolic constants for QHs by Alan Stern · 12 years ago
  59. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 12 years ago
  60. 15be105 USB: EHCI: remove unneeded suspend/resume code by Alan Stern · 12 years ago
  61. 631fe9d USB: EHCI: initialize data before resetting hardware by Alan Stern · 12 years ago
  62. 1a49e2a EHCI: centralize controller initialization by Alan Stern · 12 years ago
  63. c5cf921 EHCI: centralize controller suspend/resume by Alan Stern · 12 years ago
  64. a46af4e USB: EHCI: define extension registers like normal ones by Alan Stern · 12 years ago
  65. 4f7a67e USB: fix PS3 EHCI systems by Ricardo Martins · 12 years ago
  66. 8e19291 Revert "USB: EHCI: work around bug in the Philips ISP1562 controller" by Greg Kroah-Hartman · 12 years ago
  67. 1c01f1d USB: EHCI: fix command register configuration lost problem by Ming Lei · 12 years ago
  68. 1996e6c USB: EHCI: work around bug in the Philips ISP1562 controller by Alan Stern · 12 years ago
  69. eb70e5a usb: chipidea: add host role by Alexander Shishkin · 12 years ago
  70. 3d9545c EHCI: maintain the ehci->command value properly by Alan Stern · 13 years ago
  71. 09091a4 Merge 3.4-rc4 into usb-next. by Greg Kroah-Hartman · 13 years ago
  72. c256667 usb: host: mips: sead3: USB Host controller support for SEAD-3 platform. by Steven J. Hill · 13 years ago
  73. 6feff1b EHCI: don't try to clear the IAAD bit by Alan Stern · 13 years ago
  74. 2fbe2bf EHCI: always clear the STS_FLR status bit by Alan Stern · 13 years ago
  75. dc75ce9 EHCI: fix criterion for resuming the root hub by Alan Stern · 13 years ago
  76. a448e4d EHCI: keep track of ports being resumed and indicate in hub_status_data by Alan Stern · 13 years ago
  77. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  78. 5d98cd4 USB: use generic platform driver on ath79 by Hauke Mehrtens · 13 years ago
  79. 7a7a4a59 USB: EHCI: Add a generic platform device driver by Hauke Mehrtens · 13 years ago
  80. 0cedc4e usb: host: remove ehci-pxa168.c by Neil Zhang · 13 years ago
  81. f30cdbc USB: Add EHCI bus glue for Loongson1x SoCs (UPDATED) by Kelvin Cheung · 13 years ago
  82. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  83. ee0db58 Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  84. 3a082ec USB: EHCI: Add Marvell Host Controller driver by Neil Zhang · 13 years ago
  85. 332cedd Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux into usb-next by Greg Kroah-Hartman · 13 years ago
  86. aaa0ef2 usb: PS3 EHCI QH read work-around by Geoff Levand · 13 years ago
  87. df7c1ca usb: Fix PS3 EHCI suspend by Geoff Levand · 13 years ago
  88. 876e0df usb: Remove ehci_reset call from ehci_run by Geoff Levand · 13 years ago
  89. 3af5154 usb: Netlogic: Use CPU_XLR in place of NLM_XLR by Jayachandran C · 13 years ago
  90. d674806 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  91. 376638603 MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines by Manuel Lauss · 13 years ago
  92. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  93. 2093c6b EHCI : introduce a common ehci_setup by Matthieu CASTET · 13 years ago
  94. fcda37c usb: ehci: fix comment for EHCI_SHRINK_JIFFIES by Ming Lei · 13 years ago
  95. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  96. 2310634 usb: OHCI/EHCI support for Netlogic XLS processor. by Jayachandran C · 13 years ago
  97. 3abd7f6 USB: pxa168: Add onchip USB host controller support by Tanmay Upadhyay · 13 years ago
  98. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  99. 004c196 USB: EHCI: go back to using the system clock for QH unlinks by Alan Stern · 13 years ago
  100. cc62a7e USB: EHCI: Allow users to override 80% max periodic bandwidth by Kirill Smelkov · 13 years ago