aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern1-5/+14
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-8/+4
2007-10-12USB: add urb->unlinked fieldAlan Stern1-6/+3
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-8/+0
2007-10-12USB: remove Iso status value in uhci-hcdAlan Stern1-8/+3
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-15/+17
2007-07-19UHCI: short control URBs get a status stageAlan Stern1-21/+38
2007-04-27UHCI: Add some WARN_ON()sAlan Stern1-4/+12
2007-03-26UHCI: Fix problem caused by lack of terminating QHAlan Stern1-70/+24
2007-02-23UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern1-22/+171
2007-02-23UHCI: Add macros for computing DMA valuesAlan Stern1-16/+14
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+1
2007-02-07UHCI: fix bandwidth allocationAlan Stern1-66/+175
2007-02-07UHCI: no dummy TDs for Iso QHsAlan Stern1-7/+10
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+7
2006-08-31uhci-hcd: fix list access bugAlan Stern1-1/+1
2006-08-31UHCI: don't stop at an Iso errorAlan Stern1-1/+1
2006-08-02USB: UHCI: Don't test the Short Packet Detect bitAlan Stern1-1/+3
2006-06-21[PATCH] UHCI: Improve FSBR-off timingAlan Stern1-20/+51
2006-06-21[PATCH] UHCI: various updatesDavid Brownell1-1/+1
2006-06-21[PATCH] UHCI: remove ISO TDs as they are usedAlan Stern1-30/+73
2006-06-21[PATCH] UHCI: store the period in the queue headerAlan Stern1-17/+55
2006-06-21[PATCH] UHCI: fix race in ISO dequeuingAlan Stern1-12/+36
2006-06-21[PATCH] UHCI: Work around old Intel bugAlan Stern1-1/+15
2006-06-21[PATCH] UHCI: Reimplement FSBRAlan Stern1-40/+128
2006-06-21[PATCH] UHCI: Eliminate the TD-removal listAlan Stern1-65/+27
2006-06-21[PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern1-24/+33
2006-06-21[PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern1-36/+42
2006-06-21[PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern1-217/+125
2006-06-21[PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern1-9/+15
2006-06-21[PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern1-16/+18
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-2/+0
2006-03-20[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern1-1/+1
2006-03-20[PATCH] UHCI: Don't log short transfersAlan Stern1-1/+1
2006-03-20[PATCH] UHCI: improve debugging codeAlan Stern1-11/+1
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern1-357/+274
2006-03-20[PATCH] UHCI: use dummy TDsAlan Stern1-61/+77
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern1-529/+456
2006-01-31[PATCH] USB: UHCI: No FSBR until device is configuredAlan Stern1-2/+2
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern1-9/+9
2006-01-04[PATCH] USB: UHCI: change uhci_explen macroAlan Stern1-6/+6
2005-10-28[PATCH] UHCI: Improve handling of iso TDsAlan Stern1-13/+26
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern1-10/+10
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern1-5/+0
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-09-12[PATCH] USB UHCI: remove the FSBR kernel timerAlan Stern1-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-27[PATCH] UHCI: Don't store device pointer in QH or TDAlan Stern1-22/+10
2005-06-27[PATCH] USB UHCI: Use root-hub IRQs while suspendedAlan Stern1-0/+3