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

Basically a user space port of the mtd 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.

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/nandpagetest.c [new file with mode: 0644]