aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07ohci-platform: Add support for controllers with multiple reset linesHans de Goede1-20/+23
2016-01-24USB: 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-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: ohci-platform: remove duplicate check on resourceVarka Bhadram1-9/+4
2014-11-03usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon1-11/+4
2014-11-03USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee1-15/+4
2014-11-03USB: 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-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard1-3/+24
2014-02-11USB: ohci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-11ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede1-1/+1
2014-02-07ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-0/+27
2014-02-07ohci-platform: Add support for devicetree instantiationHans de Goede1-22/+140
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+2
2013-10-05USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar1-2/+9
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-5/+5
2013-06-03USB: OHCI: make ohci-platform a separate driverManjunath Goudar1-47/+41
2013-05-16USB: 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-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: 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-15drivers/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
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-04-18usb: Fix various typo within usbMasanari Iida1-2/+2
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens1-0/+194