summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing2018-02-151-2/+1Star
* xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing2018-02-151-4/+2Star
* xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing2018-02-151-0/+1
* Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-021-3/+3
|\
| * xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman2017-12-271-3/+3
* | usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-081-5/+1Star
* | usb: xhci: Cleanup printk debug message for ERSTLu Baolu2017-12-081-2/+0Star
* | usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-081-6/+0Star
* | usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+9
* | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-8/+8
* | xhci: add helper to allocate command with input contextMathias Nyman2017-12-081-2/+2
* | usb: xhci: remove unused variable epCorentin Labbe2017-12-081-2/+0Star
* | usb: xhci: remove unused variable last_freed_endpointCorentin Labbe2017-12-081-3/+0Star
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+4
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-231-1/+2
|\
| * xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
* | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-1/+2
|\|
| * usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* | xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman2017-10-051-0/+4
* | usb: xhci: Handle USB transaction error on address commandLu Baolu2017-10-051-2/+8
* | usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu2017-10-051-4/+0Star
* | usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-10-051-2/+1Star
* | usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu2017-10-051-6/+8
* | usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2017-10-051-21/+9Star
* | usb: xhci: Disable slot even when virt-dev is nullLu Baolu2017-10-051-4/+0Star
* | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-1/+22
* | usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen2017-10-051-1/+1
|/
* xhci: fix memleak in xhci_run()Shu Wang2017-07-201-1/+3
* xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang2017-07-201-0/+6
* xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman2017-06-151-3/+3
* xhci: remove endpoint ring cacheMathias Nyman2017-06-151-9/+8Star
* xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-031-1/+1
* xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-181-4/+4
* usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-181-2/+3
* xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-191-71/+29Star
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-081-37/+0Star
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-6/+0Star
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-6/+7
* usb: xhci: make several functions staticLu Baolu2017-04-081-29/+30
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-2/+14
* xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley2017-04-081-10/+10
* usb: host: xhci: add Slot and EP Context tracersFelipe Balbi2017-04-081-2/+13
* usb: xhci: Expose xhci_start() function.Guoqing Zhang2017-04-081-1/+1
* usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2017-04-081-18/+31
* usb: xhci: clear EINT bit in status correctlyLu Baolu2017-04-081-2/+2
* Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-031-18/+25
|\
| * xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman2017-03-291-18/+25