From: Greg Kroah-Hartman Date: Tue, 5 Mar 2013 00:32:23 +0000 (+0800) Subject: Merge tag 'fixes-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi... X-Git-Tag: v3.9-rc3~17^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea5301aa130a07e8d0f8bd7d7d3124f45e592208;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'fixes-for-v3.9-rc2' of git://git./linux/kernel/git/balbi/usb into usb-linus Felipe writes: "usb: fixes for v3.9-rc2 A few drivers got their gadget->dev registration problems exposed by the removal of ->start()/->stop() functions from udc-core.c. All of such instances are now fixed. We're also fixing chipidea's mistake of registering private debugging sysfs files under the gadget's device. This is in preparation to complete removal of gadget->dev handling from all UDC drivers which will happen for v3.10 merge window. MUSB's Kconfig got a fix to avoid a non-buildable selection of its Kconfig choices. Some extra devm_ioremap_resource() are added here because they missed the merge window. Finally, we have a temporary fix linking function drivers before gadget drivers so they work fine when they're statically linked to the kernel. We've done it so since the real fix wouldn't fit the -rc cycle." --- ea5301aa130a07e8d0f8bd7d7d3124f45e592208