aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-25USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern1-5/+0
2014-11-03usb: ehci: add ehci_port_power interfaceMichael Grzeschik1-1/+8
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2014-09-19USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern1-2/+0
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2013-12-03USB: kill #undef VERBOSE_DEBUGOliver Neukum1-1/+0
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-3/+3
2013-12-03ehci: Remove debugging at every interruptOliver Neukum1-7/+0
2013-10-19USB: EHCI: add check for wakeup/suspend raceAlan Stern1-0/+8
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern1-0/+22
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern1-0/+3
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern1-1/+1
2013-10-11USB: EHCI: change toggle only upon successful resetAlan Stern1-1/+1
2013-09-26USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar1-5/+0
2013-09-23Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman1-1/+1
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-17USB: EHCI: make ehci-tegra a separate driverManjunath Goudar1-5/+0
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-7/+10
2013-05-16USB: 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-25USB: EHCI: improve end_unlink_async()Alan Stern1-2/+2
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-1/+4
2013-03-25USB: EHCI: consolidate code in ehci_urb_dequeue()Alan Stern1-37/+11
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern1-5/+11
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-4/+3
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