commit | 22c7ef0a511795a2075fba9a1b67bea95fc3a8fa | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 16:10:56 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 11 16:10:56 2013 -0700 |
tree | bd2f73875ec10fdf85150b65a3952efd1a29b231 | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af [diff] | |
parent | 001dd84a92a25f8f2bad7d26df8bdb0362302c07 [diff] |
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>