USB: EHCI: split ehci-omap out to a separate driver
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 12 Mar 2013 10:44:39 +0000 (12:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:51:45 +0000 (11:51 -0700)
commit54a419668b0f27b7982807fb2376d237e0a0ce05
treebc5d4659c316b33a1149955cb1a793244379dae4
parenta1645eefc8358d0a9dbeba254e51aa89de4d80a4
USB: EHCI: split ehci-omap out to a separate driver

This patch (as1645) converts ehci-omap over to the new "ehci-hcd is a
library" approach, so that it can coexist peacefully with other EHCI
platform drivers and can make use of the private area allocated at
the end of struct ehci_hcd.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-omap.c