Re: [PATCH 1/3] usb: Tidy up the usb_start flag

2023-05-14 Thread Tom Rini
On Fri, May 05, 2023 at 08:03:03PM -0600, Simon Glass wrote: > This should be declared in a header file so that type-checking works > correctly. > > Add a single declaration to usb.h and remove the others. > > Signed-off-by: Simon Glass > Reviewed-by: Marek Vasut > Reviewed-by: Patrick Delauna

Re: [PATCH 1/3] usb: Tidy up the usb_start flag

2023-05-12 Thread Patrick DELAUNAY
Hi, On 5/6/23 04:03, Simon Glass wrote: This should be declared in a header file so that type-checking works correctly. Add a single declaration to usb.h and remove the others. Signed-off-by: Simon Glass --- cmd/usb.c | 1 - common/usb.c | 2 +- drive

Re: [PATCH 1/3] usb: Tidy up the usb_start flag

2023-05-06 Thread Marek Vasut
On 5/6/23 04:03, Simon Glass wrote: This should be declared in a header file so that type-checking works correctly. Add a single declaration to usb.h and remove the others. Signed-off-by: Simon Glass Reviewed-by: Marek Vasut

[PATCH 1/3] usb: Tidy up the usb_start flag

2023-05-05 Thread Simon Glass
This should be declared in a header file so that type-checking works correctly. Add a single declaration to usb.h and remove the others. Signed-off-by: Simon Glass --- cmd/usb.c | 1 - common/usb.c | 2 +- drivers/usb/host/usb-uclass.c | 1 - include/usb.h