summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-023-23/+20
|\
| * mtd: mtd_torturetest can cause stack overflowsAl Cooper2013-02-131-14/+11
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-042-9/+9
* | mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita2013-02-271-2/+1
* | mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita2013-02-271-30/+12
* | mtd: mtd_speedtest: use prandom_bytesAkinobu Mita2013-02-271-8/+1
* | mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita2013-02-271-30/+13
* | mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita2013-02-271-33/+16
* | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita2013-02-271-1/+1
|/
* mtd: tests/read: initialize buffer for whole next pageChristian Herzig2012-12-041-1/+1
* mtd: Fix typo mtd/testsMasanari Iida2012-11-187-8/+8
* mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan2012-11-151-87/+84
* mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan2012-11-151-36/+37
* mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-62/+62
* mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-44/+44
* mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-22/+22
* mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan2012-11-151-21/+21
* mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-76/+76
* mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan2012-11-151-2/+4
* mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram Narayanan2012-11-151-36/+37
* mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita2012-09-291-0/+79
* mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita2012-09-291-0/+37
* mtd: mtd_nandecctest: add no corruption testAkinobu Mita2012-09-291-0/+26
* mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita2012-09-291-23/+70
* mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita2012-09-291-2/+16
* mtd: tests: test for multi-bit error correctionIwo Mergler2012-09-292-0/+461
* mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita2012-09-291-14/+29
* mtd: mtd_nandecctest: improve message outputAkinobu Mita2012-09-291-19/+29
* mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita2012-09-291-1/+1
* mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita2012-09-291-1/+0
* mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita2012-09-291-3/+6
* mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita2012-09-291-2/+0
* mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy2012-07-062-44/+11
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-094-7/+4
* mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-096-32/+21
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-097-8/+7
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-5/+5
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-092-8/+8
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-095-13/+13
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-096-25/+25
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-096-7/+7
* mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang2012-01-091-0/+7
* mtd: tests: don't use mtd0 as a defaultWolfram Sang2011-10-307-7/+55
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-216-25/+25
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-112-13/+13
* mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris2011-09-111-1/+2
* mtd: speedtest: fix integer overflowDavid Lambert2011-03-111-7/+7
* mtd: tests: add multiblock erase test to the mtd_speedtestRoman Tereshonkov2011-03-111-2/+57
* mtd: tests: add count parameter to mtd_speedtestAdrian Hunter2011-03-111-2/+13
* mtd: tests: print correct valuesRoman Tereshonkov2011-03-111-5/+5
OpenPOWER on IntegriCloud