[U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-25 Thread Donggeun Kim
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition. The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. The

Re: [U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-26 Thread Wolfgang Denk
Dear Donggeun Kim, In message <1319526928-7927-1-git-send-email-dg77@samsung.com> you wrote: > In some cases, saving data in RAM as a file with FAT format is required. > This patch allows the file to be written in FAT formatted partition. > > The usage is similar with reading a file. > First,

Re: [U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-26 Thread Mike Frysinger
On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote: > In some cases, saving data in RAM as a file with FAT format is required. > This patch allows the file to be written in FAT formatted partition. i thought Wolfgang NAK-ed FS write patches in the past ... > --- a/fs/fat/Makefile > +++ b/fs/fat/Ma

Re: [U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-27 Thread Marek Vasut
> Dear Donggeun Kim, > > In message <1319526928-7927-1-git-send-email-dg77@samsung.com> you wrote: > > In some cases, saving data in RAM as a file with FAT format is required. > > This patch allows the file to be written in FAT formatted partition. > > > > The usage is similar with reading a

Re: [U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-27 Thread Wolfgang Denk
Dear Mike Frysinger, In message you wrote: > On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote: > > In some cases, saving data in RAM as a file with FAT format is required. > > This patch allows the file to be written in FAT formatted partition. > > i thought Wolfgang NAK-ed FS write patches in

Re: [U-Boot] [PATCH v2] FAT: Add FAT write feature

2011-10-27 Thread Mike Frysinger
On Thu, Oct 27, 2011 at 22:55, Wolfgang Denk wrote: > Mike Frysinger wrote: >> On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote: >> > In some cases, saving data in RAM as a file with FAT format is required. >> > This patch allows the file to be written in FAT formatted partition. >> >> i thought W