]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc3: omap: enable irqs lately
authorFelipe Balbi <balbi@ti.com>
Tue, 25 Aug 2015 17:07:45 +0000 (12:07 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 14 Sep 2015 14:51:58 +0000 (09:51 -0500)
commite2ae0692bf6f71c8b841889b655d0dc08413e4e3
treec9c0e3490fab0576b3b84abee191032a88ba1445
parente4c1b1ba7f663fd77204201eef83baf58e2e5777
usb: dwc3: omap: enable irqs lately

If we enable IRQs before requesting our
extcon device, we might fall into a situation
where and IRQ fires before we're ready to
handle it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c