summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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/+0Star
* mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy2012-07-062-44/+11Star
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-094-7/+4Star
* mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-096-32/+21Star
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-097-8/+7Star
* 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
* mtd: tests: return -1 if verify failedRoel Kluin2010-08-021-5/+4Star
* drivers/mtd: Use kzallocJulia Lawall2010-05-135-10/+5Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-1/+7
* mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen2010-01-133-3/+16
* mtd: make pagetest workArtem Bityutskiy2009-11-301-0/+1
* mtd: add nand_ecc test moduleAkinobu Mita2009-11-302-0/+88
* mtd: cleanup mtd_oobtestAkinobu Mita2009-10-171-14/+4Star
* mtd: tests: fix read buffer overflowsRoel Kluin2009-09-042-7/+7
* trivial: NULL noise: drivers/mtd/tests/mtd_*test.cHannes Eder2009-03-302-13/+13
* [MTD] [TESTS] Fix some size_t printk format warningsDavid Woodhouse2009-01-052-4/+4
* MTD: add MTD tests to compilationArtem Bityutskiy2008-12-101-0/+7
* MTD: tests: add mtd_torturetestArtem Bityutskiy2008-12-101-0/+530
* MTD: tests: add mtd_subpagetestArtem Bityutskiy2008-12-081-0/+525
* MTD: tests: add mtd_stresstestArtem Bityutskiy2008-12-081-0/+330
* MTD: tests: add mtd_speedtestArtem Bityutskiy2008-12-081-0/+502
* MTD: tests: add mtd_readtestArtem Bityutskiy2008-12-081-0/+253
* MTD: tests: add mtd_pagetestArtem Bityutskiy2008-12-081-0/+632
* MTD: tests: add mtd_oobtestArtem Bityutskiy2008-12-081-0/+742