Hi Greg, Here's a series of 12 patches that updates the ehci-omap driver to support the EHCI controller on OMAP4 SoCs. Also included are the updates to the platform init code to register the controller on OMAP4 boards, and to set up the right pads. The OMAP parts are acked by Tony. The series is based off your usb-next branch and there are no conflicts with anything in linux-next. - Anand --- The following changes since commit 4f6838436915fdc281173bfd5bef6d8ab5cb1a7f: Dirk Brandewie (1): USB: ce4100: Add support for CE4100 EHCI IP block to EHCI driver are available in the git repository at: git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git omap4-ehci-for-greg Anand Gadiyar (8): omap: clock: add clkdev aliases for EHCI clocks usb: ehci-omap: use clkdev aliases for functional clocks usb: ehci-omap: add helpers for checking port mode omap: usb: ehci: introduce HSIC mode usb: ehci-omap: Add OMAP4 support arm: omap4: add USBHOST and related base addresses arm: omap4: usb: add platform init code for EHCI arm: omap4: select USB_ARCH_HAS_EHCI Keshava Munegowda (4): usb: ehci-omap: update clock names to be more generic usb: ehci-omap: don't hard-code TLL channel count usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAP omap4: 4430sdp: enable the ehci port on 4430SDP arch/arm/mach-omap2/Kconfig | 1 + arch/arm/mach-omap2/board-4430sdp.c | 20 ++ arch/arm/mach-omap2/clock3xxx_data.c | 5 + arch/arm/mach-omap2/clock44xx_data.c | 5 + arch/arm/mach-omap2/usb-ehci.c | 144 ++++++++++++- arch/arm/plat-omap/include/plat/omap44xx.h | 5 + arch/arm/plat-omap/include/plat/usb.h | 1 + drivers/usb/host/Kconfig | 8 + drivers/usb/host/ehci-hcd.c | 2 +- drivers/usb/host/ehci-omap.c | 314 +++++++++++++++++++++------ 10 files changed, 426 insertions(+), 79 deletions(-) -- 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