aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-107-23/+64
|\
| * 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
| * usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-09-261-0/+22
| * 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
| * xhci: check for failed dma pool allocationMathias Nyman2013-07-211-0/+4
| * USB: revert periodic scheduling bugfixAlan Stern2013-06-131-1/+1
| * USB: UHCI: fix for suspend of virtual HP controllerAlan Stern2013-06-071-1/+2
| * usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-04-052-12/+16
| * 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
* | otg: when removing ED from readyQ also set flagLeon Winter2014-11-031-0/+2
* | d710: initial support for the Epic 4G Touch (SPH-D710)Dorian Snyder2013-06-202-4/+11
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2712-73/+560
|\ \ | |/
| * USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-02-111-0/+2
| * xhci: Fix isoc TD encoding.Sarah Sharp2013-02-111-1/+3
| * USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern2013-02-111-1/+1
| * USB: UHCI: fix IRQ race during initializationAlan Stern2013-01-271-6/+9
| * xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner2013-01-211-2/+9
| * xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp2013-01-171-0/+2
| * xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2013-01-112-2/+5
| * 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
| * xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-311-0/+11
| * 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: handle command after aborting the command ringElric Fu2012-10-282-6/+168
| * xHCI: cancel command after command timeoutElric Fu2012-10-282-7/+22
| * xHCI: add aborting command ring functionElric Fu2012-10-284-1/+128
| * xHCI: add cmd_ring_stateElric Fu2012-10-283-1/+11
| * Increase XHCI suspend timeout to 16msMichael Spang2012-10-071-1/+1
| * xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-10-073-1/+5
| * xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp2012-10-021-15/+24
| * usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath2012-10-021-0/+1
| * xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer2012-10-021-1/+2
| * xhci: Make handover code more robustMatthew Garrett2012-10-021-2/+10
| * xhci: Fix a logical vs bitwise AND bugDan Carpenter2012-10-021-1/+1
| * Intel xhci: Only switch the switchable portsKeng-Yu Lin2012-10-021-4/+23
| * EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti2012-10-021-2/+10
| * xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp2012-08-265-0/+21
| * xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp2012-08-261-2/+3
| * xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp2012-08-261-0/+1
| * xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp2012-07-161-0/+13
| * USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-221-8/+0
| * xHCI: Increase the timeout for controller save/restore state operationAndiry Xu2012-06-221-4/+4
| * xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp2012-06-013-3/+19
| * xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp2012-06-011-0/+1