1. ffe5adc drivers/usb: Delete XHCI command timer if necessary by Gavin Shan · 9 years ago
  2. 7895086 xhci: fix off by one error in TRB DMA address boundary check by Mathias Nyman · 9 years ago
  3. 1209544 USB: OHCI: fix bad #define in ohci-tmio.c by Alan Stern · 9 years ago
  4. 7d8021c USB: OHCI: Fix race between ED unlink and URB submission by Alan Stern · 9 years ago
  5. aca3a04 xhci: do not report PLC when link is in internal resume state by Zhuang Jin Can · 9 years ago
  6. fac4271 xhci: prevent bus_suspend if SS port resuming in phase 1 by Zhuang Jin Can · 9 years ago
  7. 243292a xhci: report U3 when link is in resume state by Zhuang Jin Can · 9 years ago
  8. 326124a xhci: Calculate old endpoints correctly on device reset by Brian Campbell · 9 years ago
  9. 3496810 usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function by AMAN DEEP · 9 years ago
  10. abce329 xhci: Workaround to get D3 working in Intel xHCI by Rajmohan Mani · 9 years ago
  11. c3c5819 xhci: call BIOS workaround to enable runtime suspend on Intel Braswell by Mathias Nyman · 9 years ago
  12. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  13. df115f3 MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPU by Ben Hutchings · 10 years ago
  14. b0a252e USB: ssb: use devm_kzalloc by Hauke Mehrtens · 10 years ago
  15. 8799719 USB: ssb: fix error handling in ssb_hcd_create_pdev() by Hauke Mehrtens · 10 years ago
  16. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  17. b3d424e Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 10 years ago
  18. 74db22c drivers:usb:fsl: Fix compilation error for fsl ehci drv by Ramneek Mehresh · 10 years ago
  19. 138c3f0 drivers:usb:fsl: Add support for USB controller version-2.5 by Nikhil Badola · 10 years ago
  20. d7c444e drivers:usb:fsl: Check IP version 2.4 for mph USB controller by Nikhil Badola · 10 years ago
  21. 02c018a usb: host: xhci: remove incorrect comment about mutex by Chris Bainbridge · 10 years ago
  22. 22ae47e xhci: Return correct number of tranferred bytes for stalled control endpoints by Mathias Nyman · 10 years ago
  23. 41485a9 xhci: optimize xhci bus resume time by Mathias Nyman · 10 years ago
  24. 9fa733f usb: xhci: Fix suspend/resume when used with OTG core by Roger Quadros · 10 years ago
  25. ad6b1d9 usb: xhci: fix xhci locking up during hcd remove by Roger Quadros · 10 years ago
  26. 8a85375 usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly by Roger Quadros · 10 years ago
  27. 4ac5308 usb: xhci: plat: Create both HCDs before adding them by Roger Quadros · 10 years ago
  28. cd33a32 usb: xhci: cleanup xhci_hcd allocation by Roger Quadros · 10 years ago
  29. 40f2f2a USB: ehci-platform: support EHCIs with transaction translator by Joachim Eastwood · 10 years ago
  30. ca07e1c drivers:usb:fsl:Make fsl ehci drv an independent driver module by Ramneek Mehresh · 10 years ago
  31. a00918d usb: host: xhci: add mutex for non-thread-safe data by Chris Bainbridge · 10 years ago
  32. b04c846 usb: make module xhci_hcd removable by Arthur Demchenkov · 10 years ago
  33. 909eacd Merge 4.1-rc4 into usb-next by Greg Kroah-Hartman · 10 years ago
  34. a666f7d usb: ohci-platform: Use devm_of_phy_get_by_index by Arun Ramamurthy · 10 years ago
  35. 216e299 usb: ehci-platform: Use devm_of_phy_get_by_index by Arun Ramamurthy · 10 years ago
  36. 8af9319 USB: ohci-q.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  37. 71f4634 USB: ohci-hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  38. d0d6bc8 USB: ohci-dbg.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  39. 925f004 USB: isp116x-hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  40. 0a9abb1 USB: fusbh200-hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  41. 911fdb6 USB: ehci-dbg.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  42. 948fa13 xhci: gracefully handle xhci_irq dead device by Joe Lawrence · 10 years ago
  43. 18cc2f4 xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 by Mathias Nyman · 10 years ago
  44. d104d01 xhci: fix isoc endpoint dequeue from advancing too far on transaction error by Mathias Nyman · 10 years ago
  45. 0efd937 USB: ehci-tegra: fix inefficient copy of unaligned buffers by Johan Hovold · 10 years ago
  46. 3091fa7 USB: don't build PCI quirks if USB support isn't configured by Alan Stern · 10 years ago
  47. bb304b7 Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap" by Ivan T. Ivanov · 10 years ago
  48. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  49. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 10 years ago
  50. 08debfb usb: host: sl811: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  51. 7a606ac usb: host: r8a66597: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  52. 84c0d17 usb: host: oxu210hp: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  53. 595227d usb: host: fusbh200: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  54. 7e136bb usb: host: fotg210: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  55. 8c0ae657 usb: host: isp116x: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  56. b8fb6f7 usb: host: uhci: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  57. ea16328 usb: host: ehci: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  58. b9e4518 usb: host: xhci: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  59. 7267b23 tracing: Add TRACE_SYSTEM_VAR to xhci-hcd by Steven Rostedt (Red Hat) · 10 years ago
  60. b7a4abb Merge 4.0-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  61. 625a4c5 ehci-hub: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  62. 51a114b fhci-hub: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  63. 4631f4e fotg210-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  64. 87327b1 fusbh200-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  65. 72cce8c imx21-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  66. 6a08556 isp116x-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  67. 00d29b3 isp1362-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  68. e3d02e0 max3421-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  69. 7a2d267 ohci-hub: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  70. 2c42c08 oxu210hp-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  71. 5e77bea r8a66597-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  72. e283ef1 sl811-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  73. 0ce6fe9 u132-hcd: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  74. 3e5dd4c uhci-hub: use USB_DT_HUB by Sergei Shtylyov · 10 years ago
  75. e845d64 Revert "usb: host/sl811-hcd: fix sparse warning" by Guenter Roeck · 10 years ago
  76. f4ea80a usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 10 years ago
  77. 963719c USB: host: ohci-at91: remove useless uclk clock by Boris Brezillon · 10 years ago
  78. 24677af usb: ehci-orion: add more constants for register values by Thomas Petazzoni · 10 years ago
  79. 227a4fd usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers by Lu Baolu · 10 years ago
  80. 9425183 usb: xhci: handle Config Error Change (CEC) in xhci driver by Lu Baolu · 10 years ago
  81. cd0e075 Merge 4.0-rc5 into usb-next by Greg Kroah-Hartman · 10 years ago
  82. ebfd44f ehci-msm: Remove dead dependency by Stephen Boyd · 10 years ago
  83. 28ed207 USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_hcd" by Markus Elfring · 10 years ago
  84. 7b8ef22 usb: xhci: plat: Add USB phy support by Maxime Ripard · 10 years ago
  85. e5401bf xhci: unify cycle state toggling operation with 'XOR' by Lin Wang · 10 years ago
  86. 1dc6120 usb: host/sl811-hcd: fix sparse warning by Lad, Prabhakar · 10 years ago
  87. e32643a USB: ehci-atmel: rework clk handling by Boris Brezillon · 10 years ago
  88. d0167ad Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'" by Mathias Nyman · 10 years ago
  89. b8cb91e xhci: Workaround for PME stuck issues in Intel xhci by Mathias Nyman · 10 years ago
  90. 45ba215 xhci: fix reporting of 0-sized URBs in control endpoint by Aleksander Morgado · 10 years ago
  91. 27082e2 xhci: Clear the host side toggle manually when endpoint is 'soft reset' by Mathias Nyman · 10 years ago
  92. 6596a926 xhci: Allocate correct amount of scratchpad buffers by Mathias Nyman · 10 years ago
  93. 1e7e4fb usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks by Maxime Ripard · 10 years ago
  94. f5af19d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  95. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  96. 125918d usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  97. 673e2ba treewide: Remove unnecessary SSB_DEVTABLE_END macro by Joe Perches · 10 years ago
  98. f7219b5 treewide: Remove unnecessary BCMA_CORETABLE_END macro by Joe Perches · 10 years ago
  99. 4d4bac4 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  100. 673016d uhci-hub: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago