Re: [U-Boot] [PATCH 1/5] usb: dwc2: unify waiting for transfer completion

2015-03-09 Thread Marek Vasut
On Sunday, March 08, 2015 at 06:48:51 AM, Stephen Warren wrote: > Lift common code out of submit_bulk_msg() and submit_control_msg(). > > Signed-off-by: Stephen Warren Applied to u-boot-usb/topic/dwc2, thanks. I would like to see more testing from others if possible, otherwise this will go in af

Re: [U-Boot] [PATCH 1/5] usb: dwc2: unify waiting for transfer completion

2015-03-09 Thread Marek Vasut
On Sunday, March 08, 2015 at 06:48:51 AM, Stephen Warren wrote: > Lift common code out of submit_bulk_msg() and submit_control_msg(). > > Signed-off-by: Stephen Warren NICE! Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http:/

[U-Boot] [PATCH 1/5] usb: dwc2: unify waiting for transfer completion

2015-03-09 Thread Stephen Warren
Lift common code out of submit_bulk_msg() and submit_control_msg(). Signed-off-by: Stephen Warren --- drivers/usb/host/dwc2.c | 167 +--- 1 file changed, 60 insertions(+), 107 deletions(-) diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c