Hi Greg, here are the patches for next merge window. Cliff Cai (1): USB: musb: allow the Blackfin vrsel gpio to be active low Felipe Balbi (4): usb: musb: allow board to pass down fifo mode usb: musb: add debugfs support usb: musb: gadget: support musb-specific test modes usb: musb: hsdma: use musb_read/writel Maulik Mankad (3): usb: musb: Set transceiver interface type USB: MUSB: Build MUSB driver for OMAP4 USB: MUSB: Add OMAP4 support in MUSB driver drivers/usb/musb/Kconfig | 6 +- drivers/usb/musb/Makefile | 8 + drivers/usb/musb/blackfin.c | 10 +- drivers/usb/musb/davinci.c | 2 +- drivers/usb/musb/musb_core.c | 49 +++--- drivers/usb/musb/musb_core.h | 8 +- drivers/usb/musb/musb_debug.h | 13 ++ drivers/usb/musb/musb_debugfs.c | 295 ++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_gadget_ep0.c | 25 +++ drivers/usb/musb/musbhsdma.h | 16 +-- drivers/usb/musb/omap2430.c | 13 ++- drivers/usb/musb/tusb6010.c | 2 +- include/linux/usb/musb.h | 36 +++++ 13 files changed, 434 insertions(+), 49 deletions(-) create mode 100644 drivers/usb/musb/musb_debugfs.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