aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-6/+4
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-6/+4
2011-08-22USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resume().Wang Zhi1-4/+3
2011-08-08USB: EHCI: Fix test mode sequenceBoris Todorov1-0/+12
2011-07-08EHCI: only power off port if over-current is activeSergei Shtylyov1-1/+2
2011-07-08USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov1-75/+0
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin1-0/+8
2011-04-13USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam1-1/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-02-25ehci: Check individual port status registers on resumeMatthew Garrett1-1/+22
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman1-0/+7
2011-02-04USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings.David Daney1-2/+3
2011-02-03USB: EHCI: fix scheduling while atomic during suspendYin Kangkai1-0/+7
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