usb: gadget: k1x_udc_core: Add the 1msec as workaround in irq_process_tr_complete
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Mar 2025 04:59:31 +0000 (13:59 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Apr 2025 03:38:33 +0000 (12:38 +0900)
commita553bc2688f65b99a1c388c9e0e4a6ae91684f8c
treeaa1ce72d1b170f05202f10c23a26ec516b2eec9b
parenta94b8801eedb4a6956a4572b84f8383da1dd1cec
usb: gadget: k1x_udc_core: Add the 1msec as workaround in irq_process_tr_complete

For Tizen, Add udelay(1000) in irq_process_tr_complete.
This patch is a Workaround code to use UDC.
When run tizen flash manage, it need to add udelay(1000).
Otherwise, usb isn't connected.

Change-Id: Ib8f866cd363a2852ae29448e0b3dcf962831ac3e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/usb/gadget/udc/k1x_udc_core.c