summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman
2017-12-27xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-12-08usb: xhci: remove unused variable epCorentin Labbe
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman
2017-10-05xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman
2017-10-05usb: xhci: Handle USB transaction error on address commandLu Baolu
2017-10-05usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu
2017-10-05usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu
2017-10-05usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu
2017-10-05usb: xhci: Disable slot even when virt-dev is nullLu Baolu
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu
2017-10-05usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen
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