summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18USB: EHCI: improve use of per-port status-change bitsAlan Stern1-2/+2
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern1-0/+1
2013-03-15USB: EHCI: split ehci-omap out to a separate driverAlan Stern1-5/+1
2013-03-05USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern1-4/+2
2013-01-25USB: EHCI: notify usbcore about port resumesAlan Stern1-0/+1
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern1-5/+1
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros1-4/+0
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern1-4/+5
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern1-10/+1
2012-11-01USB: EHCI: make ehci-platform a separate driverAlan Stern1-5/+1
2012-11-01USB: EHCI: make ehci-pci a separate driverAlan Stern1-21/+5
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern1-3/+70
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-21/+0
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern1-18/+0
2012-10-24USB: EHCI: make ehci_read_frame_index platform independentAlan Stern1-1/+26
2012-10-22USB: EHCI: remove CNS3xxx EHCI platform driverFlorian Fainelli1-5/+0
2012-10-22USB: EHCI: remove Alchemy EHCI driverFlorian Fainelli1-5/+0
2012-10-22USB: EHCI: remove Netlogic XLS EHCI driverFlorian Fainelli1-5/+0
2012-10-22USB: EHCI: remove Loongson 1B EHCI driver.Florian Fainelli1-5/+0
2012-10-22USB: EHCI: remove IXP4xx EHCI driverFlorian Fainelli1-5/+0
2012-10-22EHCI: use the isochronous scheduling thresholdAlan Stern1-1/+1
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich1-2/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-286/+226
2012-07-18usb: add host support for the tilegx architectureChris Metcalf1-0/+5
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern1-1/+19
2012-07-16USB: EHCI: fix up lockingAlan Stern1-15/+33
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern1-3/+0
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-46/+1
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern1-2/+5
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern1-3/+10
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-15/+1
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern1-31/+4
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern1-52/+14
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern1-3/+9
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-0/+1
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern1-10/+10
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern1-2/+4
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern1-10/+3
2012-07-16USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern1-1/+1
2012-07-16USB: EHCI: introduce high-res timerAlan Stern1-2/+13
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-7/+6
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern1-7/+2
2012-07-16USB: EHCI: rename "reclaim"Alan Stern1-13/+12
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern1-1/+1
2012-07-16USB: EHCI: don't refcount QHsAlan Stern1-1/+1
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern1-7/+0
2012-07-16USB: EHCI: initialize data before resetting hardwareAlan Stern1-3/+3
2012-07-09EHCI: centralize controller initializationAlan Stern1-1/+4