mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
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: Bin Liu <b-liu@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
@@ -886,7 +886,7 @@ b_host:
|
||||
if (is_host_active(musb)) {
|
||||
musb_disable_interrupts(musb);
|
||||
schedule_delayed_work(&musb->recover_work,
|
||||
msecs_to_jiffies(100));
|
||||
usecs_to_jiffies(10));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user