summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/mtd_pagetest.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-301-605/+0
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-051-15/+5
* mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita2013-02-271-30/+13
* mtd: Fix typo mtd/testsMasanari Iida2012-11-181-1/+1
* mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-76/+76
* mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-091-12/+5
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-4/+4
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-14/+14
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: tests: don't use mtd0 as a defaultWolfram Sang2011-10-301-1/+8
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-14/+14
* mtd: tests: return -1 if verify failedRoel Kluin2010-08-021-5/+4
* drivers/mtd: Use kzallocJulia Lawall2010-05-131-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mtd: make pagetest workArtem Bityutskiy2009-11-301-0/+1
* mtd: tests: fix read buffer overflowsRoel Kluin2009-09-041-6/+6
* MTD: tests: add mtd_pagetestArtem Bityutskiy2008-12-081-0/+632