summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11USB: EHCI: add missing frame -> microframe conversionAlan Stern1-9/+12
2010-08-11USB: EHCI: simplify remainder computationsAlan Stern1-14/+15
2010-08-11USB: EHCI: remove PCI assumptionAlan Stern1-6/+4
2010-08-11USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-6/+3
2010-04-23USB: 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-03USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein1-3/+7
2010-03-03USB: 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-12-01USB: work around for EHCI with quirky periodic schedulesOliver Neukum1-0/+12
2009-10-15USB: ehci: Fix IST boundary checking interval math.Sarah Sharp1-6/+6
2009-10-10USB: 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-08USB: EHCI: fix counting of transaction error retriesAlan Stern1-0/+1
2009-07-13USB: EHCI: report actual_length for iso transfersAlan Stern1-4/+8
2009-06-16USB: EHCI: stagger frames for interrupt transfersAlan Stern1-3/+5
2009-04-24USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman1-1/+1
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-03-18USB: EHCI: Fix isochronous URB leakKarsten Wiese1-6/+4
2009-02-28USB: EHCI: slow down ITD reuseKarsten Wiese1-8/+48
2008-11-14USB: EHCI: fix divide-by-zero bugAlan Stern1-2/+2
2008-09-24USB: fix EHCI periodic transfersDavid Brownell1-18/+14
2008-05-30USB: EHCI: fix bug in Iso schedulingAlan Stern1-23/+44
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-25USB: minor ehci xITD simplificationsKarsten Wiese1-18/+12
2008-04-25USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"Karsten Wiese1-8/+6
2008-02-02USB: ehci completes high speed ISO URBs soonerDavid Brownell1-14/+27
2008-02-02USB: ehci: minor ISO updates, always support split ISODavid Brownell1-35/+12
2008-02-02USB: ehci saves some memory in ISO transfer descriptorsKarsten Wiese1-2/+2
2008-02-02USB: PS3: Fix EHCI ISO transfer bugDavid Brownell1-16/+42
2008-02-02USB: Spelling fixesJoe Perches1-1/+1
2007-10-13USB: reorganize urb->status use in ehci-hcdAlan Stern1-2/+2
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern1-12/+31
2007-08-21Revert "USB: EHCI cpufreq fix"Linus Torvalds1-127/+0
2007-07-13USB: EHCI support for big-endian descriptorsStefan Roese1-118/+130
2007-07-13USB: EHCI cpufreq fixStuart_Hayes@Dell.com1-0/+129
2007-02-08USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-11/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-12/+9