summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng2019-12-171-1/+1
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-171-5/+2
* xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-171-1/+1
* usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-171-0/+12
* xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-171-4/+4
* xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-171-4/+6
* usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-06-091-1/+1
* xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-06-091-12/+10
* xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2019-01-311-2/+0
* xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman2018-12-131-0/+16
* xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-131-4/+22
* xhci: Allow more than 32 quirksMarc Zyngier2018-12-011-3/+3
* xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman2018-09-261-0/+30
* usb: xhci: increase CRS timeout valueAjay Gupta2018-08-241-1/+6
* xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-07-251-3/+37
* xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman2018-07-031-0/+1
* xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman2018-05-251-3/+11
* usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2018-03-281-21/+9
* usb: xhci: Disable slot even when virt-dev is nullLu Baolu2018-03-281-4/+0
* xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng2018-03-191-0/+3
* usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu2017-12-101-2/+1
* xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
* usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* 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/+8
* 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/+29
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-081-37/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-6/+0
* 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-091-2/+2
* xhci: refactor xhci_urb_enqueueMathias Nyman2017-01-251-56/+37
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-18/+6
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-251-7/+7
* xhci: rename size variable to num_tdsMathias Nyman2017-01-251-8/+8