summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-04-05usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2-12/+16
2013-03-28USB: xhci: correctly enable interruptsHannes Reinecke1-1/+2
2013-03-28USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov1-2/+2
2013-03-28Revert "USB: EHCI: don't check DMA values in QH overlays"Greg Kroah-Hartman1-13/+5
2013-03-21USB: EHCI: don't check DMA values in QH overlaysAlan Stern1-5/+13
2013-02-28USB: ehci-omap: Fix autoloading of moduleRoger Quadros1-1/+1
2013-02-11usb: Prevent dead ports when xhci is not enabledDavid Moore1-0/+1
2013-02-11USB: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-02-11xhci: Fix TD size for isochronous URBs.Sarah Sharp1-2/+3
2013-02-11xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-02-11drivers: xhci: fix incorrect bit testNickolai Zeldovich1-1/+1
2013-02-11USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern1-1/+1
2013-02-11USB: EHCI: fix timer bug affecting port resumeAlan Stern1-1/+5
2013-01-28USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-17xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp1-0/+2
2013-01-17xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp3-0/+26
2013-01-17USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+29
2013-01-11xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2-2/+5
2013-01-11usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes1-1/+1
2013-01-11xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+7
2013-01-11xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp1-13/+19
2013-01-11xhci: Fix conditional check in bandwidth calculation.Sarah Sharp1-1/+1
2012-12-17xhci: Extend Fresco Logic MSI quirk.Sarah Sharp1-2/+5
2012-12-17USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern1-0/+19
2012-10-31ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier1-0/+7
2012-10-31ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier1-1/+1
2012-10-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-10-28usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes1-1/+2
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-10-07xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-10-07xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-10-07xHCI: add aborting command ring functionElric Fu4-1/+128
2012-10-07xHCI: add cmd_ring_stateElric Fu3-2/+11
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp3-1/+5
2012-10-07usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam1-0/+2
2012-10-02USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-10-02usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath1-0/+1
2012-10-02xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer1-1/+2
2012-10-02xhci: Make handover code more robustMatthew Garrett1-2/+10
2012-10-02xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-10-02usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar1-1/+1
2012-10-02Intel xhci: Only switch the switchable portsKeng-Yu Lin1-4/+23
2012-10-02usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes3-0/+169
2012-10-02USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-10-02EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-08-27xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp1-14/+22
2012-08-27xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-27xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-08-27xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-07-16xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp1-0/+11