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