summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-02-26 14:42:19 -0600
committerFelipe Balbi <balbi@ti.com>2015-03-10 15:33:30 -0500
commit0244336f812583299291e18b69a75be5674e819f (patch)
treebdd8a892b72f5c392af04b4466b13ed763d83821 /drivers/usb/musb
parent06753fe115c517b715616ef7ef4f56b1b46ecc69 (diff)
usb: musb: core: disable irqs inside babble recovery
There's no point is splitting those anymore. We're now also able to drop another forward declaration. Tested-by: Bin Liu <b-liu@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_core.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index ecf2219ebc78..3916e73abf7d 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -507,7 +507,6 @@ void musb_hnp_stop(struct musb *musb)
musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16);
}
-static void musb_disable_interrupts(struct musb *musb);
static void musb_recover_from_babble(struct musb *musb);
/*
@@ -883,10 +882,8 @@ b_host:
if (power & MUSB_POWER_HSMODE) {
dev_err(musb->controller, "Babble\n");
- if (is_host_active(musb)) {
- musb_disable_interrupts(musb);
+ if (is_host_active(musb))
musb_recover_from_babble(musb);
- }
}
} else {
dev_dbg(musb->controller, "BUS RESET as %s\n",
@@ -1835,6 +1832,8 @@ static void musb_recover_from_babble(struct musb *musb)
int ret;
u8 devctl;
+ musb_disable_interrupts(musb);
+
/*
* wait at least 320 cycles of 60MHz clock. That's 5.3us, we will give
* it some slack and wait for 10us.