summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-platform.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-51/+5Star
* 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/+0Star
* 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/+15Star
* 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-081-20/+23
* USB: host: use to_platform_deviceGeliang Tang2016-01-251-4/+2Star
* usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24Star
* 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-151-1/+0Star
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | host: ohci-platform: remove duplicate check on resourceVarka Bhadram2014-11-071-9/+4Star
* | usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon2014-11-041-11/+4Star
* | USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee2014-11-041-15/+4Star
* | USB: ohci-platform: Expose no_big_frame_no and num_ports in DTKevin Cernekee2014-11-041-0/+6
|/
* usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard2014-05-281-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-091-0/+2
* USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar2013-10-061-2/+9
* USB: host: use dev_get_platdata()Jingoo Han2013-08-011-5/+5
* USB: OHCI: make ohci-platform a separate driverManjunath Goudar2013-06-031-47/+41Star
* USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-171-1/+0Star
* 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/+3Star
* 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-161-1/+3
* usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto2012-08-101-2/+34
* usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto2012-08-101-1/+5
* usb: Fix various typo within usbMasanari Iida2012-04-181-2/+2
* USB: OHCI: Add a generic platform device driverHauke Mehrtens2012-03-151-0/+194