summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-1/+0
2022-04-21USB: Fix ehci infinite suspend-resume loop issue in zhaoxinWeitao Wango1-0/+23
2021-10-05usb: ehci: Fix a function name in commentsCai Huoqing1-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-48/+27
2021-09-14usb: ehci: Simplify platform driver registrationGuenter Roeck1-48/+27
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu1-1/+10
2021-08-18usb: host: remove dead EHCI support for on-chip PMC MSP71xx USB controllerLukas Bulwahn1-5/+0
2021-07-21usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery1-4/+14
2021-06-10usb: ehci: do not initialise static variablesJason Wang1-2/+2
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-0/+4
2021-03-23USB: ehci: drop workaround for forced irq threadingJohan Hovold1-10/+3
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli1-1/+1
2021-01-12ehci: fix EHCI host controller initialization sequenceEugene Korenevsky1-0/+12
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers1-1/+1
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret1-0/+1
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-1/+1
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe1-3/+3
2018-09-20USB: EHCI: make ehci-mv a separate driverLubomir Rintel1-5/+0
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern1-0/+1
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2018-03-26usb: host: remove tilegx platform glueArnd Bergmann1-5/+0
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: ehci-hcd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-10-05USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton1-5/+0
2016-08-09usb: ehci: change order of register cleanup during shutdownMarc Ohlf1-2/+2
2016-06-07usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla1-0/+9
2016-02-04USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern1-1/+0
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern1-0/+3
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern1-1/+2
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern1-4/+7
2016-01-24ehci-hcd: Cleanup memory resources when ehci_halt failsJia-Ju Bai1-1/+3
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem1-1/+1
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig1-1/+1
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh1-1/+2
2015-05-24drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh1-5/+0
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi1-5/+5
2015-01-09USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng1-3/+3
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