Searched hist:"24616 eb66a996d30bf6449feb313a29cd1083cf9" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/musb/ |
H A D | musb_dsps.c | diff 24616eb66a996d30bf6449feb313a29cd1083cf9 Tue Oct 15 18:29:26 CEST 2013 Sebastian Andrzej Siewior <bigeasy@linutronix.de> usb: musb: dsps: run the timer only on OTG systems
I introduced this check here because it looked wrong in HOST only configurions. The timer would remove that session bit and will never come back and so there would not be another session. Now that I played with OTG for a while I belive this workaround is only required for the OTG mode because we have to end the session and then we have to try to start manually. Therefore, this patch limits this timer to the OTG only port mode so we don't need to poll around in device only mode.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>
|