aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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