Re: [U-Boot] [PATCH v3 5/7] usb: add usb_int_msg_nonblock

2019-07-11 Thread Marek Vasut
On 7/10/19 5:52 PM, Michal Suchánek wrote: > On Fri, 5 Jul 2019 14:13:50 +0200 > Marek Vasut wrote: > >> On 7/5/19 12:44 PM, Michal Suchanek wrote: >>> Variant of the int_msg wrapper that does not introduce excessive retry >>> delay on error. >>> >>> Signed-off-by: Michal Suchanek >>> --- >>> v2

Re: [U-Boot] [PATCH v3 5/7] usb: add usb_int_msg_nonblock

2019-07-10 Thread Michal Suchánek
On Fri, 5 Jul 2019 14:13:50 +0200 Marek Vasut wrote: > On 7/5/19 12:44 PM, Michal Suchanek wrote: > > Variant of the int_msg wrapper that does not introduce excessive retry > > delay on error. > > > > Signed-off-by: Michal Suchanek > > --- > > v2: usb_submit_int_msg -> usb_int_msg > > --- > >

Re: [U-Boot] [PATCH v3 5/7] usb: add usb_int_msg_nonblock

2019-07-05 Thread Marek Vasut
On 7/5/19 12:44 PM, Michal Suchanek wrote: > Variant of the int_msg wrapper that does not introduce excessive retry > delay on error. > > Signed-off-by: Michal Suchanek > --- > v2: usb_submit_int_msg -> usb_int_msg > --- > common/usb.c | 9 + > include/usb.h | 2 ++ > 2 files changed, 1

[U-Boot] [PATCH v3 5/7] usb: add usb_int_msg_nonblock

2019-07-05 Thread Michal Suchanek
Variant of the int_msg wrapper that does not introduce excessive retry delay on error. Signed-off-by: Michal Suchanek --- v2: usb_submit_int_msg -> usb_int_msg --- common/usb.c | 9 + include/usb.h | 2 ++ 2 files changed, 11 insertions(+) diff --git a/common/usb.c b/common/usb.c index