summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAgeFilesLines
* mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler2016-07-111-1/+1
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-241-25/+24
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-25/+24
* | mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz2016-03-041-1/+1
|/
* mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2016-01-061-2/+1
* mtd: tests: Replace timeval with ktime_tShraddha Barke2015-10-262-10/+10
* mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros2015-08-271-6/+12
* mtd: readtest: don't clobber error reportsBrian Norris2015-05-141-2/+4
* mtd: Make MTD tests cancelableRichard Weinberger2015-04-0510-24/+120
* mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros2015-04-051-27/+35
* mtd: tests: fix more potential integer overflowsBrian Norris2015-03-115-10/+10
* mtd: tests: abort torturetest on erase errorsBrian Norris2014-12-121-1/+3
* mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris2014-11-201-1/+1
* mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros2014-11-191-18/+47
* mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros2014-11-191-7/+29
* mtd: tests: fix integer overflow issuesBrian Norris2014-08-197-22/+22
* mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-171-7/+10
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-031-1/+1
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-274-4/+4
* mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita2013-08-305-50/+12
* mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita2013-08-305-76/+17
* mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita2013-08-301-33/+6
* mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita2013-08-301-59/+7
* mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita2013-08-301-78/+9
* mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita2013-08-301-74/+12
* mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita2013-08-301-144/+36
* mtd: mtd_readtest: use mtd_test helpersAkinobu Mita2013-08-301-41/+8
* mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita2013-08-301-147/+58
* mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita2013-08-301-80/+12
* mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-309-0/+9
* mtd: tests: introduce helper functionsAkinobu Mita2013-08-302-0/+121
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-056-54/+18
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-023-23/+20
|\
| * mtd: mtd_torturetest can cause stack overflowsAl Cooper2013-02-131-14/+11
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-042-9/+9
* | mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita2013-02-271-2/+1
* | mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita2013-02-271-30/+12
* | mtd: mtd_speedtest: use prandom_bytesAkinobu Mita2013-02-271-8/+1
* | mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita2013-02-271-30/+13
* | mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita2013-02-271-33/+16
* | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita2013-02-271-1/+1
|/
* mtd: tests/read: initialize buffer for whole next pageChristian Herzig2012-12-041-1/+1
* mtd: Fix typo mtd/testsMasanari Iida2012-11-187-8/+8
* mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan2012-11-151-87/+84
* mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan2012-11-151-36/+37
* mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-62/+62
* mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-44/+44
* mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-151-22/+22
* mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan2012-11-151-21/+21