u-boot/drivers/dfu
Przemyslaw Marczak 1aa4bdc82d drivers:dfu: dfu_flush(): add raw data flush to complete dfu write
Before dfu write and flush operations separation,
dfu write data was flushed by host download request
with len of zero size.

Since above change manually calling dfu write with zero
size has non sense (e.g. in THOR). This should be done by
flush operation.
So now dfu_write_buffer_drain() is called in dfu_flush().
If there is any raw data to flush (like it can be in thor)
then it will be physically written to medium.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Marek Vasut <marex@denx.de>
2014-05-15 00:23:56 +02:00
..
dfu_mmc.c dfu: mmc: change offset base handling 2014-05-05 08:20:56 +02:00
dfu_nand.c dfu, nand: add medium specific polltimeout function 2014-05-08 10:38:30 +02:00
dfu_ram.c dfu: ram support 2013-09-24 17:51:35 +02:00
dfu.c drivers:dfu: dfu_flush(): add raw data flush to complete dfu write 2014-05-15 00:23:56 +02:00
Makefile drivers: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00