Skip to content
Commit 1af54b7a authored by George Cherian's avatar George Cherian Committed by Felipe Balbi
Browse files

usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.



In case of ISOCH transfers the hrtimer workaround for the hardware issue
is not very reliable. Instead of checking musb_is_tx_fifo_empty() in hrtimer
routine, schedule a completion work and check the same in completion work.

Signed-off-by: default avatarGeorge Cherian <george.cherian@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f82503f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment