Hi Greg, My last round of fixes, just one this time on MUSB. It should now work on peripheral-only configurations. The following changes since commit b377216bd2d313b393ddd4b04c71f700842d104b: usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints (2013-10-01 09:24:14 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.12-rc5 for you to fetch changes up to 001dd84a92a25f8f2bad7d26df8bdb0362302c07: usb: musb: start musb on the udc side, too (2013-10-11 10:39:35 -0500) ---------------------------------------------------------------- usb: musb: fix for v3.12-rc A single patch fixing musb start when using peripheral only configurations. It turns out that musb_start() needs to be called for peripheral too, so that function is factored out of musb_virthub.c and into musb_core.c since it's shared for both roles. Signed-of-by: Felipe Balbi <balbi@xxxxxx> ---------------------------------------------------------------- Sebastian Andrzej Siewior (1): usb: musb: start musb on the udc side, too drivers/usb/musb/musb_core.c | 46 +++++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.h | 1 + drivers/usb/musb/musb_gadget.c | 2 ++ drivers/usb/musb/musb_virthub.c | 46 ----------------------------------------- 4 files changed, 49 insertions(+), 46 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