Hi Greg, sorry for the last minute patches, if you can still queue these three for 2.6.37 merge window, it's great but if you can't just let me know and I'll resend them on 2.6.38 merge window later. Ajay Kumar Gupta (3): AM35x: Add musb support musb: add musb support for AM35x musb: AM35x: Workaround for fifo read issue arch/arm/mach-omap2/board-am3517evm.c | 31 ++ arch/arm/mach-omap2/usb-musb.c | 4 + arch/arm/plat-omap/include/plat/usb.h | 21 ++ drivers/usb/musb/Kconfig | 13 +- drivers/usb/musb/Makefile | 4 + drivers/usb/musb/am35x.c | 524 +++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.c | 2 + drivers/usb/musb/musb_core.h | 1 + 8 files changed, 599 insertions(+), 1 deletions(-) create mode 100644 drivers/usb/musb/am35x.c -- 1.7.3.rc0.35.g8ac8c -- 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