summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-06-01xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-06-01xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-06-01usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-06-01xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2-2/+20
2012-05-07USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+8
2012-05-07Revert "usb: Fix build error due to dma_mask is not at pdev_archdata at ARM"Greg Kroah-Hartman1-0/+1
2012-05-07EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-27EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-23xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-23xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu1-0/+2
2012-04-23xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10
2012-04-23xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-04-23xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-04-23xhci: don't re-enable IE constantlyFelipe Balbi2-1/+5
2012-04-02usb: Fix build error due to dma_mask is not at pdev_archdata at ARMPeter Chen1-1/+0
2012-04-02powerpc/usb: fix bug of kernel hang when initializing usbShengzhou Liu2-0/+5
2012-03-01USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-0/+5
2012-03-01xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp1-8/+24
2012-03-01xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp1-1/+1
2012-03-01USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp1-0/+11
2012-02-13usb: Skip PCI USB quirk handling for Netlogic XLPJayachandran C1-0/+6
2012-02-03xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu1-1/+2
2012-02-03xhci: Fix USB 3.0 device restart on resume.Sarah Sharp1-1/+2
2012-02-03drivers/usb/host/ehci-fsl.c: add missing iounmapJulia Lawall1-1/+1
2012-01-12OHCI: final fix for NVIDIA problems (I hope)Alan Stern4-64/+28
2012-01-12usb: ch9: fix up MaxStreams helperFelipe Balbi1-2/+1
2012-01-12xhci: Properly handle COMP_2ND_BW_ERRHans de Goede2-1/+1
2012-01-12usb: fix number of mapped SG DMA entriesClemens Ladisch4-6/+6
2011-12-09xHCI: fix bug in xhci_clear_command_ring()Andiry Xu1-1/+4
2011-12-09EHCI : Fix a regression in the ISO schedulerMatthieu CASTET1-4/+5
2011-12-09USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin1-5/+10
2011-12-09USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter1-1/+1
2011-11-29Revert "USB: EHCI: fix HUB TT scheduling issue with iso transfer"Greg Kroah-Hartman1-10/+5
2011-11-26USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin1-5/+10
2011-11-26USB: workaround for bug in old version of GCCAlan Stern1-4/+3
2011-11-26USB: XHCI: resume root hubs when the controller resumesAlan Stern1-15/+14
2011-11-26usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus1-6/+7
2011-11-26xhci: Set slot and ep0 flags for address command.Sarah Sharp2-6/+4
2011-11-11xHCI: Clear PLC for USB2 root hub portsAndiry Xu1-0/+4
2011-11-11xHCI: test and clear RWC bitAndiry Xu3-10/+20
2011-11-11xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6
2011-11-11USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu1-0/+19
2011-11-11usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin1-0/+3
2011-11-11USB: EHCI: Fix test mode sequenceBoris Todorov1-0/+12
2011-11-11QE/FHCI: fixed the CONTROL bugJerry Huang1-4/+15
2011-11-11USB: Fix runtime wakeup on OHCIMatthew Garrett1-4/+1
2011-11-11xHCI: AMD isoc link TRB chain bit quirkAndiry Xu4-38/+51
2011-11-11xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul1-10/+12
2011-11-11EHCI: workaround for MosChip controller bugAlan Stern5-8/+49
2011-11-11EHCI : introduce a common ehci_setupMatthieu CASTET1-0/+29