aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2019-12-17xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman
2019-06-09usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-06-09xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2019-01-31xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman
2018-12-13xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman
2018-12-13xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh
2018-12-01xhci: Allow more than 32 quirksMarc Zyngier
2018-09-26xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman
2018-08-24usb: xhci: increase CRS timeout valueAjay Gupta
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-07-03xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman
2018-05-25xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman
2018-03-28usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu
2018-03-28usb: xhci: Disable slot even when virt-dev is nullLu Baolu
2018-03-19xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng
2017-12-10usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman
2017-09-18usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu
2017-07-20xhci: fix memleak in xhci_run()Shu Wang
2017-07-20xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman
2017-06-15xhci: remove endpoint ring cacheMathias Nyman
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman
2017-05-18xhci: Fix command ring stop regression in 4.11Mathias Nyman
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu
2017-04-08usb: xhci: remove ring debugging codeLu Baolu
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu
2017-04-08usb: xhci: make several functions staticLu Baolu
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman