]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Add nand flash bit errors test
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 22 Aug 2016 14:12:20 +0000 (16:12 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:56 +0000 (11:36 +0100)
commit0332702397934c3e1bb237ee5e7b4e3b0e3c1497
tree6ef676c475cb8dbdc85eb5a246d618fc1871fe90
parentbc56d5755c2b1e11a8b1589ef9275710fb2060a7
mtd-utils: Add nand flash bit errors test

Basically a user space port of the mtd speed test kernel module.
In addition to the module parameters, the utility can resture
the block contents after test and allows setting the maxium writes
for 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/nandbiterrs.c [new file with mode: 0644]