summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud