]> Pileus Git - ~andy/linux/commit
Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 23:10:56 +0000 (16:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 23:10:56 +0000 (16:10 -0700)
commit22c7ef0a511795a2075fba9a1b67bea95fc3a8fa
treebd2f73875ec10fdf85150b65a3952efd1a29b231
parentd0e639c9e06d44e713170031fe05fb60ebe680af
parent001dd84a92a25f8f2bad7d26df8bdb0362302c07
Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

Pull USB gadget fixes from Felipe:

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@ti.com>