aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-q.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2018-02-15usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-06-07USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio1-1/+2
2015-07-22USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2015-05-10USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2014-07-18USB: OHCI: add I/O watchdog for orphan TDsAlan Stern1-0/+6
2014-07-18USB: OHCI: make URB completions single-threadedAlan Stern1-2/+26
2014-07-18USB: OHCI: redesign the TD done listAlan Stern1-49/+60
2014-07-18USB: OHCI: revert the ZF Micro orphan-TD quirkAlan Stern1-21/+4
2014-07-17USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-07-17USB: OHCI: add SG supportAlan Stern1-13/+41
2013-12-03ohci: kill ohci_vdbgOliver Neukum1-4/+4
2013-12-03ohci: remove conditional compilationOliver Neukum1-4/+0
2013-09-25USB: OHCI: accept very late isochronous URBsAlan Stern1-4/+22
2013-05-30USB: OHCI: Generic changes to make ohci-pci a separate driverManjunath Goudar1-2/+4
2013-01-11USB: ohci: set urb->hcpriv = NULL immediately, after free itChen Gang1-0/+1
2012-11-26USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern1-0/+19
2012-10-22OHCI: implement new semantics for URB_ISO_ASAPAlan Stern1-2/+2
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-5/+3
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-2/+2
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman1-2/+2
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-17USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang1-6/+12
2009-09-21trivial: OHCI: Fix typo in a commentAnand Gadiyar1-1/+1
2008-08-13USB: quirk PLL power down modeLibin Yang1-0/+6
2008-07-21USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev1-3/+0
2008-07-03USB: ohci - record data toggle after unlinkDavid Brownell1-0/+12
2008-04-02USB: ohci: fix 2 timers to fire at jiffies + 1sRichard Kennedy1-1/+1
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in ohci-hcdAlan Stern1-21/+17
2007-10-12USB: avoid the donelist after an error in ohci-hcdAlan Stern1-16/+8
2007-10-12USB: add urb->unlinked fieldAlan Stern1-3/+2
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-11/+0
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-0/+1
2007-10-12USB: OHCI handles more ZFMicro quirksMike Nuss1-46/+67
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-52/+51
2006-10-06[PATCH] ohci: don't play with IRQ regsDavid Brownell1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-7/+9
2005-04-18[PATCH] USB: OHCI on Compaq Aramada 7400David Brownell1-2/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1107