Hi Greg, This is what I could get queued for you until now. I still have a few pending patches which I should sort out during the next two weeks. All, if you have any concerns with the patches, please reply early. Before Greg takes them in. Cliff Cai (1): USB: musb: allow the Blackfin vrsel gpio to be active low Felipe Balbi (6): usb: musb: allow board to pass down fifo mode usb: musb: omap2430: don't define the same functions twice usb: musb: core: declare mbase only where it's used 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 Mike Frysinger (2): usb: musb: abstract out ULPI_BUSCONTROL register reads/writes USB: musb: fix warnings in Blackfin regs Sonic Zhang (1): USB: musb: fix build error introduced by isoc change 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 | 62 +++++---- 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/musb_host.c | 2 +- drivers/usb/musb/musb_regs.h | 28 ++++ drivers/usb/musb/musbhsdma.h | 16 +-- drivers/usb/musb/omap2430.c | 15 ++- drivers/usb/musb/tusb6010.c | 2 +- include/linux/usb/musb.h | 36 +++++ 15 files changed, 474 insertions(+), 54 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