Home
last modified time | relevance | path

Searched hist:b65ae0f1a7b98c370967cf161ee87011e3ecdd77 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget.cdiff b65ae0f1a7b98c370967cf161ee87011e3ecdd77 Sun Mar 24 10:36:55 CDT 2013 Grazvydas Ignotas <notasas@gmail.com> 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 <notasas@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>