aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang1-1/+9
2021-10-05USB: EHCI: Improve port index sanitizingAlan Stern1-5/+6
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-139/+0
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli1-2/+2
2021-01-12USB: ehci: fix an interrupt calltrace errorLongfang Liu1-0/+3
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret1-1/+0
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern1-0/+8
2018-02-15usb: host: ehci: use correct device pointer for dma opsPeter Chen1-2/+2
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang1-0/+14
2016-06-01USB: EHCI: avoid undefined pointer arithmetic and placate UBSANAlan Stern1-3/+11
2016-02-04USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern1-0/+2
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern1-1/+2
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern1-1/+2
2015-08-14drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+7
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh1-1/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-3/+6
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+6
2015-04-03ehci-hub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25ehci-hub: use HUB_CHAR_*Sergei Shtylyov1-4/+4
2014-11-03usb: ehci: add ehci_port_power interfaceMichael Grzeschik1-13/+32
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-1/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-4/+4
2014-08-25usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-10/+2
2014-02-18USB: 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-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-7/+7
2013-08-12usb: 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-17USB: 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-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-1/+1
2013-03-18USB: EHCI: don't turn on PORT_SUSPEND during port resumeAlan Stern1-6/+5
2013-03-18USB: 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-25USB: EHCI: fix timer bug affecting port resumeAlan Stern1-1/+5
2013-01-25USB: 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-24USB: 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-16USB: EHCI: resolve some unlikely racesAlan Stern1-4/+23
2012-07-16USB: EHCI: fix up lockingAlan Stern1-12/+29
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern1-5/+0
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern1-0/+1
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern1-2/+1
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern1-1/+0
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern1-0/+1
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern1-0/+1
2012-07-16USB: EHCI: introduce high-res timerAlan Stern1-0/+3
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-2/+1
2012-07-16USB: EHCI: rename "reclaim"Alan Stern1-1/+1
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern1-12/+1
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern1-2/+2
2012-06-26USB: 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-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-11/+9
2012-04-19USB: EHCI: remove PORT_RWC_BITS when clearing USB_PORT_FEAT_ENABLEStephen Warren1-10/+7
2012-04-18USB: EHCI: remove wrong debug message for port speedPeter Chen1-1/+2
2012-04-09EHCI: 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-15usb: 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-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_resum...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 suppor...Alek 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
2006-12-01USB: add ehci_hcd.ignore_oc parameterDavid Brownell1-3/+15
2006-12-01USB: EHCI hooks for high speed electrical testsDavid Brownell1-0/+19
2006-10-17USB: revert EHCI VIA workaround patchGreg Kroah-Hartman1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27USB: EHCI update VIA workaroundDavid Brownell1-1/+1
2006-09-27USB: EHCI whitespace fixes (cosmetic)David Brownell1-6/+6
2006-03-20[PATCH] USB: EHCI and NF2 quirkDavid Brownell1-0/+4
2006-01-04[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell1-2/+2
2005-11-23[PATCH] USB: EHCI updatesDavid Brownell1-0/+7
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-4/+4
2005-09-12[PATCH] USB: EHCI port tweaksDavid Brownell1-11/+16
2005-06-27[PATCH] USB: misc ehci updatesDavid Brownell1-1/+1
2005-06-13[PATCH] spin longer for ehci port reset completionDavid Brownell1-1/+4
2005-05-16[PATCH] USB: ehci suspend must stop timerDavid Brownell1-0/+1
2005-05-03[PATCH] USB: ehci power fixesDavid Brownell1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+553