aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior1-6/+1
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior1-0/+89
2011-09-26usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior1-62/+98
2011-09-26usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior1-28/+42
2011-09-26xHCI: fix debug messageAndiry Xu1-1/+1
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-1/+73
2011-09-26xHCI: test USB2 software LPMAndiry Xu1-0/+181
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp1-5/+64
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior1-1/+1
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com1-2/+1
2011-09-09xHCI: refine td allocationAndiry Xu1-6/+9
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp1-2/+266
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp1-1/+254
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp1-0/+2
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp1-0/+8
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp1-18/+14
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp1-0/+7
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp1-4/+17
2011-08-01xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp1-5/+14
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-6/+4
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst1-0/+2
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He1-0/+15
2011-06-15xhci: Reject double add of active endpoints.Sarah Sharp1-4/+18
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-2/+16
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-0/+7
2011-06-02xhci: Do not issue device reset when device is not setupMaarten Lankhorst1-0/+7
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-6/+4
2011-06-02xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans1-2/+2
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-10/+222
2011-05-25xhci: Don't submit commands when the host is dead.Sarah Sharp1-1/+7
2011-05-16xhci: Fix memory leak bug when dropping endpointsSarah Sharp1-1/+10
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He1-0/+5
2011-05-09xHCI 1.0: TT_THINK_TIME setAndiry Xu1-1/+6
2011-05-02xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-02xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-52/+57
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu1-0/+3
2011-04-13xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-13USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-39/+90
2011-03-13xhci: Return canceled URBs immediately when host is halted.Sarah Sharp1-2/+8
2011-03-13xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-1/+7
2011-03-13xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-11/+51
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp1-1/+4
2011-03-13xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp1-1/+1