aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13drivers/mtd: Use kzallocJulia Lawall5-10/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-1/+7
2010-01-13mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen3-3/+16
2009-11-30mtd: make pagetest workArtem Bityutskiy1-0/+1
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita2-0/+88
2009-10-17mtd: cleanup mtd_oobtestAkinobu Mita1-14/+4
2009-09-04mtd: tests: fix read buffer overflowsRoel Kluin2-7/+7
2009-03-30trivial: NULL noise: drivers/mtd/tests/mtd_*test.cHannes Eder2-13/+13
2009-01-05[MTD] [TESTS] Fix some size_t printk format warningsDavid Woodhouse2-4/+4
2008-12-10MTD: add MTD tests to compilationArtem Bityutskiy1-0/+7
2008-12-10MTD: tests: add mtd_torturetestArtem Bityutskiy1-0/+530
2008-12-08MTD: tests: add mtd_subpagetestArtem Bityutskiy1-0/+525
2008-12-08MTD: tests: add mtd_stresstestArtem Bityutskiy1-0/+330
2008-12-08MTD: tests: add mtd_speedtestArtem Bityutskiy1-0/+502
2008-12-08MTD: tests: add mtd_readtestArtem Bityutskiy1-0/+253
2008-12-08MTD: tests: add mtd_pagetestArtem Bityutskiy1-0/+632
2008-12-08MTD: tests: add mtd_oobtestArtem Bityutskiy1-0/+742