1. d0c77d8 xhci: rename and simplify last_trb_on_last_seg() helper by Mathias Nyman · 8 years ago
  2. 549310a xhci: remove enqueue_is_link() helper by Mathias Nyman · 8 years ago
  3. bd5e67f xhci: rework inc_deq() and fix off by one error. by Mathias Nyman · 8 years ago
  4. 2d98ef4 xhci: use and add separate function for checking for link trbs by Mathias Nyman · 8 years ago
  5. 2251198 xhci: clean up event ring checks from inc_enq() by Mathias Nyman · 8 years ago
  6. f9c589e xhci: TD-fragment, align the unsplittable case with a bounce buffer by Mathias Nyman · 8 years ago
  7. 474ed23 xhci: align the last trb before link if it is easily splittable. by Mathias Nyman · 8 years ago
  8. 86065c2 xhci: don't rely on precalculated value of needed trbs in the enqueue loop by Mathias Nyman · 8 years ago
  9. 124c393 xhci: use boolean to indicate last trb in td remainder calculation by Mathias Nyman · 8 years ago
  10. 5a83f04 xhci: properly prepare zero packet TD after normal bulk TD. by Mathias Nyman · 8 years ago
  11. 5a5a0b1 xhci: rename ep_ring variable in queue_bulk_tx(), no functional change by Mathias Nyman · 8 years ago
  12. aa5e94a Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend" by Greg Kroah-Hartman · 8 years ago
  13. bc71c2d Merge 4.7-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  14. 76d15c8 ehci-platform: Add support for shared reset controllers by Hans de Goede · 8 years ago
  15. 62d9694 ohci-platform: Add support for controllers with multiple reset lines by Hans de Goede · 8 years ago
  16. 7150bc9 usb: ohci-at91: Forcibly suspend ports while USB suspend by Wenyou Yang · 8 years ago
  17. d0e08b0 usb: ehci-platform: add reset controller number in struct ehci_platform_priv by Jiancheng Xue · 8 years ago
  18. 11c011a usb: echi-hcd: Add ehci_setup check before echi_shutdown by Srinivas Kandagatla · 8 years ago
  19. 815c9d6 usb: host: ehci-msm: Conditionally call ehci suspend/resume by Andy Gross · 8 years ago
  20. 7cc9ca5 usb: host: ehci-tegra: Avoid getting the same reset twice by Thierry Reding · 8 years ago
  21. f8a15a9 usb: host: ehci-tegra: Grab the correct UTMI pads reset by Thierry Reding · 8 years ago
  22. c66f59e USB: OHCI: Don't mark EDs as ED_OPER if scheduling fails by Michał Pecio · 8 years ago
  23. d95815b USB: xhci: Add broken streams quirk for Frescologic device id 1009 by Hans de Goede · 8 years ago
  24. 85e3990 USB: EHCI: avoid undefined pointer arithmetic and placate UBSAN by Alan Stern · 8 years ago
  25. 757de49 xhci: fix platform quirks overwrite regression in 4.7-rc1 by Mathias Nyman · 8 years ago
  26. de95c40 usb: xhci-plat: properly handle probe deferral for devm_clk_get() by Thomas Petazzoni · 8 years ago
  27. 3425aa0 xhci: Fix handling timeouted commands on hosts in weird states. by Mathias Nyman · 8 years ago
  28. 27a41a8 xhci: Cleanup only when releasing primary hcd by Gabriel Krisman Bertazi · 8 years ago
  29. 19e36ad Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  30. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  31. 4a5219e Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  32. b071c5d USB: ohci-jz4740: Remove obsolete driver by Maarten ter Huurne · 8 years ago
  33. 2b4ba25 USB: FHCI: avoid redundant condition by Heinrich Schuchardt · 8 years ago
  34. f879fc3 usb: host: xhci-rcar: Avoid long wait in xhci_reset() by Yoshihiro Shimoda · 8 years ago
  35. 9f3b3f6 usb/host/fotg210: remove dead code in create_sysfs_files by Colin Ian King · 8 years ago
  36. 128f8b3d USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUG by Alan Stern · 8 years ago
  37. ab065e9 usb: xhci: tegra: Add Tegra210 support by Thierry Reding · 8 years ago
  38. e84fce0 usb: xhci: Add NVIDIA Tegra XUSB controller driver by Thierry Reding · 8 years ago
  39. edc8c54 usb/host/: const data must use __initconst not __initdata by Nicolas Pitre · 8 years ago
  40. 328fafb usb: hcd: do not call whc_clean_up on wch_init call failure by Colin Ian King · 8 years ago
  41. 1507372 USB: bcma: use simpler devm helper for getting vcc GPIO by Rafał Miłecki · 8 years ago
  42. c06fac7 usb: host: xhci: plat: finally get rid of xhci_plat_type_is() by Felipe Balbi · 8 years ago
  43. b1c127ae usb: host: xhci: plat: make use of new methods in xhci_plat_priv by Felipe Balbi · 8 years ago
  44. 72d4b28 usb: host: xhci: plat: change type of mvebu init_quirk() by Felipe Balbi · 8 years ago
  45. 3bdb263 usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup() by Felipe Balbi · 8 years ago
  46. 7eca937 usb: xhci: plat: add ->plat_start() and ->init_quirk() methods by Felipe Balbi · 8 years ago
  47. 2dc240a usb: host: xhci: rcar: retire use of xhci_plat_type_is() by Felipe Balbi · 8 years ago
  48. 7814015 usb: xhci: remove duplicate code of interval checking by Alexandr Ivanov · 8 years ago
  49. 75b040e usb: xhci: remove duplicate function xhci_urb_to_transfer_ring by Alexandr Ivanov · 8 years ago
  50. d251034 usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions by Alexandr Ivanov · 8 years ago
  51. e352506 USB: whci-hcd: add more checks for dma mapping error by Alexey Khoroshilov · 8 years ago
  52. d4fc8bf xhci: fix typo in babble endpoint handling comment by Rajesh Bhagat · 8 years ago
  53. f9a85f6 usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value by Peter Griffin · 8 years ago
  54. 98d74f9 xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers by Mathias Nyman · 8 years ago
  55. 7150406 usb: xhci: fix wild pointers in xhci_mem_cleanup by Lu Baolu · 8 years ago
  56. 5ad3b03 usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys by Yoshihiro Shimoda · 8 years ago
  57. 0a380be usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT by Yoshihiro Shimoda · 8 years ago
  58. 671ffdf xhci: resume USB 3 roothub first by Mathias Nyman · 8 years ago
  59. 0d46fac usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host by Rafal Redzimski · 8 years ago
  60. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  61. 3d0712d Merge tag 'usb-for-v4.6' of http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  62. d0fc35bc usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol by Arnd Bergmann · 8 years ago
  63. 83253b3 usb: ohci: nxp: remove USB PLL and USB OTG clock management by Vladimir Zapolskiy · 8 years ago
  64. fe54d9b usb: ohci: nxp: remove direct access to clock controller registers by Vladimir Zapolskiy · 8 years ago
  65. 9fc7c85 usb: ehci-atmel: use __maybe_unused to hide pm functions by Arnd Bergmann · 8 years ago
  66. d290519 usb: ohci-at91: use __maybe_unused to hide pm functions by Arnd Bergmann · 8 years ago
  67. 8dac530 usb: xhci-mtk: use __maybe_unused to hide pm functions by Arnd Bergmann · 8 years ago
  68. c88d4df usb: host: unhide suspend/resume declarations by Arnd Bergmann · 8 years ago
  69. cf34be7 usb: host: Host drivers relying on DMA should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  70. ff075d67 usb: host: xhci-plat: fix of_table.cocci warnings by Julia Lawall · 8 years ago
  71. f1bbdc3 usb: host: xhci-plat: add R-Car Gen2 and Gen3 fallback compatibility strings by Simon Horman · 8 years ago
  72. 6edd87f usb: host: xhci-rcar: Use ARCH_RENESAS by Simon Horman · 8 years ago
  73. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 8 years ago
  74. acc27b6 usb: host: pci_quirks: fix memory leak, by adding iounmap by Saurabh Sengar · 8 years ago
  75. 4a6d9f8 usb: add HAS_IOMEM dependency to USB_ISP1362_HCD by Vegard Nossum · 8 years ago
  76. f4a5d70 usb: add HAS_IOMEM dependency to USB_OXU210HP_HCD by Vegard Nossum · 8 years ago
  77. 1043960 usb: add HAS_IOMEM dependency to USB_OHCI_HCD by Vegard Nossum · 8 years ago
  78. eaa8622 usb: add HAS_IOMEM dependency to USB_FOTG210_HCD by Vegard Nossum · 8 years ago
  79. 8f2abe8 usb: add HAS_IOMEM dependency to USB_XHCI_HCD by Vegard Nossum · 8 years ago
  80. aaa98db usb: add HAS_IOMEM dependency to USB_EHCI_HCD by Vegard Nossum · 8 years ago
  81. cfa33ea usb: add HAS_IOMEM dependency to USB_SL811_HCD by Vegard Nossum · 8 years ago
  82. 149737a usb: add HAS_IOMEM dependency to USB_C67X00_HCD by Vegard Nossum · 8 years ago
  83. e37a6c9 usb: add HAS_IOMEM dependency to USB_R8A66597_HCD by Vegard Nossum · 8 years ago
  84. 828638e9 usb: add HAS_IOMEM dependency to USB_XHCI_MVEBU by Vegard Nossum · 8 years ago
  85. ca23d3b usb: add HAS_IOMEM dependency to USB_ISP116X_HCD by Vegard Nossum · 8 years ago
  86. c3853d5 usb: host: ohci-pxa27x: propagate the irq error code by Robert Jarzmik · 8 years ago
  87. 2f6d3b6 xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1 by Mathias Nyman · 8 years ago
  88. 09c352e xhci: cleanup isoc tranfers queuing code by Mathias Nyman · 8 years ago
  89. 8ef8a9f xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints by Mathias Nyman · 8 years ago
  90. def4e6f xhci: refactor and cleanup endpoint initialization. by Mathias Nyman · 8 years ago
  91. 172ad9a Merge 4.5-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  92. b1249ab usb: r8a66597: add locking to r8a66597_check_detect_child by Heiner Kallweit · 8 years ago
  93. 89140fd xhci: harden xhci_find_next_ext_cap against device removal by Joe Lawrence · 8 years ago
  94. 1586ba0 USB: EHCI: fix compiler warning introduced by commit 2a40f324541e by Alan Stern · 8 years ago
  95. 5c82171 xhci: Fix list corruption in urb dequeue at host removal by Mathias Nyman · 8 years ago
  96. 2ad294d usb: host: xhci-plat: fix NULL pointer in probe for device tree case by Gregory CLEMENT · 8 years ago
  97. 882fa27 usb: xhci-mtk: fix AHB bus hang up caused by roothubs polling by Chunfeng Yun · 8 years ago
  98. b765a16 usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT by Chunfeng Yun · 8 years ago
  99. ccc04af usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms by Lu Baolu · 8 years ago
  100. 92149c9 usb: xhci: set SSIC port unused only if xhci_suspend succeeds by Lu Baolu · 8 years ago