| Commit message (Expand) | Author | Age |
* | mtd: tests/read: initialize buffer for whole next page | Christian Herzig | 2012-12-04 |
* | mtd: Fix typo mtd/tests | Masanari Iida | 2012-11-18 |
* | mtd: mtd_oobtest: printk -> pr_{info,err,crit} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_readtest: Replace printk with pr_{info,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_nandecctest: Use pr_fmt macro | Vikram Narayanan | 2012-11-15 |
* | mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} | Vikram Narayanan | 2012-11-15 |
* | mtd: mtd_nandecctest: add double bit error detection tests | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: add single bit error correction test | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: add no corruption test | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: rewrite the test routine | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: support injecting bit error for ecc code | Akinobu Mita | 2012-09-29 |
* | mtd: tests: test for multi-bit error correction | Iwo Mergler | 2012-09-29 |
* | mtd: mtd_nandecctest: ensure alignment requirement for bitops | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: improve message output | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: make module_init() return appropriate errno | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: remove unnecessary include | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: make module_init() return an error code if test fails | Akinobu Mita | 2012-09-29 |
* | mtd: mtd_nandecctest: remove unnecessary srandom32() call | Akinobu Mita | 2012-09-29 |
* | mtd: tests: use random32 instead of home-brewed generator | Artem Bityutskiy | 2012-07-06 |
* | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 2012-01-09 |
* | mtd: remove extra retlen assignment | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_write interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_read interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: introduce mtd_erase interface | Artem Bityutskiy | 2012-01-09 |
* | mtd: tests: stresstest: bail out if device has not enough eraseblocks | Wolfram Sang | 2012-01-09 |
* | mtd: tests: don't use mtd0 as a default | Wolfram Sang | 2011-10-30 |
* | mtd: utilize `mtd_is_*()' functions | Brian Norris | 2011-09-21 |
* | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 |
* | mtd: tests: ignore corrected bitflips in OOB on mtd_readtest | Brian Norris | 2011-09-11 |
* | mtd: speedtest: fix integer overflow | David Lambert | 2011-03-11 |
* | mtd: tests: add multiblock erase test to the mtd_speedtest | Roman Tereshonkov | 2011-03-11 |
* | mtd: tests: add count parameter to mtd_speedtest | Adrian Hunter | 2011-03-11 |
* | mtd: tests: print correct values | Roman Tereshonkov | 2011-03-11 |
* | mtd: tests: return -1 if verify failed | Roel Kluin | 2010-08-02 |
* | drivers/mtd: Use kzalloc | Julia Lawall | 2010-05-13 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | mtd: tests: fix read, speed and stress tests on NOR flash | Morten Thunberg Svendsen | 2010-01-13 |
* | mtd: make pagetest work | Artem Bityutskiy | 2009-11-30 |
* | mtd: add nand_ecc test module | Akinobu Mita | 2009-11-30 |
* | mtd: cleanup mtd_oobtest | Akinobu Mita | 2009-10-17 |
* | mtd: tests: fix read buffer overflows | Roel Kluin | 2009-09-04 |
* | trivial: NULL noise: drivers/mtd/tests/mtd_*test.c | Hannes Eder | 2009-03-30 |