]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Add nand sub-page test utility
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 22 Aug 2016 14:21:57 +0000 (16:21 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:56 +0000 (11:36 +0100)
commit6db431d627f707a3bcd820a2bc32e2a2689c3185
tree3f4a31ccbddaf0acba5c34c05a84934700d48978
parent4c6eb0a05500f8ff3bc38b52b3c0e68b25e22e0b
mtd-utils: Add nand sub-page test utility

Basically a user space port of the mtd sub page test kernel module.
In addition to the module parameters, the utility supports using
only a sub-range of the flash erase blocks with a configurable
stride and can restore the block contents after the test.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
.gitignore
tests/mtd-tests/Makemodule.am
tests/mtd-tests/nandsubpagetest.c [new file with mode: 0644]