]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: core: Handle Babble condition only in HOST mode
authorGeorge Cherian <george.cherian@ti.com>
Mon, 26 May 2014 09:20:08 +0000 (14:50 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 19 Jun 2014 20:43:07 +0000 (15:43 -0500)
commitd3cacbc11e15fba2f017cdfcbfca1af61109774c
tree55fdfa6d1ef4caefd510f7a3dda60cf9001b0ade
parentdb0c21cb11a6e26d9c179163831e6493aef3be56
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.

Fixes: 238e0999acf3 (usb: musb: add a work_struct to recover from babble errors)
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c