usb: gadget: k1x_udc_core: Add the 1msec as workaround in irq_process_tr_complete 78/321778/1 accepted/tizen_unified_toolchain accepted/tizen/unified/20250331.083316 accepted/tizen/unified/toolchain/20250408.052052 accepted/tizen/unified/x/20250401.051148
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Mar 2025 04:59:31 +0000 (13:59 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Mar 2025 05:08:16 +0000 (14:08 +0900)
commit30655f95e941a329eb04b9153e760345d0ee15b8
tree9a8ce2a8c7e4dd33a604a31aa6b00cf714506c10
parent61786a05188f9f96eda2da20d631d95332140043
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