Re: [PATCH 03/13] usb: musb: Always clear the data toggle bit when configuring ep

2020-11-29 Thread Pavel Machek
On Sun 2020-11-29 17:46:08, 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. > > Signed-off-by: Pali Rohár Reviewed-by: Pavel Machek --

[PATCH 03/13] usb: musb: Always clear the data toggle bit when configuring ep

2020-11-29 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