summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-07-22xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-13USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-06-07USB: UHCI: fix for suspend of virtual HP controllerAlan Stern1-1/+2
2013-04-05usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2-12/+16
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-20USB: 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: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-02-11xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-02-11USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern1-1/+1
2013-01-28USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-21xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+9
2013-01-17xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp1-0/+2
2013-01-11xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2-2/+5
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-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
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-28xHCI: handle command after aborting the command ringElric Fu2-6/+168
2012-10-28xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-10-28xHCI: add aborting command ring functionElric Fu4-1/+128
2012-10-28xHCI: add cmd_ring_stateElric Fu3-1/+11
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp3-1/+5
2012-10-02xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp1-15/+24
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-02Intel xhci: Only switch the switchable portsKeng-Yu Lin1-4/+23
2012-10-02EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
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: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+13
2012-06-22USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-8/+0
2012-06-22xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
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