]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: Add a generic platform device driver
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 13 Mar 2012 00:04:48 +0000 (01:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2012 19:42:07 +0000 (12:42 -0700)
commit1617b43205ff15afd9d0eeab84252c1573586723
treeb51cd6655476657d11127d166b9036b1e73e84de
parent1fb9bdd44a5300b8ec2d3500af36e2f09377e806
USB: EHCI: 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 EHCI controller works like a PCI controller. It will be
used for the Broadcom bcma and ssb USB EHCI 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/ehci-hcd.c
drivers/usb/host/ehci-platform.c [new file with mode: 0644]
include/linux/usb/ehci_pdriver.h [new file with mode: 0644]