Re: [U-Boot] [PATCH V5 12/18] usb: gadget: mv_udc: flush item before head

2013-09-27 Thread Marek Vasut
Dear Troy Kisky, > Make sure the transfer descriptor is flushed > before the queue is updated so that the controller > will not see old information. > > Signed-off-by: Troy Kisky > Picking for -next, thanks Best regards, Marek Vasut ___ U-Boot mailing

[U-Boot] [PATCH V5 12/18] usb: gadget: mv_udc: flush item before head

2013-09-25 Thread Troy Kisky
Make sure the transfer descriptor is flushed before the queue is updated so that the controller will not see old information. Signed-off-by: Troy Kisky --- v4: no change v5: no change --- drivers/usb/gadget/mv_udc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/driver