summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu
2014-10-03xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker
2014-10-03xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker
2014-10-03xhci: Introduce xhci_init_driver()Andrew Bresticker
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede
2014-08-01xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede
2014-05-27usb: host: xhci-plat: add clock supportGregory CLEMENT
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman
2014-05-20xhci: Use completion and status in global command queueMathias Nyman
2014-05-20xhci: Add a global command queueMathias Nyman
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede
2014-03-04xhci: fix usb3 streamsGerd Hoffmann
2014-02-07Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou
2013-12-02xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2013-10-16usb: xhci: remove the unused ->address fieldDan Williams
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman
2013-08-15Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp
2013-08-15xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou
2013-08-13xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman
2013-06-05usb: xhci: add USB2 Link power management BESL supportMathias Nyman
2013-06-05usb: xhci: define port register names and use them instead of magic numbersMathias Nyman
2013-06-05usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman
2013-06-05usb/xhci: unify parameter of xhci_msi_irqAlex Shi
2013-06-05usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner
2013-05-24xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp
2013-04-03xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells
2013-04-03xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu