
16 Jun
2011
16 Jun
'11
1:05 a.m.
On Tue, Jun 14, 2011 at 04:35:04PM -0400, Ben Gardiner wrote:
This series adds a nand write variant which implements the procedure reccomended in the UBI FAQ [1] of dropping trailing pages of eraseblocks containing entirely 0xff's.
[1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo
Changes since v3:
- rebased to nand-flash/next where patches 1/4 and 2/4 [v3] were already applied
- added patch 1/3 [v4] to treat WITH_YAFFS_OOB as a mode
- renumbered 3/4 and 4/4 [v3] to 1/3 and 3/3 [v4], respectively
- remove uneccessary cast
- wrapped README at 80 columns
- prevent access past input buffer end
Applied to u-boot-nand-flash next
-Scott