On Mon, 12 Dec 2011, Neil Zhang wrote: > This patch adds support for EHCI compliant HSUSB Host controller found > on Marvell Socs. > > It fits both OTG and SPH controller on marvell Socs, including > PXA9xx/MMP2/MMP3/MGx. > > Signed-off-by: Neil Zhang <zhangwm@xxxxxxxxxxx> > --- > drivers/usb/host/Kconfig | 9 + > drivers/usb/host/ehci-hcd.c | 5 + > drivers/usb/host/ehci-mv.c | 393 ++++++++++++++++++++++++++++++++++ > include/linux/platform_data/mv_usb.h | 1 + > 4 files changed, 408 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/host/ehci-mv.c > > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > index 060e0e2..a52769b 100644 > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -194,6 +194,15 @@ config USB_EHCI_S5P > help > Enable support for the S5P SOC's on-chip EHCI controller. > > +config USB_EHCI_MV > + bool "EHCI support for Marvell on-chip controller" > + depends on USB_EHCI_HCD > + select USB_EHCI_ROOT_HUB_TT > + ---help--- > + Enables support for Marvell (including PXA and MMP series) on-chip > + USB SPH and OTG controller. SPH is a single port host, and it can > + only be EHCI host. OTG is controller that can switch to host mode. > + > config USB_W90X900_EHCI > bool "W90X900(W90P910) EHCI support" > depends on USB_EHCI_HCD && ARCH_W90X900 ... Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html