summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman1-0/+1
2019-12-21usb: xhci: only set D3hot for pci deviceHenry Lin1-0/+1
2019-04-03xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman1-0/+1
2018-12-01usb: xhci: fix timeout for transition from RExit to U0Aaron Ma1-1/+1
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-0/+4
2017-10-12Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng1-1/+1
2017-10-12xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-07-28xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang1-0/+1
2017-07-12xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang1-0/+1
2017-05-20usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros1-0/+1
2017-04-12usb: xhci: add quirk flag for broken PED bitsFelipe Balbi1-0/+3
2017-01-12xhci: Fix race related to abort operationOGAWA Hirofumi1-0/+1
2017-01-12xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-2/+2
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman1-0/+3
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-1/+9
2016-04-27usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov1-0/+11
2016-04-27usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov1-0/+3
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-0/+1
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda1-0/+1
2016-02-15xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman1-1/+8
2016-02-15xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman1-0/+1
2016-02-15xhci: refactor and cleanup endpoint initialization.Mathias Nyman1-2/+2
2016-02-15Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman1-0/+1
2016-02-04usb: xhci: add a quirk bit for ssic port unusedLu Baolu1-0/+1
2016-02-04xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman1-0/+1
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-0/+1
2015-12-01usb: host: xhci: add a platform-private fieldYoshihiro Shimoda1-0/+3
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2015-10-17xhci: replace custom implementation of readq / writeqAndy Shevchenko1-10/+4
2015-10-17xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman1-0/+2
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman1-0/+4
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-0/+4
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman1-0/+24
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu1-1/+23
2015-08-09xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu1-2/+4
2015-08-09xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu1-0/+7
2015-07-23xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-0/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-0/+2
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros1-2/+17
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge1-0/+2
2015-05-09xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-2/+0
2015-03-06xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman1-0/+1
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado1-0/+3
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-0/+2
2015-02-24xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede1-0/+2
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-4/+3
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang1-2/+1
2014-12-03usb: xhci: fix comment for PORT_DEV_REMOVELu Baolu1-1/+1