aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-q.c
AgeCommit message (Expand)Author
2013-03-28usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann
2013-03-28usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk
2013-03-25USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern
2013-03-25USB: EHCI: change return value of qh_completions()Alan Stern
2013-03-25USB: EHCI: changes related to qh_refresh()Alan Stern
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern
2013-03-05USB: EHCI: don't check DMA values in QH overlaysAlan Stern
2013-03-05USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern
2013-01-25USB: EHCI: unlink one async QH at a timeAlan Stern
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern
2012-09-10EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern
2012-07-16USB: EHCI: rename "reclaim"Alan Stern
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern
2012-07-16USB: EHCI: don't refcount QHsAlan Stern
2012-05-01USB: ehci-q.c: remove dbg() usageGreg Kroah-Hartman
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-14USB: ehci: report Data Buffer Error in debug modeVikram Pandita
2011-09-18usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei
2011-09-18usb: ehci: only prepare zero packet for out transfer if requiredMing Lei
2011-09-18usb: ehci: remove wmb in qh_updateMing Lei
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern
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