summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
AgeCommit message (Expand)AuthorLines
2013-08-30mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita-50/+12
2013-08-30mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita-76/+17
2013-08-30mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita-33/+6
2013-08-30mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita-59/+7
2013-08-30mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita-78/+9
2013-08-30mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita-74/+12
2013-08-30mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita-144/+36
2013-08-30mtd: mtd_readtest: use mtd_test helpersAkinobu Mita-41/+8
2013-08-30mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita-147/+58
2013-08-30mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita-80/+12
2013-08-30mtd: tests: rename sources in order to link a helper objectAkinobu Mita-0/+9
2013-08-30mtd: tests: introduce helper functionsAkinobu Mita-0/+121
2013-08-05mtd: tests: don't print error messages when out-of-memoryBrian Norris-54/+18
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds-23/+20
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita-2/+1
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita-30/+12
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita-8/+1
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita-30/+13
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita-33/+16
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita-1/+1
2013-02-13mtd: mtd_torturetest can cause stack overflowsAl Cooper-14/+11
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita-9/+9
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig-1/+1
2012-11-18mtd: Fix typo mtd/testsMasanari Iida-8/+8
2012-11-15mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan-87/+84
2012-11-15mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan-36/+37
2012-11-15mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan-62/+62
2012-11-15mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan-44/+44
2012-11-15mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan-22/+22
2012-11-15mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan-21/+21
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan-76/+76
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan-2/+4
2012-11-15mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram Narayanan-36/+37
2012-09-29mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita-0/+79
2012-09-29mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita-0/+37
2012-09-29mtd: mtd_nandecctest: add no corruption testAkinobu Mita-0/+26
2012-09-29mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita-23/+70
2012-09-29mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita-2/+16
2012-09-29mtd: tests: test for multi-bit error correctionIwo Mergler-0/+461
2012-09-29mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita-14/+29
2012-09-29mtd: mtd_nandecctest: improve message outputAkinobu Mita-19/+29
2012-09-29mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita-1/+1
2012-09-29mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita-1/+0
2012-09-29mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita-3/+6
2012-09-29mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita-2/+0
2012-07-06mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy-44/+11
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy-7/+4
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy-32/+21
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy-8/+7
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy-5/+5