aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern1-19/+21
2012-05-01USB: 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-14USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin1-5/+10
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern1-5/+25
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-6/+5
2011-07-08USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov1-10/+7
2011-05-19USB: 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-01USB 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-10USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He1-0/+79
2010-11-16USB: EHCI: AMD periodic frame list table quirkAndiry Xu1-3/+18
2010-08-10USB: EHCI: remove dead code in the periodic schedulerAlan Stern1-15/+0
2010-08-10USB: EHCI: reorganize isochronous scheduler routineAlan Stern1-53/+57
2010-08-10USB: EHCI: add missing frame -> microframe conversionAlan Stern1-9/+12
2010-08-10USB: EHCI: simplify remainder computationsAlan Stern1-14/+15
2010-08-10USB: EHCI: remove PCI assumptionAlan Stern1-6/+4
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-6/+3
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern1-9/+31
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch1-2/+2
2010-03-19USB: EHCI: fix ITD list orderClemens Ladisch1-5/+19
2010-03-02USB: ehci: fix audio record functionality for some Full speed sound blaster devicesDmitri Epshtein1-3/+7
2010-03-02USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein1-0/+2
2009-12-11USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp1-10/+20
2009-12-11USB: ehci: Minor constant fix for SCHEDULE_SLOP.Sarah Sharp1-4/+4
2009-11-30USB: work around for EHCI with quirky periodic schedulesOliver Neukum1-0/+12
2009-10-14USB: ehci: Fix IST boundary checking interval math.Sarah Sharp1-6/+6
2009-10-09USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp1-0/+1
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern1-3/+33
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du1-22/+44
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern1-0/+1
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern1-4/+8
2009-06-15USB: EHCI: stagger frames for interrupt transfersAlan Stern1-3/+5
2009-04-23USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-03-17USB: EHCI: Fix isochronous URB leakKarsten Wiese1-6/+4
2009-02-27USB: EHCI: slow down ITD reuseKarsten Wiese1-8/+48
2008-11-13USB: EHCI: fix divide-by-zero bugAlan Stern1-2/+2
2008-09-23USB: fix EHCI periodic transfersDavid Brownell1-18/+14
2008-05-29USB: EHCI: fix bug in Iso schedulingAlan Stern1-23/+44
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-24USB: minor ehci xITD simplificationsKarsten Wiese1-18/+12
2008-04-24USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"Karsten Wiese1-8/+6
2008-02-01USB: ehci completes high speed ISO URBs soonerDavid Brownell1-14/+27
2008-02-01USB: ehci: minor ISO updates, always support split ISODavid Brownell1-35/+12