From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 11 Jan 2013 12:08:25 +0100 Subject: [U-Boot] [RFC PATCH 03/22] fs: Add support for saving data to filesystems In-Reply-To: <1357829905-6579-4-git-send-email-sjg@chromium.org> References: <1357829905-6579-1-git-send-email-sjg@chromium.org> <1357829905-6579-4-git-send-email-sjg@chromium.org> Message-ID: <201301111208.25602.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 Dear Simon Glass, > Add a new method for saving that filesystems can implement. This mirrors > the existing load method. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut btw what about fat write support, can this map somehow on it? Best regards, Marek Vasut