aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita1-2/+1
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita1-30/+12
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita1-8/+1
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita1-30/+13
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita1-33/+16
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita1-1/+1
2013-02-13mtd: mtd_torturetest can cause stack overflowsAl Cooper1-14/+11
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita2-9/+9
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig1-1/+1
2012-11-18mtd: Fix typo mtd/testsMasanari Iida7-8/+8
2012-11-15mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan1-87/+84
2012-11-15mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan1-36/+37
2012-11-15mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan1-62/+62
2012-11-15mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-44/+44
2012-11-15mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-22/+22
2012-11-15mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan1-21/+21
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-76/+76
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan1-2/+4
2012-11-15mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram Narayanan1-36/+37
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: tests: test for multi-bit error correctionIwo Mergler2-0/+461
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
2012-07-06mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy2-44/+11
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy4-7/+4
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy6-32/+21
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy7-8/+7
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-5/+5
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2-8/+8
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy5-13/+13
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy6-25/+25
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy6-7/+7
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2011-10-30mtd: tests: don't use mtd0 as a defaultWolfram Sang7-7/+55
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris6-25/+25
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2-13/+13
2011-09-11mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris1-1/+2
2011-03-11mtd: speedtest: fix integer overflowDavid Lambert1-7/+7
2011-03-11mtd: tests: add multiblock erase test to the mtd_speedtestRoman Tereshonkov1-2/+57
2011-03-11mtd: tests: add count parameter to mtd_speedtestAdrian Hunter1-2/+13
2011-03-11mtd: tests: print correct valuesRoman Tereshonkov1-5/+5
2010-08-02mtd: tests: return -1 if verify failedRoel Kluin1-5/+4