Re: [U-Boot] [PATCH] usb:gadget:f_thor: fix write to filesystem by add dfu_flush()

2014-04-17 Thread Marek Vasut
On Thursday, April 17, 2014 at 07:31:00 PM, Przemyslaw Marczak wrote: > Since dfu read/write operations needs to be flushed manually, > writing to filesystem on MMC by thor was broken. MMC raw write > actually is working fine because current dfu_flush() function > writes filesystem only. This commi

[U-Boot] [PATCH] usb:gadget:f_thor: fix write to filesystem by add dfu_flush()

2014-04-17 Thread Przemyslaw Marczak
Since dfu read/write operations needs to be flushed manually, writing to filesystem on MMC by thor was broken. MMC raw write actually is working fine because current dfu_flush() function writes filesystem only. This commit adds dfu_flush() to f_thor and now filesystem write is working. This change