summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: refine xhci_decode_trb()Lu Baolu2017-04-081-20/+20
* usb: xhci: fix link trb decodingLu Baolu2017-04-081-7/+5
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-081-1/+0
* usb: xhci: remove xhci_debug_trb()Lu Baolu2017-04-081-2/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-3/+0
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-2/+0
* usb: xhci: make several functions staticLu Baolu2017-04-081-41/+0
* usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2017-04-081-3/+0
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-0/+1
* usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi2017-04-081-22/+37
* usb: host: xhci: add Slot and EP Context tracersFelipe Balbi2017-04-081-0/+146
* usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2017-04-081-0/+16
* usb: xhci: Add port test modes support for usb2.Guoqing Zhang2017-04-081-0/+2
* usb: xhci: Expose xhci_start() function.Guoqing Zhang2017-04-081-0/+1
* usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2017-04-081-0/+2
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-1/+1
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-251-2/+2
* usb: host: xhci: make a generic TRB tracerFelipe Balbi2017-01-251-0/+329
* usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi2017-01-251-0/+80
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-251-70/+36
* usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2017-01-251-0/+3
* usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang2017-01-251-1/+0
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-251-1/+0
* xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman2017-01-251-1/+1
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-031-0/+1
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-031-2/+2
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+0
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-5/+0
* | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-141-1/+1
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-1/+0
* | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-141-1/+0
* | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-141-0/+2
* | usb: xhci: clean up error_bitmask usageLu Baolu2016-11-141-2/+0
|/
* xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-201-0/+3
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-1/+9
* usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-261-0/+11
* usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2016-04-261-0/+3
* xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-131-0/+1
* usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2016-04-131-0/+1
* xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman2016-02-141-1/+8
* xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2016-02-141-0/+1
* xhci: refactor and cleanup endpoint initialization.Mathias Nyman2016-02-141-2/+2
* Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman2016-02-141-0/+1
|\
| * usb: xhci: add a quirk bit for ssic port unusedLu Baolu2016-02-031-0/+1
* | xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-031-0/+1
|/
* xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-011-0/+1
* usb: host: xhci: add a platform-private fieldYoshihiro Shimoda2015-12-011-0/+3
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-2/+1
|\
* | xhci: replace custom implementation of readq / writeqAndy Shevchenko2015-10-161-10/+4
* | xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2015-10-161-0/+2
OpenPOWER on IntegriCloud