summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix the mouse problem when copying large amounts of dataWu Zhangjin2013-12-061-3/+7
* xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-10-051-2/+6
* xhci: Fix oops happening after address device timeoutMathias Nyman2013-10-051-0/+6
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-10-054-21/+17
* usb: ehci-mxc: check for pdata before dereferencingDaniel Mack2013-09-261-1/+1
* usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-09-261-0/+22
* xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp2013-09-263-2/+8
* xhci: Avoid NULL pointer deref when host dies.Sarah Sharp2013-08-041-3/+3
* xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-08-041-1/+1
* usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2013-08-042-1/+7
* usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian2013-07-211-0/+1
* xhci: check for failed dma pool allocationMathias Nyman2013-07-211-0/+4
* USB: revert periodic scheduling bugfixAlan Stern2013-06-131-1/+1
* xhci: fix list access before initVladimir Murzin2013-06-131-0/+4
* xhci-mem: init list heads at the beginning of initSergio Aguirre2013-06-131-3/+3
* xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso2013-06-131-1/+11
* USB: UHCI: fix for suspend of virtual HP controllerAlan Stern2013-06-071-1/+2
* USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern2013-06-071-8/+9
* xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-05-111-8/+15
* usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-04-052-12/+16
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-281-1/+2
* USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-281-2/+2
* Revert "USB: EHCI: don't check DMA values in QH overlays"Greg Kroah-Hartman2013-03-281-13/+5
* USB: EHCI: don't check DMA values in QH overlaysAlan Stern2013-03-201-5/+13
* USB: ehci-omap: Fix autoloading of moduleRoger Quadros2013-02-281-1/+1
* usb: Prevent dead ports when xhci is not enabledDavid Moore2013-02-111-0/+1
* USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-02-111-0/+2
* xhci: Fix TD size for isochronous URBs.Sarah Sharp2013-02-111-2/+3
* xhci: Fix isoc TD encoding.Sarah Sharp2013-02-111-1/+3
* drivers: xhci: fix incorrect bit testNickolai Zeldovich2013-02-111-1/+1
* USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern2013-02-111-1/+1
* USB: EHCI: fix timer bug affecting port resumeAlan Stern2013-02-111-1/+5
* USB: UHCI: fix IRQ race during initializationAlan Stern2013-01-271-6/+9
* xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp2013-01-171-0/+2
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-01-173-0/+26
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-01-171-2/+29
* xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2013-01-112-2/+5
* usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes2013-01-111-1/+1
* xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner2013-01-111-2/+7
* xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp2013-01-111-13/+19
* xhci: Fix conditional check in bandwidth calculation.Sarah Sharp2013-01-111-1/+1
* xhci: Extend Fresco Logic MSI quirk.Sarah Sharp2012-12-171-2/+5
* USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern2012-12-171-0/+19
* ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier2012-10-311-0/+7
* ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier2012-10-311-1/+1
* xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-311-0/+11
* usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CPAlexis R. Cortes2012-10-281-1/+2
* Increase XHCI suspend timeout to 16msMichael Spang2012-10-071-1/+1
* xHCI: handle command after aborting the command ringElric Fu2012-10-071-6/+165
* xHCI: cancel command after command timeoutElric Fu2012-10-072-7/+22