summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-platform.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ehci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: ehci-platform: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: clean up after dropping driver registration log spamArd Biesheuvel2022-09-051-2/+0
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-2/+0
* usb: host: ehci-platform: add TPL supportAmelie Delaunay2022-06-211-0/+2
* usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov2022-05-191-0/+1
* usb: host: ehci-platform: Update brcm, xgs-iproc-ehci workaroundChris Packham2022-02-151-2/+1
* usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu2021-09-141-0/+6
* usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas2021-03-231-0/+3
* usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli2021-03-231-0/+2
* usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham2020-09-141-0/+8
* usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_...Lee Jones2020-07-091-0/+2
* usb/ehci-platform: Set PM runtime as active on resumeQais Yousef2020-05-181-0/+4
* usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda2020-02-101-0/+127
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* usb: host: ehci-platform: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-51/+4
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-2/+2
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-2/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: ehci-platform: use reset array APIMasahiro Yamada2017-11-011-22/+13
* USB: ehci-platform: fix companion-device leakJohan Hovold2017-05-171-1/+3
* usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda2017-03-171-0/+3
* usb: host: ehci-platform: fix usb 1.1 device is not connected in system resumeYoshihiro Shimoda2017-03-171-0/+7
* usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada2016-10-241-1/+1
* ehci-platform: add the max clock number to 4Icenowy Zheng2016-08-151-1/+1
* ehci-platform: Add support for shared reset controllersHans de Goede2016-06-081-11/+5
* usb: ehci-platform: add reset controller number in struct ehci_platform_privJiancheng Xue2016-06-071-17/+28
* USB: host: use to_platform_deviceGeliang Tang2016-01-241-4/+2
* USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton2015-10-041-0/+8
* USB: ehci-platform: Display a DMA configuration error messageJeremy Linton2015-10-041-1/+3
* usb: ehci-platform: Fix using multiple controllers from OFAlban Bedel2015-08-051-4/+9
* Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-031-45/+24
|\
| * usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24
* | USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood2015-05-241-0/+4
|/
* usb: ehci-platform: add support for multiple phys per controllerArun Ramamurthy2015-01-251-22/+60
* USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann2015-01-251-1/+2
* USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann2015-01-091-0/+1
* USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng2015-01-091-1/+5
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | host: ehci-platform: remove duplicate check on resourceVarka Bhadram2014-11-071-8/+4
* | usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon2014-11-031-11/+4
|/
* usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON2014-05-271-3/+23
* usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam2014-04-161-0/+2
* USB: ehci-platform: check for platform data misconfigurationAlan Stern2014-02-111-20/+22
* ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede2014-02-111-1/+1
* ehci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede2014-02-071-2/+31
* ehci-platform: Add support for clks and phy passed through devicetreeHans de Goede2014-02-071-24/+123
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1