Re: [U-Boot] [PATCH 1/3] usb, dfu: extract flush code into seperate function

2014-03-14 Thread Lukasz Majewski
Hi Heiko, I'm also CCing Pantelis to the loop. > Hello Marek, > > Am 12.03.2014 12:43, schrieb Marek Vasut: > > On Wednesday, March 12, 2014 at 11:01:19 AM, Heiko Schocher wrote: > >> move the flushing code into an extra function dfu_flush(), > >> so it can be used from other code. > >> > >> Sig

Re: [U-Boot] [PATCH 1/3] usb, dfu: extract flush code into seperate function

2014-03-13 Thread Marek Vasut
On Thursday, March 13, 2014 at 06:31:03 AM, Heiko Schocher wrote: > Hello Marek, > > Am 12.03.2014 12:43, schrieb Marek Vasut: > > On Wednesday, March 12, 2014 at 11:01:19 AM, Heiko Schocher wrote: > >> move the flushing code into an extra function dfu_flush(), > >> so it can be used from other co

Re: [U-Boot] [PATCH 1/3] usb, dfu: extract flush code into seperate function

2014-03-12 Thread Heiko Schocher
Hello Marek, Am 12.03.2014 12:43, schrieb Marek Vasut: On Wednesday, March 12, 2014 at 11:01:19 AM, Heiko Schocher wrote: move the flushing code into an extra function dfu_flush(), so it can be used from other code. Signed-off-by: Heiko Schocher Cc: Lukasz Majewski Cc: Kyungmin Park Cc: Marek

Re: [U-Boot] [PATCH 1/3] usb, dfu: extract flush code into seperate function

2014-03-12 Thread Marek Vasut
On Wednesday, March 12, 2014 at 11:01:19 AM, Heiko Schocher wrote: > move the flushing code into an extra function dfu_flush(), > so it can be used from other code. > > Signed-off-by: Heiko Schocher > Cc: Lukasz Majewski > Cc: Kyungmin Park > Cc: Marek Vasut > --- > drivers/dfu/dfu.c | 46 +++

[U-Boot] [PATCH 1/3] usb, dfu: extract flush code into seperate function

2014-03-12 Thread Heiko Schocher
move the flushing code into an extra function dfu_flush(), so it can be used from other code. Signed-off-by: Heiko Schocher Cc: Lukasz Majewski Cc: Kyungmin Park Cc: Marek Vasut --- drivers/dfu/dfu.c | 46 ++ include/dfu.h | 1 + 2 files change