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-071-1/+2
* USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1
* 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-181-0/+6
* USB: OHCI: make URB completions single-threadedAlan Stern2014-07-181-2/+26
* USB: OHCI: redesign the TD done listAlan Stern2014-07-181-49/+60
* USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern2014-07-181-21/+4
* USB: OHCI: don't lose track of EDs when a controller diesAlan Stern2014-07-171-17/+29
* USB: OHCI: add SG supportAlan Stern2014-07-171-13/+41
* ohci: kill ohci_vdbgOliver Neukum2013-12-031-4/+4
* ohci: remove conditional compilationOliver Neukum2013-12-031-4/+0
* USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-251-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-111-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/+3
* 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-171-6/+12
* trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
* USB: quirk PLL power down modeLibin Yang2008-08-131-0/+6
* USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev2008-07-211-3/+0
* USB: ohci - record data toggle after unlinkDavid Brownell2008-07-031-0/+12
* USB: ohci: fix 2 timers to fire at jiffies + 1sRichard Kennedy2008-04-021-1/+1
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-2/+1
* USB: reorganize urb->status use in ohci-hcdAlan Stern2007-10-121-21/+17
* USB: avoid the donelist after an error in ohci-hcdAlan Stern2007-10-121-16/+8
* USB: add urb->unlinked fieldAlan Stern2007-10-121-3/+2
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-11/+0
* 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/+51
* [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-181-2/+11
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1107