summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney2011-02-041-8/+10
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-2/+1Star
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-1/+1
* USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern2010-01-211-3/+8
* USB: EHCI: add native scatter-gather supportAlan Stern2009-12-111-5/+27
* USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-12-011-2/+14
* USB: EHCI: change deschedule logic for interrupt QHsAlan Stern2009-09-231-9/+3Star
* USB: EHCI: rescan the queue after an unlinkAlan Stern2009-09-231-7/+36
* USB: EHCI: split ehci_qh into hw and sw partsAlek Du2009-09-231-22/+28
* USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-081-5/+4Star
* USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-081-3/+3
* USB: EHCI: check for STALL before other errorsAlan Stern2009-07-131-14/+16
* USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern2009-07-131-23/+68
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-131-1/+1
* USB: EHCI: update toggle state for linked QHsAlan Stern2009-07-131-1/+18
* USB: EHCI: update toggle state for linked QHsAlan Stern2009-06-161-18/+1Star
* USB: fix ehci printk formatsRandy Dunlap2009-03-251-1/+1
* USB: EHCI: add software retry for transaction errorsAlan Stern2009-03-251-0/+32
* USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern2009-03-171-1/+2
* list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-1/+1
* USB: ehci-hcd unlink speedupsDavid Brownell2008-07-221-8/+9
* drivers/usb annotations and fixesAl Viro2008-04-281-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-2/+2
* USB: ehci: qh_completions cleanup and bugfixDavid Brownell2008-04-251-18/+16Star
* USB: ehci: qh/qtd cleanup commentsDavid Brownell2008-04-251-10/+40
* USB: ehci tolerates some buggy devicesDavid Brownell2008-04-251-1/+15
* USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin2008-03-041-1/+1
* USB: ehci potential oops fix on ARC/TDI coresDavid Brownell2008-02-011-8/+11
* USB: EHCI: add separate IAA watchdog timerAlan Stern2008-02-011-4/+2Star
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-2/+1Star
* USB: reorganize urb->status use in ehci-hcdAlan Stern2007-10-121-29/+33
* USB: add urb->unlinked fieldAlan Stern2007-10-121-17/+12Star
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-3/+4
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-5/+9
* Revert "USB: EHCI cpufreq fix"Linus Torvalds2007-08-211-4/+0Star
* USB: EHCI support for big-endian descriptorsStefan Roese2007-07-131-45/+47
* USB: EHCI cpufreq fixStuart_Hayes@Dell.com2007-07-131-0/+4
* USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt2007-02-081-7/+9
* USB: revert EHCI VIA workaround patchGreg Kroah-Hartman2006-10-171-2/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-11/+10Star
* USB: EHCI update VIA workaroundDavid Brownell2006-09-271-4/+2Star
* USB: EHCI whitespace fixes (cosmetic)David Brownell2006-09-271-10/+10
* [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-201-1/+1
* [PATCH] USB: EHCI unlink tweaksDavid Brownell2006-03-201-2/+4
* [PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala2006-03-201-1/+8
* [PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern2006-01-041-7/+7
* [PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt2005-11-301-8/+16
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-3/+3
* [PATCH] ehci: add tt_usecsdavid-b@pacbell.net2005-09-091-0/+7
* [PATCH] USB: ehci: microframe handling fixDavid Brownell2005-08-051-2/+3