Re: [U-Boot] [PATCH v3 0/3] mtd: nand: omap: fix ecc-layout

2014-02-23 Thread Brian Norris
Hi Pekon, On Mon, Feb 17, 2014 at 01:11:22PM +0530, Pekon Gupta wrote: > *changes v2 -> v3* > - re-ordered the patch-set so that eccpos[] is fixed before 'oobfree' > - marked for stable 3.13.x+ > > > *changes v1 -> v2* > [PATCH 1/3] fix oobfree->offset calculation + adjust for reserved-marker

[U-Boot] [PATCH v3 0/3] mtd: nand: omap: fix ecc-layout

2014-02-16 Thread Pekon Gupta
*changes v2 -> v3* - re-ordered the patch-set so that eccpos[] is fixed before 'oobfree' - marked for stable 3.13.x+ *changes v1 -> v2* [PATCH 1/3] fix oobfree->offset calculation + adjust for reserved-marker of last sector [PATCH 2/3] [PATCH 3/3] refactor code as suggested by Brian Norris