aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-sched.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern2013-02-111-1/+1
* EHCI : Fix a regression in the ISO schedulerMatthieu CASTET2011-12-091-4/+5
* USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin2011-12-091-5/+10
* Revert "USB: EHCI: fix HUB TT scheduling issue with iso transfer"Greg Kroah-Hartman2011-11-291-10/+5
* USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin2011-11-261-5/+10
* EHCI: workaround for MosChip controller bugAlan Stern2011-11-111-5/+25
* USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-191-2/+6
* EHCI: don't rescan interrupt QHs needlesslyAlan Stern2011-05-171-4/+10
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-03-011-65/+8
* Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman2011-02-171-8/+65
* USB: EHCI: Remove dead code from ehci-sched.cDavid Daney2011-02-041-3/+0
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-02-041-65/+8
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-0/+79
|\
| * USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He2010-12-101-0/+79
* | USB: EHCI: AMD periodic frame list table quirkAndiry Xu2010-11-161-3/+18
|/
* USB: EHCI: remove dead code in the periodic schedulerAlan Stern2010-08-101-15/+0
* USB: EHCI: reorganize isochronous scheduler routineAlan Stern2010-08-101-53/+57
* USB: EHCI: add missing frame -> microframe conversionAlan Stern2010-08-101-9/+12
* USB: EHCI: simplify remainder computationsAlan Stern2010-08-101-14/+15
* USB: EHCI: remove PCI assumptionAlan Stern2010-08-101-6/+4
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-6/+3
* USB: EHCI: defer reclamation of siTDsAlan Stern2010-04-221-9/+31
* USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch2010-03-191-2/+2
* USB: EHCI: fix ITD list orderClemens Ladisch2010-03-191-5/+19
* USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein2010-03-021-3/+7
* USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein2010-03-021-0/+2
* USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp2009-12-111-10/+20
* USB: ehci: Minor constant fix for SCHEDULE_SLOP.Sarah Sharp2009-12-111-4/+4
* USB: work around for EHCI with quirky periodic schedulesOliver Neukum2009-11-301-0/+12
* USB: ehci: Fix IST boundary checking interval math.Sarah Sharp2009-10-141-6/+6
* USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp2009-10-091-0/+1
* USB: EHCI: change deschedule logic for interrupt QHsAlan Stern2009-09-231-3/+33
* USB: EHCI: split ehci_qh into hw and sw partsAlek Du2009-09-231-22/+44
* USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-071-0/+1
* USB: EHCI: report actual_length for iso transfersAlan Stern2009-07-121-4/+8
* USB: EHCI: stagger frames for interrupt transfersAlan Stern2009-06-151-3/+5
* USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman2009-04-231-1/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-1/+1
* USB: EHCI: Fix isochronous URB leakKarsten Wiese2009-03-171-6/+4
* USB: EHCI: slow down ITD reuseKarsten Wiese2009-02-271-8/+48
* USB: EHCI: fix divide-by-zero bugAlan Stern2008-11-131-2/+2
* USB: fix EHCI periodic transfersDavid Brownell2008-09-231-18/+14
* USB: EHCI: fix bug in Iso schedulingAlan Stern2008-05-291-23/+44
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-1/+1
* USB: minor ehci xITD simplificationsKarsten Wiese2008-04-241-18/+12
* USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"Karsten Wiese2008-04-241-8/+6
* USB: ehci completes high speed ISO URBs soonerDavid Brownell2008-02-011-14/+27
* USB: ehci: minor ISO updates, always support split ISODavid Brownell2008-02-011-35/+12
* USB: ehci saves some memory in ISO transfer descriptorsKarsten Wiese2008-02-011-2/+2