aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAge
* mtd: tests: abort torturetest on erase errorsBrian Norris2014-12-12
* mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris2014-11-20
* mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros2014-11-20
* mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros2014-11-20
* mtd: tests: fix integer overflow issuesBrian Norris2014-08-19
* mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-18
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-11
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-03
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-27
* mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita2013-08-30
* mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita2013-08-30
* mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_readtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-30
* mtd: tests: introduce helper functionsAkinobu Mita2013-08-30
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-05
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-02
|\
| * mtd: mtd_torturetest can cause stack overflowsAl Cooper2013-02-13
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-04
* | mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita2013-02-27
* | mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita2013-02-27
* | mtd: mtd_speedtest: use prandom_bytesAkinobu Mita2013-02-27
* | mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita2013-02-27
* | mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita2013-02-27
* | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita2013-02-27
|/
* mtd: tests/read: initialize buffer for whole next pageChristian Herzig2012-12-04
* mtd: Fix typo mtd/testsMasanari Iida2012-11-18
* mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan2012-11-15
* mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan2012-11-15
* mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-15
* mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-15
* mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-15
* mtd: tests: mtd_readtest: Replace printk with pr_{info,err}Vikram Narayanan2012-11-15
* mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err}Vikram Narayanan2012-11-15
* mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan2012-11-15
* mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err}Vikram Narayanan2012-11-15
* mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita2012-09-29
* mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita2012-09-29
* mtd: mtd_nandecctest: add no corruption testAkinobu Mita2012-09-29
* mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita2012-09-29
* mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita2012-09-29
* mtd: tests: test for multi-bit error correctionIwo Mergler2012-09-29
* mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita2012-09-29
* mtd: mtd_nandecctest: improve message outputAkinobu Mita2012-09-29