USB: OHCI: Add a generic platform device driver
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 13 Mar 2012 00:04:47 +0000 (01:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2012 19:41:58 +0000 (12:41 -0700)
commitfa3364b5a2d79b0c94a912b371c92bd3d06bc8fb
treec1fbe64425df32ad3f821083bf8a2aebd675f208
parent57e596f3af88ef52dea9640ed5e34ecd38893a02
USB: OHCI: Add a generic platform device driver

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>
drivers/usb/host/Kconfig
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-platform.c [new file with mode: 0644]
include/linux/usb/ohci_pdriver.h [new file with mode: 0644]