aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: controller resume should check the root hubAlan Stern1-0/+4
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-3/+2
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-1/+1
2010-08-10USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du1-0/+9
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du1-0/+5
2010-05-20USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern1-48/+125
2010-05-20USB: EHCI: clear PHCD before resumingAlek Du1-0/+17
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-12/+12
2010-04-22usb: Increase timeout value for device resetDinh Nguyen1-1/+1
2010-02-16USB: ehci: phy low power mode bug fixingAlek Du1-5/+8
2010-01-20USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern1-1/+19
2009-12-11USB: ehci-hub: Remove redundant ehci->debug checkJason Wessel1-1/+1
2009-09-23USB: ehci-dbgp,ehci: Allow dbpg to work with suspend/resumeJason Wessel1-0/+7
2009-09-23USB: ehci-dbgp,ehci: Allow early or late use of the dbgp deviceJason Wessel1-0/+10
2009-09-23USB: EHCI: ensure all watchdog timer events are deleted when suspending usbJon Hunter1-0/+5
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and support phy low power modeAlek Du1-5/+57
2009-06-15USB: EHCI: create sysfs companion files directly in the controller deviceGreg Kroah-Hartman1-2/+2
2009-01-07USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug1-1/+8
2009-01-07USB: Avoid 20ms delay in EHCI resumeVikram Pandita1-3/+15
2008-10-17USB: EHCI: fix remote-wakeup support for ARC/TDI coreAlan Stern1-8/+19
2008-05-29USB: EHCI: fix remote-wakeup regressionAlan Stern1-2/+4
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-0/+10
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-1/+1
2008-04-24USB: fix compile problems in ehci-hcdAlan Stern1-2/+2
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-10/+7
2008-04-24USB: ehci: minor cleanupsDavid Brownell1-1/+1
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern1-10/+1
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern1-3/+1
2008-04-02USB: another ehci_iaa_watchdog fixDavid Brownell1-2/+3
2008-02-01usb: ehci, remove false clear-reset pathDavid Brownell1-5/+1
2008-02-01USB: EHCI: add a short delay to the bus_suspend routineAlan Stern1-0/+4
2008-02-01USB: EHCI: move del_timer_sync calls outside spinlocked regionAlan Stern1-1/+2
2008-02-01USB: EHCI: add separate IAA watchdog timerAlan Stern1-1/+1
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao1-24/+44
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-10/+13
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-0/+4
2007-07-12ehci-hub: improved over-current recoveryChristian Engelmayer1-1/+16
2007-07-12USB: EHCI: fix handover for designated full-speed portsAlan Stern1-1/+3
2007-07-12USB: EHCI, OHCI: handover changesAlan Stern1-5/+94
2007-04-27EHCI: add delay to bus_resume before accessing portsAlan Stern1-0/+4
2007-03-09USB: fix Unaligned access in EHCI driverMax Dmitrichenko1-2/+1
2007-02-16EHCI: add debugging message to ehci_bus_suspendAlan Stern1-0/+2
2007-02-07EHCI: fix interrupt-driven remote wakeupAlan Stern1-18/+32
2007-02-07EHCI: force high-speed devices to run at full speedAlan Stern1-0/+107
2007-02-07EHCI: don't hide ports owned by the companionAlan Stern1-29/+35
2007-02-07EHCI: local variable for port status registerAlan Stern1-31/+24
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt1-55/+63
2006-12-01EHCI: Fix root-hub and port suspend/resume problemsAlan Stern1-25/+42