aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-q.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-1/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-3/+3
* USB: UHCI: Add support for big endian descriptorsJan Andersson2011-05-191-64/+67
* USB: host: uhci-q: Fixed minor coding style issuesTobias Ollmann2010-12-101-5/+7
* USB: UHCI: add native scatter-gather support(v1)Ming Lei2010-10-221-4/+29
* USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2010-08-101-2/+2
* USB: uhci: rm repeatedly evaluation for urbp->qhBob Liu2009-09-231-1/+0
* USB: UHCI queue: use usb_endpoint_type()Matthias Kaehlcke2009-06-151-1/+1
* USB: uhci: don't use pseudo negative valuesAlan Stern2009-03-241-7/+4
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-5/+5
* USB: UHCI: improve scheduling of interrupt URBsAlan Stern2008-10-171-6/+11
* usb: turn dev_warn+WARN_ON combos into dev_WARNArjan van de Ven2008-10-161-16/+8
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-1/+1
* USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern2007-10-251-5/+14
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-8/+4
* USB: add urb->unlinked fieldAlan Stern2007-10-121-6/+3
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-8/+0
* USB: remove Iso status value in uhci-hcdAlan Stern2007-10-121-8/+3
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-15/+17
* UHCI: short control URBs get a status stageAlan Stern2007-07-191-21/+38
* UHCI: Add some WARN_ON()sAlan Stern2007-04-271-4/+12
* UHCI: Fix problem caused by lack of terminating QHAlan Stern2007-03-261-70/+24
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-231-22/+171
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-231-16/+14
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+1
* UHCI: fix bandwidth allocationAlan Stern2007-02-071-66/+175
* UHCI: no dummy TDs for Iso QHsAlan Stern2007-02-071-7/+10
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+7
* uhci-hcd: fix list access bugAlan Stern2006-08-311-1/+1
* UHCI: don't stop at an Iso errorAlan Stern2006-08-311-1/+1
* USB: UHCI: Don't test the Short Packet Detect bitAlan Stern2006-08-021-1/+3
* [PATCH] UHCI: Improve FSBR-off timingAlan Stern2006-06-211-20/+51
* [PATCH] UHCI: various updatesDavid Brownell2006-06-211-1/+1
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-211-30/+73
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-211-17/+55
* [PATCH] UHCI: fix race in ISO dequeuingAlan Stern2006-06-211-12/+36
* [PATCH] UHCI: Work around old Intel bugAlan Stern2006-06-211-1/+15
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-211-40/+128
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-211-65/+27
* [PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern2006-06-211-24/+33
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-211-36/+42
* [PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern2006-06-211-217/+125
* [PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern2006-06-211-9/+15
* [PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern2006-06-211-16/+18
* [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-201-2/+0
* [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern2006-03-201-1/+1
* [PATCH] UHCI: Don't log short transfersAlan Stern2006-03-201-1/+1
* [PATCH] UHCI: improve debugging codeAlan Stern2006-03-201-11/+1
* [PATCH] UHCI: remove main list of URBsAlan Stern2006-03-201-357/+274