summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
AgeCommit message (Expand)AuthorLines
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
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy-8/+8
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy-13/+13
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy-25/+25
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy-7/+7
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang-0/+7
2011-10-30mtd: tests: don't use mtd0 as a defaultWolfram Sang-7/+55
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris-25/+25
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris-13/+13
2011-09-11mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris-1/+2
2011-03-11mtd: speedtest: fix integer overflowDavid Lambert-7/+7
2011-03-11mtd: tests: add multiblock erase test to the mtd_speedtestRoman Tereshonkov-2/+57
2011-03-11mtd: tests: add count parameter to mtd_speedtestAdrian Hunter-2/+13
2011-03-11mtd: tests: print correct valuesRoman Tereshonkov-5/+5
2010-08-02mtd: tests: return -1 if verify failedRoel Kluin-5/+4
2010-05-13drivers/mtd: Use kzallocJulia Lawall-10/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+7
2010-01-13mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen-3/+16
2009-11-30mtd: make pagetest workArtem Bityutskiy-0/+1
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita-0/+88
2009-10-17mtd: cleanup mtd_oobtestAkinobu Mita-14/+4
2009-09-04mtd: tests: fix read buffer overflowsRoel Kluin-7/+7
2009-03-30trivial: NULL noise: drivers/mtd/tests/mtd_*test.cHannes Eder-13/+13
2009-01-05[MTD] [TESTS] Fix some size_t printk format warningsDavid Woodhouse-4/+4
2008-12-10MTD: add MTD tests to compilationArtem Bityutskiy-0/+7
2008-12-10MTD: tests: add mtd_torturetestArtem Bityutskiy-0/+530
2008-12-08MTD: tests: add mtd_subpagetestArtem Bityutskiy-0/+525
2008-12-08MTD: tests: add mtd_stresstestArtem Bityutskiy-0/+330
2008-12-08MTD: tests: add mtd_speedtestArtem Bityutskiy-0/+502
2008-12-08MTD: tests: add mtd_readtestArtem Bityutskiy-0/+253
2008-12-08MTD: tests: add mtd_pagetestArtem Bityutskiy-0/+632
2008-12-08MTD: tests: add mtd_oobtestArtem Bityutskiy-0/+742