aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/tests/mtd_nandecctest.c
AgeCommit message (Expand)Author
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan
2012-09-29mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita
2012-09-29mtd: mtd_nandecctest: add no corruption testAkinobu Mita
2012-09-29mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita
2012-09-29mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita
2012-09-29mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: improve message outputAkinobu Mita
2012-09-29mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita
2012-09-29mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita
2012-09-29mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita