aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/uhci-q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern1-2/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2013-09-25USB: UHCI: accept very late isochronous URBsAlan Stern1-4/+8
2013-05-15USB: fix latency in uhci-hcd and ohci-hcdAlan Stern1-1/+1
2013-01-24USB: uhci: check buffer length to avoid memory overflowChen Gang1-1/+1
2012-10-22UHCI: implement new semantics for URB_ISO_ASAPAlan Stern1-37/+36
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-3/+3
2011-05-19USB: UHCI: Add support for big endian descriptorsJan Andersson1-64/+67
2010-12-10USB: host: uhci-q: Fixed minor coding style issuesTobias Ollmann1-5/+7
2010-10-22USB: UHCI: add native scatter-gather support(v1)Ming Lei1-4/+29
2010-08-10USB: UHCI: acquire spinlock before calling start_rh()Alan Stern1-2/+2
2009-09-23USB: uhci: rm repeatedly evaluation for urbp->qhBob Liu1-1/+0
2009-06-15USB: UHCI queue: use usb_endpoint_type()Matthias Kaehlcke1-1/+1
2009-03-24USB: uhci: don't use pseudo negative valuesAlan Stern1-7/+4
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-5/+5
2008-10-17USB: UHCI: improve scheduling of interrupt URBsAlan Stern1-6/+11
2008-10-16usb: turn dev_warn+WARN_ON combos into dev_WARNArjan van de Ven1-16/+8
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
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