summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)Author
2012-07-27usb: ehci: DMA buffer sync for qh/qtd descriptorsJC Kuo
2012-01-16Merge branch 'linux-3.1.y' into android-tegra-nv-3.1Varun Wadekar
2012-01-12usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-30Merge branch 'korg-android-3.1' into korg-android+linux-tegra-3.1Dan Willemsen
2011-11-30usb: ehci: make HC see up-to-date qh/qtd descriptor ASAPMing Lei
2011-11-30usb: host: ehci: Add missed memory barrier in the hcd driverJay Cheng
2011-07-19EHCI: fix direction handling for interrupt data togglesAlan Stern
2011-07-08USB: EHCI: go back to using the system clock for QH unlinksAlan Stern
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman
2011-04-13USB: ehci: add workaround for Synopsys HC bugGabor Juhos
2011-04-13USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern
2011-03-23ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern
2011-02-04USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.David Daney
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-01-20USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern
2009-11-30USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern
2009-08-07USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern
2009-03-24USB: fix ehci printk formatsRandy Dunlap
2009-03-24USB: EHCI: add software retry for transaction errorsAlan Stern
2009-03-17USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez
2008-07-21USB: ehci-hcd unlink speedupsDavid Brownell
2008-04-28drivers/usb annotations and fixesAl Viro
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: ehci: qh_completions cleanup and bugfixDavid Brownell
2008-04-24USB: ehci: qh/qtd cleanup commentsDavid Brownell
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell
2008-03-04USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin
2008-02-01USB: ehci potential oops fix on ARC/TDI coresDavid Brownell
2008-02-01USB: EHCI: add separate IAA watchdog timerAlan Stern
2007-10-12USB: Eliminate urb->status usage!Alan Stern
2007-10-12USB: reorganize urb->status use in ehci-hcdAlan Stern
2007-10-12USB: add urb->unlinked fieldAlan Stern
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-08-20Revert "USB: EHCI cpufreq fix"Linus Torvalds
2007-07-12USB: EHCI support for big-endian descriptorsStefan Roese
2007-07-12USB: EHCI cpufreq fixStuart_Hayes@Dell.com