summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
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
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman
2015-12-04xhci: refuse loading if nousb is usedOliver Neukum
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun
2015-12-01usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani
2015-10-16usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros
2015-09-21usb: xhci: stop everything on the first call to xhci_stopRoger Quadros
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros
2015-09-21usb: xhci: lock mutex on xhci_stopRoger Quadros
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt