usb: musb: ensure in peripheral mode when checking session
authorBin Liu <b-liu@ti.com>
Mon, 14 Sep 2015 14:12:34 +0000 (09:12 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 14 Sep 2015 15:14:48 +0000 (10:14 -0500)
commit40af177efc9385af15c49a40976f71e58e6af418
tree60ee28428201c16fb18e6acd17d808ac1476795c
parente2ae0692bf6f71c8b841889b655d0dc08413e4e3
usb: musb: ensure in peripheral mode when checking session

The change ensures otg is not in a A- state when checking for VBUS in
peripheral mode.

musb_start() where VBUS checking is in can be called in many situations.
One example is in babble recovery routine, in which otg is transitioning
from A-HOST to A-WAIT-BCON, but VBUS discharge takes time, so
musb->is_active could be set to 1 due to this improper checking, then it
causes musb_bus_suspend() failed which leads to warning log message
flooding.

Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c
This page took 0.025998 seconds and 5 git commands to generate.