summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix a few cases of -WfallthroughNick Desaulniers2020-11-131-1/+1
* ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-171-0/+1
* usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+1
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-1/+1
* usb: host: Replace empty define with do whileCorentin Labbe2018-09-281-3/+3
* USB: EHCI: make ehci-mv a separate driverLubomir Rintel2018-09-201-5/+0
* USB: ehci-hcd: Add get_resuming_ports methodAlan Stern2018-06-251-0/+1
* USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-5/+0
* usb: host: remove tilegx platform glueArnd Bergmann2018-03-261-5/+0
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: ehci-hcd: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-1/+1
* usb: host: Remove remaining pci_pool in commentsRomain Perier2017-03-161-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2016-10-051-5/+0
* usb: ehci: change order of register cleanup during shutdownMarc Ohlf2016-08-091-2/+2
* usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla2016-06-071-0/+9
* USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern2016-02-041-1/+0
* USB: EHCI: add a delay when unlinking an active QHAlan Stern2016-02-031-0/+3
* USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern2016-02-031-1/+2
* USB: EHCI: store reason for unlinking a QHAlan Stern2016-02-031-4/+7
* ehci-hcd: Cleanup memory resources when ehci_halt failsJia-Ju Bai2016-01-241-1/+3
* usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem2015-12-041-1/+1
* dma: remove external references to dma_supportedChristoph Hellwig2015-11-091-1/+1
* drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh2015-05-311-1/+2
* drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh2015-05-241-5/+0
* usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-5/+5
* USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng2015-01-091-3/+3
* USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern2014-11-251-5/+0
* usb: ehci: add ehci_port_power interfaceMichael Grzeschik2014-11-031-1/+8
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-1/+1
* USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern2014-09-191-2/+0
* usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka2014-02-261-3/+10
* USB: kill #undef VERBOSE_DEBUGOliver Neukum2013-12-031-1/+0
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-3/+3
* ehci: Remove debugging at every interruptOliver Neukum2013-12-031-7/+0
* USB: EHCI: add check for wakeup/suspend raceAlan Stern2013-10-191-0/+8
* USB: EHCI: create per-TT bandwidth tablesAlan Stern2013-10-141-0/+22
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-111-0/+3
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-111-1/+1
* USB: EHCI: change toggle only upon successful resetAlan Stern2013-10-111-1/+1
* USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar2013-09-261-5/+0
* Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-231-1/+1
* Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-171-1/+1
* 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