summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-3/+37
2018-07-03xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman1-0/+1
2018-05-25xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman1-3/+11
2018-03-28usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu1-21/+9
2018-03-28usb: xhci: Disable slot even when virt-dev is nullLu Baolu1-4/+0
2018-03-19xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng1-0/+3
2017-12-10usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu1-2/+1
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman1-1/+2
2017-09-18usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu1-1/+2
2017-07-20xhci: fix memleak in xhci_run()Shu Wang1-1/+3
2017-07-20xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang1-0/+6
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman1-3/+3
2017-06-15xhci: remove endpoint ring cacheMathias Nyman1-9/+8
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman1-1/+1
2017-05-18xhci: Fix command ring stop regression in 4.11Mathias Nyman1-4/+4
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen1-2/+3
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig1-71/+29
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu1-37/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu1-6/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu1-6/+7
2017-04-08usb: xhci: make several functions staticLu Baolu1-29/+30
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman1-2/+14
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi1-2/+13
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang1-1/+1
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang1-18/+31
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman1-18/+25
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-18/+25
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann1-4/+11
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-03-10scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman1-56/+37
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-18/+6
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman1-7/+7
2017-01-25xhci: rename size variable to num_tdsMathias Nyman1-8/+8
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi1-0/+1
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi1-0/+5
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi1-24/+24
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi1-7/+7
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman1-1/+0
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman1-3/+3
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman1-13/+0
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+1
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu1-1/+1
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu1-8/+10
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman1-2/+1
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6