aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-q.c
Commit message (Expand)AuthorAge
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern2007-10-25
* USB: Eliminate urb->status usage!Alan Stern2007-10-12
* USB: add urb->unlinked fieldAlan Stern2007-10-12
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-12
* USB: remove Iso status value in uhci-hcdAlan Stern2007-10-12
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-12
* UHCI: short control URBs get a status stageAlan Stern2007-07-19
* UHCI: Add some WARN_ON()sAlan Stern2007-04-27
* UHCI: Fix problem caused by lack of terminating QHAlan Stern2007-03-26
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-23
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-23
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-11
* UHCI: fix bandwidth allocationAlan Stern2007-02-07
* UHCI: no dummy TDs for Iso QHsAlan Stern2007-02-07
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-07
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* uhci-hcd: fix list access bugAlan Stern2006-08-31
* UHCI: don't stop at an Iso errorAlan Stern2006-08-31
* USB: UHCI: Don't test the Short Packet Detect bitAlan Stern2006-08-02
* [PATCH] UHCI: Improve FSBR-off timingAlan Stern2006-06-21
* [PATCH] UHCI: various updatesDavid Brownell2006-06-21
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-21
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-21
* [PATCH] UHCI: fix race in ISO dequeuingAlan Stern2006-06-21
* [PATCH] UHCI: Work around old Intel bugAlan Stern2006-06-21
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-21
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-21
* [PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern2006-06-21
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-21
* [PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern2006-06-21
* [PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern2006-06-21
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-21
* [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-20
* [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern2006-03-20
* [PATCH] UHCI: Don't log short transfersAlan Stern2006-03-20
* [PATCH] UHCI: improve debugging codeAlan Stern2006-03-20
* [PATCH] UHCI: remove main list of URBsAlan Stern2006-03-20
* [PATCH] UHCI: use dummy TDsAlan Stern2006-03-20
* [PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern2006-03-20
* [PATCH] USB: UHCI: No FSBR until device is configuredAlan Stern2006-01-31
* [PATCH] USB: UHCI: edit some commentsAlan Stern2006-01-04
* [PATCH] USB: UHCI: change uhci_explen macroAlan Stern2006-01-04
* [PATCH] UHCI: Improve handling of iso TDsAlan Stern2005-10-28
* [PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern2005-10-28
* [PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern2005-10-28
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-28
* [PATCH] USB UHCI: remove the FSBR kernel timerAlan Stern2005-09-12
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-12
* [PATCH] UHCI: Don't store device pointer in QH or TDAlan Stern2005-06-27