summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/mtd_nandecctest.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz2016-03-041-1/+1
* mtd: Make MTD tests cancelableRichard Weinberger2015-04-051-0/+6
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-031-1/+1
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-5/+5
|\
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-041-5/+5
* | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita2013-02-271-1/+1
|/
* mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan2012-11-151-2/+4
* mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita2012-09-291-0/+79
* 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: 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/+0
* 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/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* mtd: add nand_ecc test moduleAkinobu Mita2009-11-301-0/+87