1. e1959fa xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay by Mathias Nyman · 3 years, 2 months ago
  2. 669bc5a xhci: Add bus number to some debug messages by Mathias Nyman · 3 years, 5 months ago
  3. 72f68bf xhci: Fix lost USB 2 remote wake by Mathias Nyman · 3 years, 6 months ago
  4. 325c3b9 usb: xhci: Remove unused function by Thinh Nguyen · 3 years, 10 months ago
  5. eb02aaf usb: xhci: Rewrite xhci_create_usb3_bos_desc() by Thinh Nguyen · 3 years, 10 months ago
  6. c1373f1 xhci: Give USB2 ports time to enter U3 in bus suspend by Li Jun · 4 years, 1 month ago
  7. 6f0306d Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 5 months ago
  8. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  9. 904df64 xhci: Do warm-reset when both CAS and XDEV_RESUME are set by Kai-Heng Feng · 4 years, 5 months ago
  10. 8aaf19b xhci: Make debug message consistent with bus and port number by Kai-Heng Feng · 4 years, 6 months ago
  11. 62fb45d USB: ch9: add "USB_" prefix in front of TEST defines by Greg Kroah-Hartman · 4 years, 7 months ago
  12. e9fb08d xhci: prevent bus suspend if a roothub port detected a over-current condition by Mathias Nyman · 4 years, 9 months ago
  13. ceca493 xhci: Finetune host initiated USB3 rootport link suspend and resume by Mathias Nyman · 4 years, 10 months ago
  14. 0200b9f7 xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 by Kai-Heng Feng · 4 years, 10 months ago
  15. eb00272 xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 by Kai-Heng Feng · 4 years, 10 months ago
  16. 24e6aea4 Merge 5.6-rc3 into usb-next by Greg Kroah-Hartman · 5 years ago
  17. 055b185 xhci: Add missing annotation for xhci_enter_test_mode by Jules Irenge · 5 years ago
  18. dce174e0 xhci: Add missing annotation for xhci_set_port_power() by Jules Irenge · 5 years ago
  19. cf0ee7c xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2 by Mathias Nyman · 5 years ago
  20. 67f68f9 Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables" by Greg Kroah-Hartman · 5 years ago
  21. fc57313 xhci: Fix memory leak when caching protocol extended capability PSI tables by Mathias Nyman · 5 years ago
  22. bd82873 xhci: make sure interrupts are restored to correct state by Mathias Nyman · 5 years ago
  23. 057d476 xhci: fix USB3 device initiated resume race with roothub autosuspend by Mathias Nyman · 5 years ago
  24. 6269e4c usb: host: xhci-hub: fix extra endianness conversion by Ruslan Bilovol · 6 years ago
  25. d70d5a8 xhci: add port and bus number to port dynamic debugging by Mathias Nyman · 6 years ago
  26. d92f2c5 xhci: Don't let USB3 ports stuck in polling state prevent suspend by Mathias Nyman · 6 years ago
  27. cd6a223 Merge USB 4.20-rc8 mergepoint into usb-next by Greg Kroah-Hartman · 6 years ago
  28. 45f750c xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only by Mathias Nyman · 6 years ago
  29. e67ebf1 xhci: move usb2 get port status link resume handling to its own function by Mathias Nyman · 6 years ago
  30. a231ec4 xhci: refactor U0 link state handling in get_port_status by Mathias Nyman · 6 years ago
  31. 3c2ddb4 xhci: cleanup code that sets portstatus and portchange bits by Mathias Nyman · 6 years ago
  32. 70e9b53 xhci: move usb2 speficic bits to own function in get_port_status call by Mathias Nyman · 6 years ago
  33. 5f78a54 xhci: move usb3 speficic bits to own function in get_port_status call by Mathias Nyman · 6 years ago
  34. f6187f4 xhci: move bus_state structure under the xhci_hub structure. by Mathias Nyman · 6 years ago
  35. 2f31a67 usb: xhci: Prevent bus suspend if a port connect change or polling state is detected by Mathias Nyman · 6 years ago
  36. a5baeae usb: xhci: fix timeout for transition from RExit to U0 by Aaron Ma · 6 years ago
  37. 958c0bd usb: xhci: fix uninitialized completion when USB3 port got wrong status by Aaron Ma · 6 years ago
  38. 330e2d6 xhci: Avoid USB autosuspend when resuming USB2 ports. by Anshuman Gupta · 6 years ago
  39. 8f9cc83c USB: xhci-hcd: Add get_resuming_ports method by Alan Stern · 7 years ago
  40. 925f349 xhci: xhci-hub: use port structure members instead of xhci_get_ports() by Mathias Nyman · 7 years ago
  41. eaefcf2 xhci: change xhci_test_and_clear_bit() to use new port structure by Mathias Nyman · 7 years ago
  42. 6b7f40f xhci: change xhci_set_link_state() to work with port structures by Mathias Nyman · 7 years ago
  43. fdcf74ff xhci: xhci-hub: use new port structures for cas and wake mask functions. by Mathias Nyman · 7 years ago
  44. e740b01 xhci: xhci-hub: use new port structures to get port address instead of port array by Mathias Nyman · 7 years ago
  45. ffd4b4f xhci: Add helper to get xhci roothub from hcd by Mathias Nyman · 7 years ago
  46. 2278446 xhci: Fix USB3 NULL pointer dereference at logical disconnect. by Mathias Nyman · 7 years ago
  47. 1208d8a xhci: Don't print a warning when setting link state for disabled ports by Mathias Nyman · 7 years ago
  48. bde0716 xhci: workaround for AMD Promontory disabled ports wakeup by Joe Lee · 7 years ago
  49. 3f8499a xhci: add port status tracing for Get Hub Status requests by Mathias Nyman · 7 years ago
  50. 28c06e5 xhci: add port status tracing for Get Port Status hub requests by Mathias Nyman · 7 years ago
  51. 103afda xhci: remove unnecessary boolean parameter from xhci_alloc_command by Mathias Nyman · 7 years ago
  52. 9ed6419 USB: host: xhci: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  53. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  54. ff504f5 usb: host: xhci-hub: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  55. 0520d37 Merge 4.14-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  56. b3207c6 usb: xhci: Handle error condition in xhci_stop_device() by Mayank Rana · 7 years ago
  57. 4fcae77 Merge 4.14-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
  58. cd3f179 usb: xhci: Fix potential memory leak in xhci_disable_slot() by Lu Baolu · 7 years ago
  59. b64149c usb: xhci: Disable slot even when virt-dev is null by Lu Baolu · 7 years ago
  60. bcd6a7a Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts" by Kai-Heng Feng · 7 years ago
  61. 7bea22b xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor by Mathias Nyman · 7 years ago
  62. 4b562bd usb: xhci: Support enabling of compliance mode for xhci 1.1 by Jack Pham · 7 years ago
  63. a85c0f8 xhci: rework bus_resume and check ports are suspended before resuming them. by Mathias Nyman · 7 years ago
  64. 576d554 usb: xhci: fix spinlock recursion for USB2 test mode by Peter Chen · 7 years ago
  65. a54408d xhci: fix 20000ms port resume timeout by Mathias Nyman · 7 years ago
  66. 28a2369 usb: xhci: Issue stop EP command only when the EP state is running by Shyam Sundar S K · 7 years ago
  67. dec0819 xhci: Limit USB2 port wake support for AMD Promontory hosts by Jiahau Chang · 8 years ago
  68. 604d02a xhci: Fix command ring stop regression in 4.11 by Mathias Nyman · 8 years ago
  69. ec1dafe xhci: use correct flags for spin_lock_irqrestore() when setting port power by Mathias Nyman · 8 years ago
  70. 74e0b56 usb: xhci: remove error messages for failed memory allocation by Lu Baolu · 8 years ago
  71. d9f11ba xhci: Rework how we handle unresponsive or hoptlug removed hosts by Mathias Nyman · 8 years ago
  72. 0f1d832 usb: xhci: Add port test modes support for usb2. by Guoqing Zhang · 8 years ago
  73. a6ff6cb usb: xhci: Add helper function xhci_set_power_on(). by Guoqing Zhang · 8 years ago
  74. a711ede usb: host: xhci: add xhci_virt_device tracer by Felipe Balbi · 8 years ago
  75. 0b7c105 usb: host: xhci: rename completion codes to match spec by Felipe Balbi · 8 years ago
  76. 41135de usb: xhci: add quirk flag for broken PED bits by Felipe Balbi · 8 years ago
  77. 52c31bd xhci: Put warning message on a single line by Alexander Stein · 8 years ago
  78. 7d3b016 xhci: use default USB_RESUME_TIMEOUT when resuming ports. by Mathias Nyman · 8 years ago
  79. 346e9973 xhci: workaround for hosts missing CAS bit by Mathias Nyman · 8 years ago
  80. 88716a9 usb: xhci: Fix panic if disconnect by Jim Lin · 8 years ago
  81. 5da665f xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability by Mathias Nyman · 9 years ago
  82. 252ca49 Merge 4.4-rc5 into usb-next as we want those fixes here for testing by Greg Kroah-Hartman · 9 years ago
  83. f69115f xhci: fix usb2 resume timing and races. by Mathias Nyman · 9 years ago
  84. 5e6389f xhci: use the correct define to indicate port status suspend change. by Mathias Nyman · 9 years ago
  85. dad67d5 xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices by Mathias Nyman · 9 years ago
  86. 395f540 xhci: support new USB 3.1 hub request to get extended port status by Mathias Nyman · 9 years ago
  87. b50107b xhci: check xhci hardware for USB 3.1 support by Mathias Nyman · 9 years ago
  88. 2338b9e xhci: define the new default speed ID for SuperSpeedPlus used by xhci hw by Mathias Nyman · 9 years ago
  89. 5693e0b xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothub by Mathias Nyman · 9 years ago
  90. aca3a04 xhci: do not report PLC when link is in internal resume state by Zhuang Jin Can · 9 years ago
  91. fac4271 xhci: prevent bus_suspend if SS port resuming in phase 1 by Zhuang Jin Can · 9 years ago
  92. 243292a xhci: report U3 when link is in resume state by Zhuang Jin Can · 9 years ago
  93. 41485a9 xhci: optimize xhci bus resume time by Mathias Nyman · 10 years ago
  94. 9425183 usb: xhci: handle Config Error Change (CEC) in xhci driver by Lu Baolu · 10 years ago
  95. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  96. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  97. 9b41ebd Revert "xhci: clear root port wake on bits if controller isn't wake-up capable" by Lu Baolu · 10 years ago
  98. 37ebb54 usb: hub: rename khubd to hub_wq in documentation and comments by Petr Mladek · 10 years ago
  99. b7f9696 xhci: xhci_ring_device: Ring stream ring bells for endpoints with streams by Hans de Goede · 10 years ago
  100. 9690858 usb: host: xhci: fix compliance mode workaround by Felipe Balbi · 10 years ago