aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/mtd_pagetest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-30mtd: tests: rename sources in order to link a helper objectAkinobu Mita1-605/+0
2013-08-05mtd: tests: don't print error messages when out-of-memoryBrian Norris1-15/+5
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita1-30/+13
2012-11-18mtd: Fix typo mtd/testsMasanari Iida1-1/+1
2012-11-15mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-76/+76
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy1-12/+5
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-4/+4
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-14/+14
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-10-30mtd: tests: don't use mtd0 as a defaultWolfram Sang1-1/+8
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-14/+14
2010-08-02mtd: tests: return -1 if verify failedRoel Kluin1-5/+4
2010-05-13drivers/mtd: Use kzallocJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-30mtd: make pagetest workArtem Bityutskiy1-0/+1
2009-09-04mtd: tests: fix read buffer overflowsRoel Kluin1-6/+6
2008-12-08MTD: tests: add mtd_pagetestArtem Bityutskiy1-0/+632