aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds67-646/+3010
2011-10-19usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster3-15/+72
2011-10-18QE/FHCI: fixed the CONTROL bugJerry Huang1-4/+15
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern5-8/+49
2011-10-18usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .Joachim Foerster1-4/+6
2011-10-18USB: Fix runtime wakeup on OHCIMatthew Garrett1-4/+1
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-0/+34
2011-10-13usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto1-0/+13
2011-09-26USB: UHCI: improve comments and logic for root-hub suspendAlan Stern1-32/+34
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior4-9/+8
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior3-91/+91
2011-09-26usb/xhci: refactor xhci_pci_setup()Sebastian Andrzej Siewior1-27/+54
2011-09-26usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior1-19/+19
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-26usb/host: introduce USB_ARCH_HAS_XHCIFelipe Balbi1-1/+1
2011-09-26xHCI: fix debug messageAndiry Xu1-1/+1
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu4-38/+51
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu4-1/+87
2011-09-26xHCI: test USB2 software LPMAndiry Xu4-1/+211
2011-09-26xHCI: Check host USB2 LPM capabilityAndiry Xu3-0/+27
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu1-0/+4
2011-09-26xHCI: test and clear RWC bitAndiry Xu3-10/+20
2011-09-26xHCI: set link stateAndiry Xu3-47/+33
2011-09-26EHCI : introduce a common ehci_setupMatthieu CASTET1-0/+29
2011-09-20xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul1-2/+0
2011-09-20xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul1-10/+12
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp2-5/+67
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp2-5/+7
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior2-4/+2
2011-09-19USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu1-0/+19
2011-09-19USB: xhci: Set change bit when warm reset change is set.Greg KH1-1/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang41-45/+45
2011-09-18usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei1-1/+1
2011-09-18usb: ehci: fix comment for EHCI_SHRINK_JIFFIESMing Lei1-1/+1
2011-09-18usb: ehci: only prepare zero packet for out transfer if requiredMing Lei1-2/+3
2011-09-18usb: ehci: remove wmb in qh_updateMing Lei1-2/+0
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com1-2/+1
2011-09-09xHCI: refine td allocationAndiry Xu2-17/+12
2011-09-09xhci: Don't print short isoc packets.Sarah Sharp1-1/+2
2011-09-09xhci: Add software BW checking quirk to Intel PPT xHCISarah Sharp1-0/+1
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp2-2/+312
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp3-3/+293
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp3-0/+96
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp3-1/+189
2011-09-09xhci: Store the "real" root port number.Sarah Sharp2-0/+2
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp1-18/+14
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp3-4/+4
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6