]> Pileus Git - ~andy/linux/commit
USB: EHCI: DT support for generic bus glue
authorArnd Bergmann <arnd@arndb.de>
Wed, 27 Mar 2013 21:44:22 +0000 (21:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 18:22:15 +0000 (11:22 -0700)
commitf3bc64d6d1f21c1b92d75f233a37b75d77af6963
treedd21f8705b9fa4661edef271a59651882a624a87
parent4d053fdac3c44ec8c7a78c810292a156abf84971
USB: EHCI: DT support for generic bus glue

This lets us use the ehci-platform driver on platforms without special
requirements for their ehci controllers. In particular, this is true
for the vt8500/wm8x50 platforms, which currently have a separate
driver that causes problems with multiplatform configurations.

Tested-by: Tony Prisk <linux@prisktech.co.nz>
Tested-by: Peter Vasil <petervasil@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-platform.c
drivers/usb/host/ehci-vt8500.c [deleted file]