summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-platform.c
AgeCommit message (Expand)Author
2015-05-11usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy
2015-01-25usb: ohci-platform: add support for multiple phys per controllerArun Ramamurthy
2015-01-09USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07host: ohci-platform: remove duplicate check on resourceVarka Bhadram
2014-11-03usb: ehci/ohci-platform: use SIMPLE_DEV_PM_OPS to support hibernationWonhong Kwon
2014-11-03USB: ohci-platform: Move platform_data checks into the probe functionKevin Cernekee
2014-11-03USB: ohci-platform: Expose no_big_frame_no and num_ports in DTKevin Cernekee
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang
2014-05-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard
2014-02-11USB: ohci-platform: check for platform data misconfigurationAlan Stern
2014-02-11ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede
2014-02-07ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede
2014-02-07ohci-platform: Add support for devicetree instantiationHans de Goede
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-10-05USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-06-03USB: OHCI: make ohci-platform a separate driverManjunath Goudar
2013-05-16USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-10-22USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli
2012-10-22USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli
2012-10-22USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli
2012-10-22USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli
2012-08-15drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto
2012-04-18usb: Fix various typo within usbMasanari Iida
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens