summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ehci-hcd: Add get_resuming_ports methodAlan Stern2018-06-251-0/+8
* usb: host: ehci: use correct device pointer for dma opsPeter Chen2018-02-151-2/+2
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* fsl/usb: Workarourd for USB erratum-A005697Changming Huang2016-12-051-0/+14
* USB: EHCI: avoid undefined pointer arithmetic and placate UBSANAlan Stern2016-06-011-3/+11
* USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern2016-02-041-0/+2
* USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2016-02-031-1/+2
* USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern2016-02-031-1/+2
* drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola2015-08-141-0/+7
* drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh2015-05-311-1/+2
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-3/+6
|\
| * usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-3/+6
* | ehci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
|/
* ehci-hub: use HUB_CHAR_*Sergei Shtylyov2015-01-251-4/+4
* usb: ehci: add ehci_port_power interfaceMichael Grzeschik2014-11-031-13/+32
* usb: rename phy to usb_phy in HCDAntoine Tenart2014-09-291-1/+1
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-4/+4
* usb: ehci: using wIndex + 1 for hub portPeter Chen2014-08-251-1/+1
* USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart2014-04-241-10/+2
* USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern2014-02-181-4/+22
* ehci: no conditional compilation for interestingnessOliver Neukum2013-12-031-4/+2
* ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-301-6/+0
* usb: host: add Kconfig option for EHSETJack Pham2013-08-141-1/+7
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-131-7/+7
|\
| * usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2013-08-121-7/+7
* | usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam2013-08-121-1/+143
* | USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-121-0/+1
* | USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern2013-08-021-34/+26
* | USB: EHCI: keep better track of resuming portsAlan Stern2013-08-021-1/+2
|/
* USB: EHCI: Fix resume signalling on remote wakeupRoger Quadros2013-07-221-0/+1
* USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar2013-06-171-2/+2
* usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner2013-05-201-0/+16
* EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer2013-04-031-1/+2
* Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-201-1/+1
|\
| * USB: EHCI: fix regression during bus resumeAlan Stern2013-03-151-1/+1
* | USB: EHCI: don't turn on PORT_SUSPEND during port resumeAlan Stern2013-03-181-6/+5
* | USB: EHCI: improve use of per-port status-change bitsAlan Stern2013-03-181-4/+5
|/
* 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