summaryrefslogtreecommitdiff
path: root/include/linux/usb/ohci_pdriver.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens1-0/+38
This adds a generic driver for platform devices. It works like the PCI driver and is based on it. This is for devices which do not have an own bus but their OHCI controller works like a PCI controller. It will be used for the Broadcom bcma and ssb USB OHCI controller. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>