Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5fa3e9f authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: musb: core: decrease delayed_work time



When babble IRQ happens, we need to wait only
5.3us (320 cycles of 60MHz clock), we will give
it some slack and schedule our work a 10 usecs into
the future.

Tested-by: default avatarBin Liu <b-liu@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent ba7ee8bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -886,7 +886,7 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb,
				if (is_host_active(musb)) {
					musb_disable_interrupts(musb);
					schedule_delayed_work(&musb->recover_work,
							msecs_to_jiffies(100));
							usecs_to_jiffies(10));
				}
			}
		} else {