summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sched.c
AgeCommit message (Expand)Author
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern
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: don't refcount iso_stream structuresAlan Stern
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern
2012-07-16USB: EHCI: return void instead of 0Alan Stern
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern
2012-07-16USB: EHCI: don't refcount QHsAlan Stern
2012-05-14USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern
2012-05-01USB: ehci-sched.c: remove dbg() usageGreg Kroah-Hartman
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern
2011-11-29EHCI : Fix a regression in the ISO schedulerMatthieu CASTET
2011-11-14USB: EHCI: fix HUB TT scheduling issue with iso transferThomas Poussevin
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern
2011-07-08USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman
2011-02-04USB: EHCI: Remove dead code from ehci-sched.cDavid Daney
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-10USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He
2010-11-16USB: EHCI: AMD periodic frame list table quirkAndiry Xu
2010-08-10USB: EHCI: remove dead code in the periodic schedulerAlan Stern
2010-08-10USB: EHCI: reorganize isochronous scheduler routineAlan Stern
2010-08-10USB: EHCI: add missing frame -> microframe conversionAlan Stern
2010-08-10USB: EHCI: simplify remainder computationsAlan Stern
2010-08-10USB: EHCI: remove PCI assumptionAlan Stern
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch
2010-03-19USB: EHCI: fix ITD list orderClemens Ladisch
2010-03-02USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein
2010-03-02USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein
2009-12-11USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp
2009-12-11USB: ehci: Minor constant fix for SCHEDULE_SLOP.Sarah Sharp
2009-11-30USB: work around for EHCI with quirky periodic schedulesOliver Neukum
2009-10-14USB: ehci: Fix IST boundary checking interval math.Sarah Sharp
2009-10-09USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan 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
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern
2009-06-15USB: EHCI: stagger frames for interrupt transfersAlan Stern
2009-04-23USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison