summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou2013-08-301-8/+0
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-301-3/+3
* USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-121-1/+1
* USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-121-0/+1
* USB: EHCI: improve ehci_endpoint_disableMing Lei2013-08-121-10/+6
* USB: EHCI: make ehci-tegra a separate driverManjunath Goudar2013-06-171-5/+0
* USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar2013-06-171-7/+10
* USB: EHCI: remove bogus #errorArnd Bergmann2013-05-161-17/+0
* usb: remove redundant tdi_resetShengzhou Liu2013-04-171-3/+0
* USB: EHCI: make ehci-msm a separate driverManjunath Goudar2013-04-081-5/+1
* USB: EHCI: make ehci-atmel a separate driverManjunath Goudar2013-04-081-5/+1
* USB: EHCI: make ehci-s5p a separate driverManjunath Goudar2013-04-081-5/+1
* USB: EHCI: make ehci-spear a separate driverManjunath Goudar2013-04-081-5/+1
* USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-04-081-5/+1
* USB: EHCI: DT support for generic bus glueArnd Bergmann2013-03-281-5/+0
* USB: EHCI: improve end_unlink_async()Alan Stern2013-03-251-2/+2
* USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-251-1/+4
* USB: EHCI: consolidate code in ehci_urb_dequeue()Alan Stern2013-03-251-37/+11
* USB: EHCI: split needs_rescan into two flagsAlan Stern2013-03-251-5/+11
* Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-201-4/+3
|\
| * USB: EHCI: fix regression during bus resumeAlan Stern2013-03-151-0/+1
| * USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern2013-03-051-4/+2
* | USB: EHCI: improve use of per-port status-change bitsAlan Stern2013-03-181-2/+2
* | USB: EHCI: split ehci-omap out to a separate driverAlan Stern2013-03-151-5/+1
|/
* USB: EHCI: notify usbcore about port resumesAlan Stern2013-01-251-0/+1
* USB: EHCI: fix build error in ehci-mxcAlan Stern2013-01-231-5/+1
* USB: EHCI: fix incorrect configuration testAlan Stern2013-01-221-1/+1
* USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2013-01-221-4/+0
* USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern2012-11-111-4/+5
* USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern2012-11-021-10/+1
* USB: EHCI: make ehci-platform a separate driverAlan Stern2012-11-011-5/+1
* USB: EHCI: make ehci-pci a separate driverAlan Stern2012-11-011-21/+5
* USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern2012-11-011-3/+70
* USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-21/+0
* USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-311-18/+0
* USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-241-1/+26
* USB: EHCI: remove CNS3xxx EHCI platform driverFlorian Fainelli2012-10-221-5/+0
* USB: EHCI: remove Alchemy EHCI driverFlorian Fainelli2012-10-221-5/+0
* USB: EHCI: remove Netlogic XLS EHCI driverFlorian Fainelli2012-10-221-5/+0
* USB: EHCI: remove Loongson 1B EHCI driver.Florian Fainelli2012-10-221-5/+0
* USB: EHCI: remove IXP4xx EHCI driverFlorian Fainelli2012-10-221-5/+0
* EHCI: use the isochronous scheduling thresholdAlan Stern2012-10-221-1/+1
* USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich2012-09-181-2/+2
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-261-286/+226
|\
| * USB: EHCI: resolve some unlikely racesAlan Stern2012-07-161-1/+19
| * USB: EHCI: fix up lockingAlan Stern2012-07-161-15/+33
| * USB: EHCI: simplify isochronous scanningAlan Stern2012-07-161-3/+0
| * USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-161-46/+1
| * USB: EHCI: always scan each interrupt QHAlan Stern2012-07-161-2/+5
| * USB: EHCI: don't lose events during a scanAlan Stern2012-07-161-3/+10