summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27usb: host: ohci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-05-29usb: host: ohci-platform: increase max clock number to 4Sebastian Reichel1-1/+1
2023-05-28usb: ohci-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-09-05usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu1-4/+24
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel1-2/+0
2022-06-21usb: host: ohci-platform: add TPL supportAmelie Delaunay1-0/+3
2022-05-19usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov1-0/+1
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-03-09usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl1-51/+5
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-2/+2
2017-11-07USB: host: ohci: 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: ohci-platform: use reset array APIMasahiro Yamada1-22/+15
2017-06-03usb: host: ohci-platform: Add support for omap3 and laterTony Lindgren1-0/+5
2017-06-03usb: host: ohci-platform: Add basic runtime PM supportTony Lindgren1-0/+8
2017-03-17usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2016-06-08ohci-platform: Add support for controllers with multiple reset linesHans de Goede1-20/+23
2016-01-25USB: host: use to_platform_deviceGeliang Tang1-4/+2
2015-05-11usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy1-45/+24
2015-01-25usb: ohci-platform: add support for multiple phys per controllerArun Ramamurthy1-22/+60
2015-01-09USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann1-0/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-07host: ohci-platform: remove duplicate check on resourceVarka Bhadram1-9/+4
2014-11-04usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon1-11/+4
2014-11-04USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee1-15/+4
2014-11-04USB: ohci-platform: Expose no_big_frame_no and num_ports in DTKevin Cernekee1-0/+6
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-28usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard1-3/+24
2014-02-12USB: ohci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-12ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede1-1/+1
2014-02-08ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-0/+27
2014-02-08ohci-platform: Add support for devicetree instantiationHans de Goede1-22/+140
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-10-06USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar1-2/+9
2013-08-01USB: host: use dev_get_platdata()Jingoo Han1-5/+5
2013-06-03USB: OHCI: make ohci-platform a separate driverManjunath Goudar1-47/+41
2013-05-17USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-22USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli1-15/+3
2012-10-22USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli1-1/+1
2012-10-22USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli1-3/+3
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-1/+1
2012-10-22USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli1-0/+4
2012-08-16drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto1-2/+34