| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: tests: abort torturetest on erase errors | Brian Norris | 2014-12-12 | 1 | -1/+3 |
* | mtd: oobtest: correct printf() format specifier for 'size_t' | Brian Norris | 2014-11-20 | 1 | -1/+1 |
* | mtd: mtd_oobtest: add bitflip_limit parameter | Roger Quadros | 2014-11-19 | 1 | -18/+47 |
* | mtd: mtd_oobtest: Show the verification error location and data | Roger Quadros | 2014-11-19 | 1 | -7/+29 |
* | mtd: tests: fix integer overflow issues | Brian Norris | 2014-08-19 | 7 | -22/+22 |
* | mtd: mtd_oobtest: generate consistent data for verification | Akinobu Mita | 2014-04-17 | 1 | -7/+10 |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-10 | 1 | -1/+0 |
* | mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro | Fabio Estevam | 2014-01-03 | 1 | -1/+1 |
* | mtd: nand: add a helper to detect the nand type | Huang Shijie | 2013-10-27 | 4 | -4/+4 |
* | mtd: tests: incorporate error message for mtdtest_write() | Akinobu Mita | 2013-08-30 | 5 | -50/+12 |
* | mtd: tests: incorporate error message for mtdtest_read() | Akinobu Mita | 2013-08-30 | 5 | -76/+17 |
* | mtd: mtd_nandbiterrs: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -33/+6 |
* | mtd: mtd_torturetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -59/+7 |
* | mtd: mtd_subpagetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -78/+9 |
* | mtd: mtd_stresstest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -74/+12 |
* | mtd: mtd_speedtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -144/+36 |
* | mtd: mtd_readtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -41/+8 |
* | mtd: mtd_pagetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -147/+58 |
* | mtd: mtd_oobtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -80/+12 |
* | mtd: tests: rename sources in order to link a helper object | Akinobu Mita | 2013-08-30 | 9 | -0/+9 |
* | mtd: tests: introduce helper functions | Akinobu Mita | 2013-08-30 | 2 | -0/+121 |
* | mtd: tests: don't print error messages when out-of-memory | Brian Norris | 2013-08-05 | 6 | -54/+18 |
* | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-03-02 | 3 | -23/+20 |
|\ |
|
| * | mtd: mtd_torturetest can cause stack overflows | Al Cooper | 2013-02-13 | 1 | -14/+11 |
| * | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2013-02-04 | 2 | -9/+9 |
* | | mtd: mtd_stresstest: use prandom_bytes() | Akinobu Mita | 2013-02-27 | 1 | -2/+1 |
* | | mtd: mtd_subpagetest: convert to use prandom library | Akinobu Mita | 2013-02-27 | 1 | -30/+12 |
* | | mtd: mtd_speedtest: use prandom_bytes | Akinobu Mita | 2013-02-27 | 1 | -8/+1 |
* | | mtd: mtd_pagetest: convert to use prandom library | Akinobu Mita | 2013-02-27 | 1 | -30/+13 |
* | | mtd: mtd_oobtest: convert to use prandom library | Akinobu Mita | 2013-02-27 | 1 | -33/+16 |
* | | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() | Akinobu Mita | 2013-02-27 | 1 | -1/+1 |
|/ |
|
* | mtd: tests/read: initialize buffer for whole next page | Christian Herzig | 2012-12-04 | 1 | -1/+1 |
* | mtd: Fix typo mtd/tests | Masanari Iida | 2012-11-18 | 7 | -8/+8 |
* | mtd: mtd_oobtest: printk -> pr_{info,err,crit} | Vikram Narayanan | 2012-11-15 | 1 | -87/+84 |
* | mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} | Vikram Narayanan | 2012-11-15 | 1 | -36/+37 |
* | mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -62/+62 |
* | mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -44/+44 |
* | mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -22/+22 |
* | mtd: tests: mtd_readtest: Replace printk with pr_{info,err} | Vikram Narayanan | 2012-11-15 | 1 | -21/+21 |
* | mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -76/+76 |
* | mtd: tests: mtd_nandecctest: Use pr_fmt macro | Vikram Narayanan | 2012-11-15 | 1 | -2/+4 |
* | mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} | Vikram Narayanan | 2012-11-15 | 1 | -36/+37 |
* | mtd: mtd_nandecctest: add double bit error detection tests | Akinobu Mita | 2012-09-29 | 1 | -0/+79 |
* | mtd: mtd_nandecctest: add single bit error correction test | Akinobu Mita | 2012-09-29 | 1 | -0/+37 |
* | mtd: mtd_nandecctest: add no corruption test | Akinobu Mita | 2012-09-29 | 1 | -0/+26 |
* | mtd: mtd_nandecctest: rewrite the test routine | Akinobu Mita | 2012-09-29 | 1 | -23/+70 |
* | mtd: mtd_nandecctest: support injecting bit error for ecc code | Akinobu Mita | 2012-09-29 | 1 | -2/+16 |
* | mtd: tests: test for multi-bit error correction | Iwo Mergler | 2012-09-29 | 2 | -0/+461 |
* | mtd: mtd_nandecctest: ensure alignment requirement for bitops | Akinobu Mita | 2012-09-29 | 1 | -14/+29 |
* | mtd: mtd_nandecctest: improve message output | Akinobu Mita | 2012-09-29 | 1 | -19/+29 |