From: Grazvydas Ignotas Date: Sun, 24 Mar 2013 15:36:55 +0000 (+0200) Subject: usb: musb: gadget: use platform callback to enable vbus X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b65ae0f1a7b98c370967cf161ee87011e3ecdd77;p=pandora-kernel.git usb: musb: gadget: use platform callback to enable vbus On some platform configurations (like OMAP3+twl4030) it's the platform code that enables VBUS, not OTG transceiver, so call vbus platform callback instead, it will then call the transceiver if needed. This fixes a use case where USB cable is plugged first and gadget driver is loaded later after that. Signed-off-by: Grazvydas Ignotas Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed