aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-265-8/+45
|\
| * 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: ehci-omap: reimplement workaround for errata i693Ruslan Bilovol2014-10-011-8/+59
* | Revert "HACK: fix ehci suspend/resume failure"Ruslan Bilovol2014-10-011-24/+0
* | OMAP4: USBTLL: Off mode disconnect workaround (Errata i754)Jon Hunter2014-10-011-0/+24
* | USB: OHCI: do not poll root hub status if HC is not runningRuslan Bilovol2014-10-011-0/+3
* | usb: host: omap: add tput constrain on probe pathRuslan Bilovol2014-10-011-0/+4
* | ARM: OMAP: HS USB Host: fix unbalanced pm callsRuslan Bilovol2014-10-012-1/+13
* | usb: ehci-omap: indicate DMA alignment requirementRuslan Bilovol2014-10-011-0/+1
* | ARM: OMAP4: USB: Update workaround for USB errata i719Jon Hunter2014-10-012-6/+14
* | OMAP4: USB: Update EHCI TLL errata i640Jon Hunter2014-10-011-10/+14
* | usb: ehci: fix the host wakeup state machine.Govindraj.R2014-10-011-2/+1
* | OMAP4: USB Host: Re-implement EHCI Hub Control to workaround errataAnand Gadiyar2014-10-011-2/+243
* | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2013-04-052-14/+18
|\ \
| * \ Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-04-052-14/+18
| |\ \
| | * \ Merge tag 'v3.0.72' into android-3.0Todd Poynor2013-04-052-14/+18
| | |\ \ | | | |/
| | | * 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
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2013-03-135-11/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-03-135-11/+27
| |\ \ \ | | |/ /
| | * | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-135-11/+27
| | |\ \ | | | |/
| | | * USB: ehci-omap: Fix autoloading of moduleRoger Quadros2013-02-281-1/+1
| | | * 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
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Todd Poynor2013-01-1610-63/+534
|\ \ \ \ | |/ / /
| * | | Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-01-1610-63/+534
| |\ \ \ | | |/ /
| | * | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-154-4/+29
| | |\ \ | | | |/
| | | * 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
| | * | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-019-61/+507
| | |\ \ | | | |/
| | | * 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