From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Apr 2014 14:46:43 +0200 Subject: [U-Boot] [PATCH v3 2/2] usb:gadget:f_thor: fix write to filesystem by add dfu_flush() In-Reply-To: <20140423144052.63157387@amdc2363> References: <1397807305-6532-1-git-send-email-p.marczak@samsung.com> <1398246231-22214-2-git-send-email-p.marczak@samsung.com> <20140423144052.63157387@amdc2363> Message-ID: <201404231446.43190.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, April 23, 2014 at 02:40:52 PM, Lukasz Majewski wrote: > Hi Przemyslaw, > > > 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 was tested on Trats2 board. > > > > Signed-off-by: Przemyslaw Marczak > > Cc: Lukasz Majewski > > Cc: Marek Vasut > > Cc: Heiko Schocher > > Cc: Tom Rini Please submit new patches on top of u-boot-usb/master , thanks. Best regards, Marek Vasut