usb: musb: core: Handle Babble condition only in HOST mode
authorGeorge Cherian <george.cherian@ti.com>
Wed, 16 Jul 2014 12:52:09 +0000 (18:22 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 16 Jul 2014 14:59:47 +0000 (09:59 -0500)
commit97b4129e0562c74e6d75ff081e93202c71aecaa3
treec4be23ad0e640179f95b8e1afd5a320e70634c60
parent025b431b0ed3d4d3363427661c53ed8b60487a44
usb: musb: core: Handle Babble condition only in HOST mode

BABBLE and RESET share the same interrupt. The interrupt
is considered to be RESET if MUSB is in peripheral mode and
as a BABBLE if MUSB is in HOST mode.

Handle babble condition iff MUSB is in HOST mode.

Signed-off-by: George Cherian <george.cherian@ti.com>
Tested-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c