Hi Greg, The following are the patches I have queued for you This series was rebased on top of Sergei's patch fixing an oops on txstate, so it should apply cleanly on top of that. Besides the usual musb patches, there's one patch to fix a build breakage on isp1301_omap.c and one to fix a memory leak on ehci-omap.c Ajay Kumar Gupta (1): usb: host: ehci: fix missing kfree in remove path also Arnaud Mandy (2): usb: musb: gadget: set otg tranceiver to idle when registering gadget usb: musb: handle irqs in the order dictated by programming guide Cliff Cai (1): usb: musb: fix compiling warning with min() macro Felipe Balbi (8): usb: musb: move to sysfs_groups usb: musb: remove some of the never defined defines usb: musb: move musb_remove to __exit usb: musb: use resource_size() usb: musb: move two printk to dev_err MAINTAINERS: Fix my tree's address usb: musb: do not work if no gadget driver is loaded usb: otg: isp1301_omap: fix compile error Sergei Shtylyov (1): usb: musb: gadget_ep0: avoid SetupEnd interrupt Swaminathan S (2): usb: musb: Populate the VBUS GPIO with the correct GPIO number usb: musb: fix for crash in DM646x USB when (CPPI)DMA is enabled MAINTAINERS | 2 +- drivers/usb/host/ehci-omap.c | 1 + drivers/usb/musb/cppi_dma.c | 6 + drivers/usb/musb/davinci.c | 2 +- drivers/usb/musb/musb_core.c | 330 ++++++++++++++++-------------------- drivers/usb/musb/musb_core.h | 16 +-- drivers/usb/musb/musb_gadget.c | 3 +- drivers/usb/musb/musb_gadget_ep0.c | 14 +- drivers/usb/otg/isp1301_omap.c | 4 +- 9 files changed, 171 insertions(+), 207 deletions(-) -- 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