Hi Greg, here are the patches for next merge window. Hope it's not too late. Regards, balbi Anil Shetty (1): usb: musb: musbhsdma: increase max_len to 1MB Bob Liu (1): usb: musb: Change to direct addr in context save/restore Felipe Balbi (1): usb: musb: gadget: only enable AUTOCLEAR in double buffered case Heikki Krogerus (1): usb: musb: ignore spurious SESSREQ interrupts Hema HK (1): usb: musb: gadget: Unmapping the dma buffer when switching to PIO mode Jon Povey (1): USB: musb: suppress warning about unused flags Maulik Mankad (1): usb: musb: host: unmap the buffer for PIO data transfers Ming Lei (2): usb: musb: support ISO high bandwidth for gadget mode usb: musb: gadget: fix ZLP sending in musb_g_tx(v1) Sergei Shtylyov (4): MUSB: make DBG() calls actually depend on CONFIG_USB_MUSB_DEBUG usb: musb: introduce DA8xx/OMAP-L1x glue layer usb: musb: gadget: kill duplicate code in musb_gadget_queue() usb: musb: gadget: kill unreachable code in musb_g_rx() T. S., Anil Kumar (1): usb: musb: host: support DMA transfers greater than max channel length drivers/usb/core/hcd.c | 3 +- drivers/usb/musb/Kconfig | 5 +- drivers/usb/musb/Makefile | 4 + drivers/usb/musb/cppi_dma.c | 2 +- drivers/usb/musb/da8xx.c | 469 ++++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.c | 51 +++-- drivers/usb/musb/musb_core.h | 1 + drivers/usb/musb/musb_debug.h | 11 +- drivers/usb/musb/musb_gadget.c | 243 +++++++++++++-------- drivers/usb/musb/musb_gadget.h | 2 + drivers/usb/musb/musb_host.c | 11 +- drivers/usb/musb/musbhsdma.c | 2 +- include/linux/usb/hcd.h | 1 + 13 files changed, 676 insertions(+), 129 deletions(-) create mode 100644 drivers/usb/musb/da8xx.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