summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-4/+11
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
|/
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-2/+2
* xhci: refactor xhci_urb_enqueueMathias Nyman2017-01-251-56/+37Star
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-18/+6Star
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-251-7/+7
* xhci: rename size variable to num_tdsMathias Nyman2017-01-251-8/+8
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-251-0/+1
* usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi2017-01-251-0/+5
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-251-24/+24
* usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi2017-01-251-7/+7
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-251-1/+0Star
* xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman2017-01-251-3/+3
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-111-13/+0Star