summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
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
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman
2017-01-25xhci: rename size variable to num_tdsMathias Nyman
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi
2016-08-30usb: host: xhci: don't print on ENOMEMWolfram Sang
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-06-01xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda
2016-04-13xhci: resume USB 3 roothub firstMathias Nyman
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman
2016-02-03xhci: Fix list corruption in urb dequeue at host removalMathias Nyman
2016-02-03xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman