summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hub.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-18usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+6
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-1/+1
2014-09-24usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-4/+4
2014-08-26usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-04-25USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-10/+2
2014-02-19USB: 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-14Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-7/+7
2013-08-13usb: 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-18USB: 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-21Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-1/+1
2013-03-19USB: EHCI: don't turn on PORT_SUSPEND during port resumeAlan Stern1-6/+5
2013-03-19USB: 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-26USB: EHCI: fix timer bug affecting port resumeAlan Stern1-1/+5
2013-01-26USB: 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-25USB: 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-17USB: EHCI: resolve some unlikely racesAlan Stern1-4/+23
2012-07-17USB: EHCI: fix up lockingAlan Stern1-12/+29
2012-07-17USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-5/+0
2012-07-17USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-0/+1
2012-07-17USB: EHCI: unlink multiple async QHs togetherAlan Stern1-2/+1
2012-07-17USB: EHCI: use hrtimer for the IAA watchdogAlan Stern1-1/+0
2012-07-17USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-0/+1
2012-07-17USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern1-0/+1
2012-07-17USB: EHCI: introduce high-res timerAlan Stern1-0/+3
2012-07-17USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-2/+1
2012-07-17USB: EHCI: rename "reclaim"Alan Stern1-1/+1
2012-07-17USB: EHCI: remove unneeded suspend/resume codeAlan Stern1-12/+1
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern1-2/+2
2012-06-27USB: EHCI: define extension registers like normal onesAlan Stern1-18/+8
2012-06-13USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao1-1/+1
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern1-1/+1
2012-04-23Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-11/+9
2012-04-20USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren1-10/+7
2012-04-19USB: EHCI: remove wrong debug message for port speedPeter Chen1-1/+2
2012-04-10EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern1-15/+16