summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern1-14/+16
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern1-23/+68
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern1-1/+1
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern1-1/+18
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern1-18/+1
2009-03-24USB: fix ehci printk formatsRandy Dunlap1-1/+1
2009-03-24USB: EHCI: add software retry for transaction errorsAlan Stern1-0/+32
2009-03-17USB: 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-21USB: ehci-hcd unlink speedupsDavid Brownell1-8/+9
2008-04-28drivers/usb annotations and fixesAl Viro1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: ehci: qh_completions cleanup and bugfixDavid Brownell1-18/+16
2008-04-24USB: ehci: qh/qtd cleanup commentsDavid Brownell1-10/+40
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell1-1/+15
2008-03-04USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin1-1/+1
2008-02-01USB: ehci potential oops fix on ARC/TDI coresDavid Brownell1-8/+11
2008-02-01USB: EHCI: add separate IAA watchdog timerAlan Stern1-4/+2
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in ehci-hcdAlan Stern1-29/+33
2007-10-12USB: add urb->unlinked fieldAlan Stern1-17/+12
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-3/+4
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+9
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds1-4/+0
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese1-45/+47
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+4
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-7/+9
2006-10-17USB: 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-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-1/+1
2006-03-20[PATCH] USB: EHCI unlink tweaksDavid Brownell1-2/+4
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala1-1/+8
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-8/+16
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-09-08[PATCH] ehci: add tt_usecsdavid-b@pacbell.net1-0/+7
2005-08-04[PATCH] USB: ehci: microframe handling fixDavid Brownell1-2/+3
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman1-2/+2
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-27[PATCH] USB: misc ehci updatesDavid Brownell1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1090