aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior1-0/+11
2012-03-13xHCI: dynamic ring expansionAndiry Xu1-0/+2
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu1-0/+2
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu1-0/+2
2012-03-12xHCI: store ring's typeAndiry Xu1-0/+11
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi1-4/+1
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp1-0/+1
2012-01-04xhci: Properly handle COMP_2ND_BW_ERRHans de Goede1-1/+0
2011-12-22Trivial: xhci: Fix copy-paste error.Sarah Sharp1-1/+1
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior1-0/+3
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior1-0/+2
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu1-0/+1
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+4
2011-09-26xHCI: test USB2 software LPMAndiry Xu1-1/+15
2011-09-26xHCI: Check host USB2 LPM capabilityAndiry Xu1-0/+4
2011-09-26xHCI: test and clear RWC bitAndiry Xu1-0/+2
2011-09-26xHCI: set link stateAndiry Xu1-0/+2
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp1-0/+3
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp1-1/+2
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior1-3/+1
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp1-0/+46
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp1-0/+15
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp1-0/+31
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp1-0/+50
2011-09-09xhci: Store the "real" root port number.Sarah Sharp1-0/+1
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp1-1/+1
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+7
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst1-0/+1
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He1-0/+2
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-0/+6
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-0/+1
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst1-0/+5
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-0/+7
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-0/+14
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp1-0/+2
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp1-6/+0
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He1-1/+3
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu1-0/+2
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu1-0/+3
2011-05-02xhci 1.0: Set transfer burst last packet count field.Sarah Sharp1-0/+1
2011-05-02xhci 1.0: Set transfer burst count field.Sarah Sharp1-0/+1
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-67/+67
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu1-0/+2
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter1-0/+3
2011-04-13USB: xhci - fix unsafe macro definitionsDmitry Torokhov1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+37
2011-03-13xhci: Update internal dequeue pointers after stalls.Sarah Sharp1-0/+9
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-0/+1
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-5/+7