Age | Commit message (Expand) | Author |
2019-07-25 | xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT). | Mathias Nyman |
2019-06-23 | Merge 5.2-rc6 into usb-next | Greg Kroah-Hartman |
2019-06-18 | usb: xhci: Don't try to recover an endpoint if port is in error state. | Mathias Nyman |
2019-06-05 | usb: xhci: Add Clear_TT_Buffer | Jim Lin |
2019-05-22 | xhci: Fix immediate data transfer if buffer is already DMA mapped | Mathias Nyman |
2019-04-27 | xhci: Add tracing for input control context | Mathias Nyman |
2019-04-27 | usb: xhci: add Immediate Data Transfer support | Nicolas Saenz Julienne |
2019-03-22 | xhci: Don't let USB3 ports stuck in polling state prevent suspend | Mathias Nyman |
2018-12-21 | Merge USB 4.20-rc8 mergepoint into usb-next | Greg Kroah-Hartman |
2018-12-17 | USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd | Nicolas Saenz Julienne |
2018-12-10 | Merge 4.20-rc6 into usb-next | Greg Kroah-Hartman |
2018-12-07 | xhci: remove unused hcd_index() | Mathias Nyman |
2018-12-07 | xhci: move bus_state structure under the xhci_hub structure. | Mathias Nyman |
2018-12-07 | xhci: remove the unused sw_lpm_support | Zeng Tao |
2018-12-06 | xhci: workaround CSS timeout on AMD SNPS 3.0 xHC | Sandeep Singh |
2018-11-09 | xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc | Cherian, George |
2018-11-09 | usb: xhci: fix timeout for transition from RExit to U0 | Aaron Ma |
2018-09-28 | xhci-pci: allow host runtime PM as default for Intel Alpine and Titan Ridge | Mathias Nyman |
2018-09-28 | xhci: Use soft retry to recover faster from transaction errors | Mathias Nyman |
2018-07-02 | Merge 4.18-rc3 into usb-next | Greg Kroah-Hartman |
2018-06-25 | USB: xhci-hcd: Add get_resuming_ports method | Alan Stern |
2018-06-25 | xhci: Fix perceived dead host due to runtime suspend race with event handler | Mathias Nyman |
2018-06-01 | xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers | Marc Zyngier |
2018-06-01 | xhci: Allow more than 32 quirks | Marc Zyngier |
2018-05-24 | xhci: xhci-mem: remove port_arrays and the code initializing them | Mathias Nyman |
2018-05-24 | xhci: change xhci_test_and_clear_bit() to use new port structure | Mathias Nyman |
2018-05-24 | xhci: change xhci_set_link_state() to work with port structures | Mathias Nyman |
2018-05-24 | xhci: Add helper to get xhci roothub from hcd | Mathias Nyman |
2018-05-24 | xhci: Create new structures to store xhci port information | Mathias Nyman |
2018-04-22 | usb: host: xhci-plat: Fix clock resource by adding a register clock | Gregory CLEMENT |
2018-03-22 | xhci: Add Intel extended cap / otg phy mux handling | Hans de Goede |
2018-03-20 | Merge branch 4.16-rc6 into usb-next | Greg Kroah-Hartman |
2018-03-16 | xhci: Clear the host side toggle manually when endpoint is soft reset | Mathias Nyman |
2018-03-09 | xhci: Fix front USB ports on ASUS PRIME B350M-A | Kai-Heng Feng |
2018-03-08 | xhci: fix endpoint context tracer output | Mathias Nyman |
2018-02-15 | xhci: workaround for AMD Promontory disabled ports wakeup | Joe Lee |
2017-12-08 | usb: xhci: allow imod-interval to be configurable | Adam Wallis |
2017-12-08 | usb: xhci: Cleanup printk debug message for ERST | Lu Baolu |
2017-12-08 | usb: xhci: Cleanup printk debug message for registers | Lu Baolu |
2017-12-08 | usb: xhci: Add DbC support in xHCI driver | Lu Baolu |
2017-12-08 | usb: xhci: Make some static functions global | Lu Baolu |
2017-12-08 | xhci: remove unnecessary boolean parameter from xhci_alloc_command | Mathias Nyman |
2017-12-08 | xhci: add helper to allocate command with input context | Mathias Nyman |
2017-11-07 | USB: host: xhci: Remove redundant license text | Greg Kroah-Hartman |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman |
2017-10-17 | xhci: Convert timers to use timer_setup() | Kees Cook |
2017-10-09 | Merge 4.14-rc4 into usb-next | Greg Kroah-Hartman |
2017-10-05 | usb: xhci: Fix potential memory leak in xhci_disable_slot() | Lu Baolu |
2017-10-05 | usb: xhci: Add debugfs interface for xHCI driver | Lu Baolu |
2017-10-05 | xhci: add port speed ID to portsc tracing | Mathias Nyman |