summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
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-25usb: host: xhci: make a generic TRB tracerFelipe Balbi
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi
2017-01-25usb: xhci: add quirk flag for broken PED bitsFelipe Balbi
2017-01-25usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang
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-03xhci: Fix race related to abort operationOGAWA Hirofumi
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi
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-14usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman
2016-11-14usb: xhci: clean up error_bitmask usageLu Baolu
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr 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-02-14xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman
2016-02-14xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman
2016-02-14xhci: refactor and cleanup endpoint initialization.Mathias Nyman
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman
2016-02-03usb: xhci: add a quirk bit for ssic port unusedLu Baolu
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun
2015-12-01usb: host: xhci: add a platform-private fieldYoshihiro Shimoda
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-16xhci: replace custom implementation of readq / writeqAndy Shevchenko
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge
2015-05-09xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman
2015-03-06xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman