aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/tests
AgeCommit message (Expand)Author
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita
2013-02-13mtd: mtd_torturetest can cause stack overflowsAl Cooper
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig
2012-11-18mtd: Fix typo mtd/testsMasanari Iida
2012-11-15mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan
2012-11-15mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan
2012-11-15mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan
2012-11-15mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan
2012-11-15mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan
2012-11-15mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan
2012-11-15mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram 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: tests: test for multi-bit error correctionIwo Mergler
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
2012-07-06mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang
2011-10-30mtd: tests: don't use mtd0 as a defaultWolfram Sang
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris
2011-03-11mtd: speedtest: fix integer overflowDavid Lambert
2011-03-11mtd: tests: add multiblock erase test to the mtd_speedtestRoman Tereshonkov
2011-03-11mtd: tests: add count parameter to mtd_speedtestAdrian Hunter
2011-03-11mtd: tests: print correct valuesRoman Tereshonkov