aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
Commit message (Expand)AuthorAge
* USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman2012-05-02
* EHCI: maintain the ehci->command value properlyAlan Stern2012-04-23
* usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-09
* USB: ehci: report Data Buffer Error in debug modeVikram Pandita2011-11-14
* usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei2011-09-18
* usb: ehci: only prepare zero packet for out transfer if requiredMing Lei2011-09-18
* usb: ehci: remove wmb in qh_updateMing Lei2011-09-18
* USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-22
* EHCI: fix direction handling for interrupt data togglesAlan Stern2011-07-19
* USB: EHCI: go back to using the system clock for QH unlinksAlan Stern2011-07-08
* EHCI: don't rescan interrupt QHs needlesslyAlan Stern2011-05-17
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-19
|\
| * USB: ehci: add workaround for Synopsys HC bugGabor Juhos2011-04-13
* | USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern2011-04-13
|/
* ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern2011-03-23
* USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney2011-02-04
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-10
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-20
* USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern2010-01-20
* USB: EHCI: add native scatter-gather supportAlan Stern2009-12-11
* USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-11-30
* USB: EHCI: change deschedule logic for interrupt QHsAlan Stern2009-09-23
* USB: EHCI: rescan the queue after an unlinkAlan Stern2009-09-23
* USB: EHCI: split ehci_qh into hw and sw partsAlek Du2009-09-23
* USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-07
* USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-07
* USB: EHCI: check for STALL before other errorsAlan Stern2009-07-12
* USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern2009-07-12
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-12
* USB: EHCI: update toggle state for linked QHsAlan Stern2009-07-12
* USB: EHCI: update toggle state for linked QHsAlan Stern2009-06-16
* USB: fix ehci printk formatsRandy Dunlap2009-03-24
* USB: EHCI: add software retry for transaction errorsAlan Stern2009-03-24
* USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern2009-03-17
* list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-07
* USB: ehci-hcd unlink speedupsDavid Brownell2008-07-21
* drivers/usb annotations and fixesAl Viro2008-04-28
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: ehci: qh_completions cleanup and bugfixDavid Brownell2008-04-25
* USB: ehci: qh/qtd cleanup commentsDavid Brownell2008-04-25
* USB: ehci tolerates some buggy devicesDavid Brownell2008-04-25
* USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin2008-03-04
* USB: ehci potential oops fix on ARC/TDI coresDavid Brownell2008-02-01
* USB: EHCI: add separate IAA watchdog timerAlan Stern2008-02-01
* USB: Eliminate urb->status usage!Alan Stern2007-10-12
* USB: reorganize urb->status use in ehci-hcdAlan Stern2007-10-12
* USB: add urb->unlinked fieldAlan Stern2007-10-12
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-12
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-12
* Revert "USB: EHCI cpufreq fix"Linus Torvalds2007-08-21