summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-q.c
Commit message (Expand)AuthorAgeFilesLines
* USB: remove the URB_NO_FSBR flagAlan Stern2017-12-121-2/+1Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-2/+1Star
* USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-261-4/+8
* USB: fix latency in uhci-hcd and ohci-hcdAlan Stern2013-05-151-1/+1
* USB: uhci: check buffer length to avoid memory overflowChen Gang2013-01-241-1/+1
* UHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-221-37/+36Star
* usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-101-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-201-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/+0Star
* USB: UHCI queue: use usb_endpoint_type()Matthias Kaehlcke2009-06-161-1/+1
* USB: uhci: don't use pseudo negative valuesAlan Stern2009-03-251-7/+4Star
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-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/+8Star
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-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/+4Star
* USB: add urb->unlinked fieldAlan Stern2007-10-121-6/+3Star
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-8/+0Star
* USB: remove Iso status value in uhci-hcdAlan Stern2007-10-121-8/+3Star
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-15/+17
* UHCI: short control URBs get a status stageAlan Stern2007-07-201-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/+24Star
* UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern2007-02-241-22/+171
* UHCI: Add macros for computing DMA valuesAlan Stern2007-02-241-16/+14Star
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+1Star
* UHCI: fix bandwidth allocationAlan Stern2007-02-081-66/+175
* UHCI: no dummy TDs for Iso QHsAlan Stern2007-02-081-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/+7Star
* uhci-hcd: fix list access bugAlan Stern2006-09-011-1/+1
* UHCI: don't stop at an Iso errorAlan Stern2006-09-011-1/+1
* USB: UHCI: Don't test the Short Packet Detect bitAlan Stern2006-08-031-1/+3
* [PATCH] UHCI: Improve FSBR-off timingAlan Stern2006-06-221-20/+51
* [PATCH] UHCI: various updatesDavid Brownell2006-06-221-1/+1
* [PATCH] UHCI: remove ISO TDs as they are usedAlan Stern2006-06-221-30/+73
* [PATCH] UHCI: store the period in the queue headerAlan Stern2006-06-221-17/+55
* [PATCH] UHCI: fix race in ISO dequeuingAlan Stern2006-06-221-12/+36
* [PATCH] UHCI: Work around old Intel bugAlan Stern2006-06-221-1/+15
* [PATCH] UHCI: Reimplement FSBRAlan Stern2006-06-221-40/+128
* [PATCH] UHCI: Eliminate the TD-removal listAlan Stern2006-06-221-65/+27Star
* [PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern2006-06-221-24/+33
* [PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern2006-06-221-36/+42