aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: ehci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-05-28usb: ehci-platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel1-2/+0
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2022-06-21usb: host: ehci-platform: add TPL supportAmelie Delaunay1-0/+2
2022-05-19usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov1-0/+1
2022-02-15usb: host: ehci-platform: Update brcm, xgs-iproc-ehci workaroundChris Packham1-2/+1
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu1-0/+6
2021-03-23usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas1-0/+3
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli1-0/+2
2020-09-14usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham1-0/+8
2020-09-04usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-07-09usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones1-0/+2
2020-05-18usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda1-0/+127
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-03-09usb: host: ehci-platform: remove custom USB PHY handlingMartin Blumenstingl1-51/+4
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-2/+2
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: ehci-platform: use reset array APIMasahiro Yamada1-22/+13
2017-05-17USB: ehci-platform: fix companion-device leakJohan Hovold1-1/+3
2017-03-17usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2017-03-17usb: host: ehci-platform: fix usb 1.1 device is not connected in system resumeYoshihiro Shimoda1-0/+7
2016-10-24usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada1-1/+1
2016-08-15ehci-platform: add the max clock number to 4Icenowy Zheng1-1/+1
2016-06-08ehci-platform: Add support for shared reset controllersHans de Goede1-11/+5
2016-06-07usb: ehci-platform: add reset controller number in struct ehci_platform_privJiancheng Xue1-17/+28
2016-01-24USB: host: use to_platform_deviceGeliang Tang1-4/+2
2015-10-04USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton1-0/+8
2015-10-04USB: ehci-platform: Display a DMA configuration error messageJeremy Linton1-1/+3
2015-08-05usb: ehci-platform: Fix using multiple controllers from OFAlban Bedel1-4/+9
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-45/+24
2015-05-24USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood1-0/+4
2015-05-11usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy1-45/+24
2015-01-25usb: ehci-platform: add support for multiple phys per controllerArun Ramamurthy1-22/+60
2015-01-25USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann1-1/+2
2015-01-09USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann1-0/+1
2015-01-09USB: ehci-platform: Support ehci reset after resume quirkWu Liang feng1-1/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07host: ehci-platform: remove duplicate check on resourceVarka Bhadram1-8/+4
2014-11-03usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon1-11/+4
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-27usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON1-3/+23
2014-04-16usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-02-11USB: ehci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-11ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede1-1/+1
2014-02-07ehci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-2/+31
2014-02-07ehci-platform: Add support for clks and phy passed through devicetreeHans de Goede1-24/+123
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1