summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman1-1/+1
2013-08-30ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou1-8/+0
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-3/+3
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei1-1/+1
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-0/+1
2013-08-12USB: EHCI: improve ehci_endpoint_disableMing Lei1-10/+6
2013-06-18USB: EHCI: make ehci-tegra a separate driverManjunath Goudar1-5/+0
2013-06-18USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-7/+10
2013-05-17USB: EHCI: remove bogus #errorArnd Bergmann1-17/+0
2013-04-17usb: remove redundant tdi_resetShengzhou Liu1-3/+0
2013-04-08USB: EHCI: make ehci-msm a separate driverManjunath Goudar1-5/+1
2013-04-08USB: EHCI: make ehci-atmel a separate driverManjunath Goudar1-5/+1
2013-04-08USB: EHCI: make ehci-s5p a separate driverManjunath Goudar1-5/+1
2013-04-08USB: EHCI: make ehci-spear a separate driverManjunath Goudar1-5/+1
2013-04-08USB: EHCI: make ehci-orion a separate driverManjunath Goudar1-5/+1
2013-03-28USB: EHCI: DT support for generic bus glueArnd Bergmann1-5/+0
2013-03-26USB: EHCI: improve end_unlink_async()Alan Stern1-2/+2
2013-03-26USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-1/+4
2013-03-26USB: EHCI: consolidate code in ehci_urb_dequeue()Alan Stern1-37/+11
2013-03-26USB: EHCI: split needs_rescan into two flagsAlan Stern1-5/+11
2013-03-21Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-4/+3
2013-03-19USB: 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-26USB: 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-12USB: 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-25USB: 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-19usb: add host support for the tilegx architectureChris Metcalf1-0/+5
2012-07-17USB: EHCI: resolve some unlikely racesAlan Stern1-1/+19
2012-07-17USB: EHCI: fix up lockingAlan Stern1-15/+33
2012-07-17USB: EHCI: simplify isochronous scanningAlan Stern1-3/+0
2012-07-17USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-46/+1