Hi Chris, Thank you for the patch.
On Thu, Jan 15, 2026 at 17:01, Chris Morgan <[email protected]> wrote: > From: Chris Morgan <[email protected]> > > Since EP0 transactions need to be completed before the controller halt > sequence is finished, this may take some time depending on the host and the > enabled functions. Increase the controller halt timeout, so that we give > the controller sufficient time to handle EP0 transfers. > > This patch was originally submitted to Linux in 2022, but is required to > use USB gadget mode on my device in U-Boot. > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=461ee467507cb98a348fa91ff8460908bb0ea423 > > Signed-off-by: Wesley Cheng <[email protected]> > Signed-off-by: Chris Morgan <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > drivers/usb/dwc3/gadget.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

