Re: [RESEND PATCH 04/16] usb: musb: Always clear the data toggle bit when configuring ep

2021-02-06 Thread Lukasz Majewski
On Fri, 5 Feb 2021 20:12:00 +0100 Pali Rohár wrote: > Without this patch it was done only when U-Boot was compiled with > MUSB Host Controller. But it is needed also for MUSB Device > Controller, otherwise Device Controller does not work. > Reviewed-by: Lukasz Majewski > Signed-off-by: Pali

[RESEND PATCH 04/16] usb: musb: Always clear the data toggle bit when configuring ep

2021-02-05 Thread Pali Rohár
Without this patch it was done only when U-Boot was compiled with MUSB Host Controller. But it is needed also for MUSB Device Controller, otherwise Device Controller does not work. Signed-off-by: Pali Rohár --- drivers/usb/musb/musb_core.c | 4 1 file changed, 4 deletions(-) diff --git