summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: fix timer bug affecting port resumeAlan Stern2013-01-251-1/+5
* USB: EHCI: notify usbcore about port resumesAlan Stern2013-01-251-0/+3
* USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern2012-11-011-4/+2
* USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-311-0/+13
* USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-311-5/+0
* USB: EHCI: add condition for delay during the resumePeter Chen2012-10-241-5/+18
* USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich2012-09-181-2/+2
* USB: EHCI: resolve some unlikely racesAlan Stern2012-07-161-4/+23
* USB: EHCI: fix up lockingAlan Stern2012-07-161-12/+29
* USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-161-5/+0
* USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-161-0/+1
* USB: EHCI: unlink multiple async QHs togetherAlan Stern2012-07-161-2/+1
* USB: EHCI: use hrtimer for the IAA watchdogAlan Stern2012-07-161-1/+0
* USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern2012-07-161-0/+1
* USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern2012-07-161-0/+1
* USB: EHCI: introduce high-res timerAlan Stern2012-07-161-0/+3
* USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-161-2/+1
* USB: EHCI: rename "reclaim"Alan Stern2012-07-161-1/+1
* USB: EHCI: remove unneeded suspend/resume codeAlan Stern2012-07-161-12/+1
* EHCI: centralize controller suspend/resumeAlan Stern2012-07-091-2/+2
* USB: EHCI: define extension registers like normal onesAlan Stern2012-06-261-18/+8
* USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao2012-06-131-1/+1
* EHCI: maintain the ehci->command value properlyAlan Stern2012-04-231-1/+1
* Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman2012-04-221-11/+9
|\
| * USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren2012-04-191-10/+7
| * USB: EHCI: remove wrong debug message for port speedPeter Chen2012-04-181-1/+2
* | EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern2012-04-091-15/+16
|/
* Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-011-1/+1
|\
| * usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-1/+1
* | usb: host: ehci: allow ehci_* symbols to be unusedFelipe Balbi2012-02-151-3/+5
|/
* Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-291-6/+4
|\
| * USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-221-6/+4
* | USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi2011-08-221-4/+3
|/
* USB: EHCI: Fix test mode sequenceBoris Todorov2011-08-081-0/+12
* EHCI: only power off port if over-current is activeSergei Shtylyov2011-07-081-1/+2
* USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov2011-07-081-75/+0
* USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-021-0/+8
* USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam2011-04-131-1/+1
* USB 3.0 Hub ChangesJohn Youn2011-03-131-2/+2
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-131-2/+2
* ehci: Check individual port status registers on resumeMatthew Garrett2011-02-251-1/+22
* Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-171-0/+7
|\
| * USB: EHCI: fix scheduling while atomic during suspendYin Kangkai2011-02-031-0/+7
* | USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings.David Daney2011-02-041-2/+3
|/
* USB: controller resume should check the root hubAlan Stern2010-08-101-0/+4
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-3/+2
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-1/+1
* USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du2010-08-101-0/+9
* USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du2010-08-101-0/+5
* USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern2010-05-201-48/+125
OpenPOWER on IntegriCloud