summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman1-0/+4
2011-04-14USB: ehci: add workaround for Synopsys HC bugGabor Juhos1-0/+4
2011-04-14USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern1-6/+9
2011-03-23ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern1-12/+0
2011-02-04USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney1-8/+10
2010-08-11USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+1
2010-05-21USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-01-21USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern1-3/+8
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern1-5/+27
2009-12-01USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern1-2/+14
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern1-9/+3
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern1-7/+36
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-22/+28
2009-08-08USB: EHCI: fix counting of transaction error retriesAlan Stern1-5/+4
2009-08-08USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern1-3/+3
2009-07-13USB: EHCI: check for STALL before other errorsAlan Stern1-14/+16
2009-07-13USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-23/+68
2009-07-13USB: fix the clear_tt_buffer interfaceAlan Stern1-1/+1
2009-07-13USB: EHCI: update toggle state for linked QHsAlan Stern1-1/+18
2009-06-16USB: EHCI: update toggle state for linked QHsAlan Stern1-18/+1
2009-03-25USB: fix ehci printk formatsRandy Dunlap1-1/+1
2009-03-25USB: EHCI: add software retry for transaction errorsAlan Stern1-0/+32
2009-03-18USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern1-1/+2
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-1/+1
2008-07-22USB: ehci-hcd unlink speedupsDavid Brownell1-8/+9
2008-04-28drivers/usb annotations and fixesAl Viro1-2/+2
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-25USB: ehci: qh_completions cleanup and bugfixDavid Brownell1-18/+16
2008-04-25USB: ehci: qh/qtd cleanup commentsDavid Brownell1-10/+40
2008-04-25USB: ehci tolerates some buggy devicesDavid Brownell1-1/+15
2008-03-05USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin1-1/+1
2008-02-02USB: ehci potential oops fix on ARC/TDI coresDavid Brownell1-8/+11
2008-02-02USB: EHCI: add separate IAA watchdog timerAlan Stern1-4/+2
2007-10-13USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-13USB: reorganize urb->status use in ehci-hcdAlan Stern1-29/+33
2007-10-13USB: add urb->unlinked fieldAlan Stern1-17/+12
2007-10-13USB: centralize -EREMOTEIO handlingAlan Stern1-3/+4
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+9
2007-08-21Revert "USB: EHCI cpufreq fix"Linus Torvalds1-4/+0
2007-07-13USB: EHCI support for big-endian descriptorsStefan Roese1-45/+47
2007-07-13USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+4
2007-02-08USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-7/+9
2006-10-18USB: revert EHCI VIA workaround patchGreg Kroah-Hartman1-2/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+10
2006-09-27USB: EHCI update VIA workaroundDavid Brownell1-4/+2
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell1-10/+10
2006-03-21[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-1/+1
2006-03-21[PATCH] USB: EHCI unlink tweaksDavid Brownell1-2/+4
2006-03-21[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala1-1/+8
2006-01-05[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7