summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hub.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-1/+1
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-1/+1
2012-02-16usb: host: ehci: allow ehci_* symbols to be unusedFelipe Balbi1-3/+5
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-6/+4
2011-08-23USB: EHCI: remove usages of hcd->stateAlan Stern1-6/+4
2011-08-23USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi1-4/+3
2011-08-08USB: EHCI: Fix test mode sequenceBoris Todorov1-0/+12