summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede2014-08-011-0/+2
* usb: host: xhci-plat: add clock supportGregory CLEMENT2014-05-271-0/+2
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-4/+4
* xhci: Use completion and status in global command queueMathias Nyman2014-05-201-3/+0
* xhci: Add a global command queueMathias Nyman2014-05-201-0/+2
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-201-14/+17
* usb: xhci: Use IS_ENABLED() macroFabio Estevam2014-05-201-2/+1
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-04-251-2/+0
* xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2014-03-041-0/+1
* xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2014-03-041-1/+2
* xhci: fix usb3 streamsGerd Hoffmann2014-03-041-0/+1
* Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp2014-02-071-1/+1
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-301-2/+8
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-291-9/+20
* xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2014-01-081-1/+1
* usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-101-1/+10
* xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-021-20/+9
* xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-021-8/+2
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-021-8/+0
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-021-5/+0
* xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou2013-12-021-1/+1
* Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-191-2/+1
|\
| * usb: xhci: remove the unused ->address fieldDan Williams2013-10-161-2/+0
| * xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2013-10-161-0/+1
* | xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-091-0/+1
* | xhci: quirk for extra long delay for S4Oliver Neukum2013-10-091-0/+1
|/
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-231-0/+10
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-231-0/+1
* Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-151-0/+1
|\
| * xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp2013-08-151-0/+1
* | xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou2013-08-131-0/+2
* | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou2013-08-131-12/+1
* | xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2013-08-131-2/+0
|/
* Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-081-0/+3
|\
| * xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp2013-05-241-0/+3
* | usb: xhci: add USB2 Link power management BESL supportMathias Nyman2013-06-051-0/+21
* | usb: xhci: define port register names and use them instead of magic numbersMathias Nyman2013-06-051-0/+5
* | usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman2013-06-051-0/+3
* | usb/xhci: unify parameter of xhci_msi_irqAlex Shi2013-06-051-1/+1
* | usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner2013-06-051-0/+1
|/
* xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells2013-04-031-2/+2
* xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells2013-04-031-1/+1
* usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-03-251-0/+4
* usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-0/+1
* USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-181-2/+2
* xhci: Avoid global symbol pollution with handshake.Sarah Sharp2012-11-121-1/+1
* xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-09-251-0/+1
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-161-0/+6
|\
| * usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes2012-09-051-0/+6
* | xHCI: cancel command after command timeoutElric Fu2012-09-131-0/+3
OpenPOWER on IntegriCloud