aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/mtd_nandecctest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-5/+5
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita1-1/+1
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita1-5/+5
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan1-2/+4
2012-09-29mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita1-0/+79
2012-09-29mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita1-0/+37
2012-09-29mtd: mtd_nandecctest: add no corruption testAkinobu Mita1-0/+26
2012-09-29mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita1-23/+70
2012-09-29mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita1-2/+16
2012-09-29mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita1-14/+29
2012-09-29mtd: mtd_nandecctest: improve message outputAkinobu Mita1-19/+29
2012-09-29mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita1-1/+1
2012-09-29mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita1-1/+0
2012-09-29mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita1-3/+6
2012-09-29mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita1-0/+87