]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1fb9bdd44a5300b8ec2d3500af36e2f09377e806
treec1fbe64425df32ad3f821083bf8a2aebd675f208
parent9f7272b3c4f2f3973241d53f7957329e820ec63c
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]