summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-platform.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ohci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: host: ohci-platform: increase max clock number to 4Sebastian Reichel2023-05-291-1/+1
* usb: ohci-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: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu2022-09-051-4/+24
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-2/+0
* usb: host: ohci-platform: add TPL supportAmelie Delaunay2022-06-211-0/+3
* usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov2022-05-191-0/+1
* usb/ohci-platform: Fix a warning when hibernatingQais Yousef2020-05-181-0/+5
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-51/+5
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-2/+2
* USB: host: ohci: 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: ohci-platform: use reset array APIMasahiro Yamada2017-11-011-22/+15
* usb: host: ohci-platform: Add support for omap3 and laterTony Lindgren2017-06-031-0/+5
* usb: host: ohci-platform: Add basic runtime PM supportTony Lindgren2017-06-031-0/+8
* usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda2017-03-171-0/+3
* ohci-platform: Add support for controllers with multiple reset linesHans de Goede2016-06-071-20/+23
* USB: host: use to_platform_deviceGeliang Tang2016-01-241-4/+2
* usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24
* usb: ohci-platform: add support for multiple phys per controllerArun Ramamurthy2015-01-251-22/+60
* USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann2015-01-091-0/+1
* 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: ohci-platform: remove duplicate check on resourceVarka Bhadram2014-11-071-9/+4
* | usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon2014-11-031-11/+4
* | USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee2014-11-031-15/+4
* | USB: ohci-platform: Expose no_big_frame_no and num_ports in DTKevin Cernekee2014-11-031-0/+6
|/
* usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard2014-05-271-3/+24
* USB: ohci-platform: check for platform data misconfigurationAlan Stern2014-02-111-20/+22
* ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede2014-02-111-1/+1
* ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede2014-02-071-0/+27
* ohci-platform: Add support for devicetree instantiationHans de Goede2014-02-071-22/+140
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
* USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar2013-10-051-2/+9
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-5/+5
* USB: OHCI: make ohci-platform a separate driverManjunath Goudar2013-06-031-47/+41
* USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* usb: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+4
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3
* USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli2012-10-221-1/+1
* USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli2012-10-221-3/+3
* USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-221-1/+1
* USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli2012-10-221-0/+4
* drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall2012-08-151-1/+3
* usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto2012-08-101-2/+34