Re: [U-Boot] [PATCH] dfu: Implementation of target reset after communication with dfu-util's -R switch

2013-07-23 Thread Marek Vasut
Dear Lukasz Majewski, > This patch extends dfu code to support transmission with -R switch > specified at dfu-util. > > When -R is specified, the extra USB_REQ_DFU_DETACH request is sent after > successful data transmission. Then dfu resources are released and reset > command is issued. > > Sign

Re: [U-Boot] [PATCH] dfu: Implementation of target reset after communication with dfu-util's -R switch

2013-07-18 Thread Heiko Schocher
Hello Lukasz, Am 18.07.2013 13:19, schrieb Lukasz Majewski: This patch extends dfu code to support transmission with -R switch specified at dfu-util. When -R is specified, the extra USB_REQ_DFU_DETACH request is sent after successful data transmission. Then dfu resources are released and reset

[U-Boot] [PATCH] dfu: Implementation of target reset after communication with dfu-util's -R switch

2013-07-18 Thread Lukasz Majewski
This patch extends dfu code to support transmission with -R switch specified at dfu-util. When -R is specified, the extra USB_REQ_DFU_DETACH request is sent after successful data transmission. Then dfu resources are released and reset command is issued. Signed-off-by: Lukasz Majewski Signed-off-