From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 13 Mar 2014 11:00:12 +0900 Subject: [U-Boot] [PATCH] usb: dfu: add static alt num count in dfu_config_entities() In-Reply-To: <20140312090026.695c98be@amdc2363> References: <1393610017-19329-1-git-send-email-p.marczak@samsung.com> <1393610017-19329-2-git-send-email-p.marczak@samsung.com> <20140304123320.737d8296@amdc2363> <531EB53E.9010903@denx.de> <20140312090026.695c98be@amdc2363> Message-ID: <5321112C.2060504@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/03/14 17:00, Lukasz Majewski wrote: > Hi Tom, > >> Hello Lukasz, >> >> Am 04.03.2014 12:33, schrieb Lukasz Majewski: >>> Hi Heiko, >>> >>>> Thanks to this multiple call of function dfu_config_entities() >>>> gives continuous dfu alt numbering until call dfu_free_entities(). >>>> >>>> This allows to store dfu entities in multiple variables. >>> >>> Could you test this patch on your boards, which are using DFU? >> >> Done on the dxr2 board. All works as before. > > Tom, could you apply this patch as a fix before v2014.04 is released? > > http://patchwork.ozlabs.org/patch/325309/ > >> >>> Thanks in advance. >>> >>>> >>>> Signed-off-by: Przemyslaw Marczak >>>> Acked-by: ?ukasz Majewski >>>> --- >>>> drivers/dfu/dfu.c | 6 +++++- >>>> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> Tested on the dxr2 board. >> >> Tested-by: Heiko Schocher >> >> bye, >> Heiko > > > applied to u-boot-samsung. Thanks, Minkyu Kang.