summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
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-26xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-26xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-08-26xhci: 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-22xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-22xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu1-0/+2
2012-04-22xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10
2012-04-22xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-04-22xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-04-22xhci: 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-02-29USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-0/+5
2012-02-29xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp1-8/+24
2012-02-29xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp1-1/+1
2012-02-29USB: 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