summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sched.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-1/+1
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou1-49/+7
2013-08-19Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-7/+6
2013-08-13USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-2/+45
2013-05-30USB: EHCI: fix regression related to qh_refresh()Alan Stern1-1/+6
2013-05-29USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-0/+2
2013-03-26USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch1-0/+2
2013-03-26USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-6/+2
2013-03-26USB: EHCI: split needs_rescan into two flagsAlan Stern1-8/+3
2013-03-26USB: EHCI: change return value of qh_completions()Alan Stern1-7/+5
2013-03-26USB: EHCI: changes related to qh_refresh()Alan Stern1-3/+6
2013-01-31USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern1-1/+1
2013-01-31USB: EHCI: fix for leaking isochronous dataAlan Stern1-2/+5
2012-11-12USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern1-2/+2
2012-10-25USB: EHCI: make ehci_read_frame_index platform independentAlan Stern1-23/+0
2012-10-22EHCI: implement new semantics for URB_ISO_ASAPAlan Stern1-7/+26
2012-10-22EHCI: replace mult/div with bit-mask operationAlan Stern1-1/+1
2012-10-22EHCI: use the isochronous scheduling thresholdAlan Stern1-8/+4
2012-10-22EHCI: improved logic for isochronous schedulingAlan Stern1-38/+32
2012-07-17USB: EHCI: simplify isochronous scanningAlan Stern1-85/+29
2012-07-17USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-2/+1
2012-07-17USB: EHCI: always scan each interrupt QHAlan Stern1-37/+59
2012-07-17USB: EHCI: don't refcount iso_stream structuresAlan Stern1-47/+6
2012-07-17USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-98/+39
2012-07-17USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern1-25/+46
2012-07-17USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-17USB: EHCI: use hrtimer for the periodic scheduleAlan Stern1-54/+15
2012-07-17USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-4/+4
2012-07-17USB: EHCI: don't refcount QHsAlan Stern1-4/+1
2012-05-14USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern1-19/+21
2012-05-02USB: ehci-sched.c: remove dbg() usageGreg Kroah-Hartman1-2/+3
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern1-6/+4
2011-11-29EHCI : Fix a regression in the ISO schedulerMatthieu CASTET1-4/+5
2011-11-15USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin1-5/+10
2011-10-19EHCI: workaround for MosChip controller bugAlan Stern1-5/+25
2011-08-23USB: EHCI: remove usages of hcd->stateAlan Stern1-6/+5
2011-07-09USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov1-10/+7
2011-05-20USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-2/+6
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern1-4/+10
2011-03-02USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-65/+8
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman1-8/+65
2011-02-04USB: EHCI: Remove dead code from ehci-sched.cDavid Daney1-3/+0
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-65/+8
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-0/+79
2010-12-11USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He1-0/+79
2010-11-17USB: EHCI: AMD periodic frame list table quirkAndiry Xu1-3/+18
2010-08-11USB: EHCI: remove dead code in the periodic schedulerAlan Stern1-15/+0
2010-08-11USB: EHCI: reorganize isochronous scheduler routineAlan Stern1-53/+57