[U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-01-20 Thread Holger Brunck
This field will be used to indicate the write buffer size of the MTD device. UBI will set it's minimal I/O unit size (min_io_size) to the indicated write buffer size. By this change we intend to fix failed recovery of UBIFS partitions we currently observe on NOR flash when mounting the partition af

Re: [U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-01-27 Thread Detlev Zundel
Hi Stefan, do you have any comment on this series? I delegated the patches to you in patchwork already :) No seriously, the patches look sane and are in accordance to what is done in Linux > This field will be used to indicate the write buffer size > of the MTD device. UBI will set it's min

Re: [U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-02-01 Thread Holger Brunck
Hi Detlev, Detlev Zundel wrote: > Hi Stefan, > > do you have any comment on this series? I delegated the patches to you > in patchwork already :) No seriously, the patches look sane and are in > accordance to what is done in Linux > >> This field will be used to indicate the write buffer s

Re: [U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-02-01 Thread Stefan Roese
Hi Holger & Detlev, On Tuesday 01 February 2011 09:26:56 Holger Brunck wrote: > > do you have any comment on this series? I delegated the patches to you > > in patchwork already :) No seriously, the patches look sane and are in > > accordance to what is done in Linux I'm back from vacation

Re: [U-Boot] [PATCH 1/6] mtd: add writebufsize field to mtd_info struct

2011-02-01 Thread Holger Brunck
Hi Stefan, Stefan Roese wrote: > >> as I told in another mail, the min I/O size adaption patch leads to >> incompatibilites for the UBIFS and therefore the similar patch in linux >> kernel was reverted. But anyway the first five patches in the patch serie >> are already part of the mtd layer of t