aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern1-0/+8
2018-02-15usb: host: ehci: use correct device pointer for dma opsPeter Chen1-2/+2
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
2016-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang1-0/+14
2016-06-01USB: EHCI: avoid undefined pointer arithmetic and placate UBSANAlan Stern1-3/+11
2016-02-04USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern1-0/+2
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern1-1/+2
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern1-1/+2
2015-08-14drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+7
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh1-1/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman1-3/+6
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+6
2015-04-03ehci-hub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25ehci-hub: use HUB_CHAR_*Sergei Shtylyov1-4/+4
2014-11-03usb: ehci: add ehci_port_power interfaceMichael Grzeschik1-13/+32
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-1/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-4/+4
2014-08-25usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-10/+2
2014-02-18USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern1-4/+22
2013-12-03ehci: no conditional compilation for interestingnessOliver Neukum1-4/+2
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou1-6/+0
2013-08-14usb: host: add Kconfig option for EHSETJack Pham1-1/+7
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-7/+7
2013-08-12usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam1-1/+143
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei1-0/+1
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen1-7/+7
2013-08-02USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern1-34/+26
2013-08-02USB: EHCI: keep better track of resuming portsAlan Stern1-1/+2
2013-07-22USB: EHCI: Fix resume signalling on remote wakeupRoger Quadros1-0/+1
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-2/+2
2013-05-20usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner1-0/+16
2013-04-03EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer1-1/+2
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-1/+1
2013-03-18USB: EHCI: don't turn on PORT_SUSPEND during port resumeAlan Stern1-6/+5
2013-03-18USB: EHCI: improve use of per-port status-change bitsAlan Stern1-4/+5
2013-03-15USB: EHCI: fix regression during bus resumeAlan Stern1-1/+1
2013-01-25USB: EHCI: fix timer bug affecting port resumeAlan Stern1-1/+5
2013-01-25USB: EHCI: notify usbcore about port resumesAlan Stern1-0/+3
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern1-4/+2
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern1-0/+13
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern1-5/+0
2012-10-24USB: EHCI: add condition for delay during the resumePeter Chen1-5/+18
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich1-2/+2
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern1-4/+23
2012-07-16USB: EHCI: fix up lockingAlan Stern1-12/+29
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-5/+0
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-0/+1
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern1-2/+1