Hi Greg, The following are what I have for you now, the patches are rebased on top of today's gregkh-07-usb quilt series. I tested MUSB patches on RX-51 and Ajay tested the EHCI patches on his board also. This patches are also available at: git://gitorious.org/usb/usb.git for-greg Ajay Kumar Gupta (6): musb: Add new fifo table for a OMAP3 errata usb: musb: save dynfifo in musb struct musb: Add 'extvbus' in musb_hdrc_platform_data usb: musb: Add context save and restore support usb: host: ehci: fix missing kfree in remove path also usb: host: ehci: adding regulator framework in ehci-omap.c driver. Anand Gadiyar (2): usb: musb: hsdma: add wrapper for reading DMA count usb: musb: workaround MUSB DMA_INTR sometimes reads zero Arnaud Mandy (1): usb: musb: handle irqs in the order dictated by programming guide Bryan Wu (1): usb: musb: clean up commit 'workaround Blackfin FIFO anomalies' Felipe Balbi (1): usb: musb: get rid of omap_readl/writel Swaminathan S (2): usb: musb: workaround toggle bug when doing bulk transfer after isoc usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctly drivers/usb/host/ehci-omap.c | 37 ++++ drivers/usb/musb/blackfin.c | 28 ++-- drivers/usb/musb/cppi_dma.c | 33 +--- drivers/usb/musb/musb_core.c | 447 +++++++++++++++++++++++++++++------------- drivers/usb/musb/musb_core.h | 40 ++++ drivers/usb/musb/musb_host.c | 24 +++ drivers/usb/musb/musb_regs.h | 95 +++++++++ drivers/usb/musb/musbhsdma.c | 25 ++- drivers/usb/musb/musbhsdma.h | 17 ++ drivers/usb/musb/omap2430.c | 48 +++-- drivers/usb/musb/omap2430.h | 32 ++-- include/linux/usb/musb.h | 3 + 12 files changed, 615 insertions(+), 214 deletions(-) mode change 100644 => 100755 drivers/usb/musb/musb_host.c -- 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