]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43dec6c9a75c4570b3d7e5c10700315c3469dd89
treebc5d4659c316b33a1149955cb1a793244379dae4
parent9b0bb2f0d897b24780d91a2ba6a12629f3d9e27a
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