summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-q.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP2018-02-151-7/+10
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio2016-06-081-1/+2
* USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1Star
* USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: OHCI: add I/O watchdog for orphan TDsAlan Stern2014-07-191-0/+6
* USB: OHCI: make URB completions single-threadedAlan Stern2014-07-191-2/+26
* USB: OHCI: redesign the TD done listAlan Stern2014-07-191-49/+60
* USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern2014-07-191-21/+4Star
* USB: OHCI: don't lose track of EDs when a controller diesAlan Stern2014-07-181-17/+29
* USB: OHCI: add SG supportAlan Stern2014-07-181-13/+41
* ohci: kill ohci_vdbgOliver Neukum2013-12-031-4/+4
* ohci: remove conditional compilationOliver Neukum2013-12-031-4/+0Star
* USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-261-4/+22
* USB: OHCI: Generic changes to make ohci-pci a separate driverManjunath Goudar2013-05-301-2/+4
* USB: ohci: set urb->hcpriv = NULL immediately, after free itChen Gang2013-01-121-0/+1
* USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern2012-11-261-0/+19
* OHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-221-2/+2
* OHCI: remove uses of hcd->stateAlan Stern2011-11-181-5/+3Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-03-011-2/+2
* Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman2011-02-171-2/+2
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-02-041-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang2009-11-181-6/+12
* trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
* USB: quirk PLL power down modeLibin Yang2008-08-141-0/+6
* USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev2008-07-221-3/+0Star
* USB: ohci - record data toggle after unlinkDavid Brownell2008-07-041-0/+12
* USB: ohci: fix 2 timers to fire at jiffies + 1sRichard Kennedy2008-04-031-1/+1
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-2/+1Star
* USB: reorganize urb->status use in ohci-hcdAlan Stern2007-10-121-21/+17Star
* USB: avoid the donelist after an error in ohci-hcdAlan Stern2007-10-121-16/+8Star
* USB: add urb->unlinked fieldAlan Stern2007-10-121-3/+2Star
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-11/+0Star
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-0/+1
* USB: OHCI handles more ZFMicro quirksMike Nuss2007-10-121-46/+67
* USB: ohci whitespace/comment fixupsDavid Brownell2006-12-201-52/+51Star
* [PATCH] ohci: don't play with IRQ regsDavid Brownell2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-7/+9
* [PATCH] USB: OHCI on Compaq Aramada 7400David Brownell2005-04-191-2/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1107