- d8b1e34 mtd: tests/read: initialize buffer for whole next page by Christian Herzig · 12 years ago
- 064a769 mtd: Fix typo mtd/tests by Masanari Iida · 12 years ago
- 0481027 mtd: mtd_oobtest: printk -> pr_{info,err,crit} by Vikram Narayanan · 12 years ago
- 95637c3 mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} by Vikram Narayanan · 12 years ago
- cd66a2d mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
- 2c70d29 mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
- ae0086c mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
- e45048a mtd: tests: mtd_readtest: Replace printk with pr_{info,err} by Vikram Narayanan · 12 years ago
- bb99841 mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
- b6489d9 mtd: tests: mtd_nandecctest: Use pr_fmt macro by Vikram Narayanan · 12 years ago
- 600ed67 mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} by Vikram Narayanan · 12 years ago
- 6ed089c mtd: mtd_nandecctest: add double bit error detection tests by Akinobu Mita · 12 years ago
- 200ab84 mtd: mtd_nandecctest: add single bit error correction test by Akinobu Mita · 12 years ago
- ccaa679 mtd: mtd_nandecctest: add no corruption test by Akinobu Mita · 12 years ago
- 6060fb4 mtd: mtd_nandecctest: rewrite the test routine by Akinobu Mita · 12 years ago
- c092b43 mtd: mtd_nandecctest: support injecting bit error for ecc code by Akinobu Mita · 12 years ago
- 3cf06f4 mtd: tests: test for multi-bit error correction by Iwo Mergler · 12 years ago
- 1749c00 mtd: mtd_nandecctest: ensure alignment requirement for bitops by Akinobu Mita · 12 years ago
- c5b8384 mtd: mtd_nandecctest: improve message output by Akinobu Mita · 12 years ago
- bb82477 mtd: mtd_nandecctest: make module_init() return appropriate errno by Akinobu Mita · 12 years ago
- 1f6edad mtd: mtd_nandecctest: remove unnecessary include by Akinobu Mita · 12 years ago
- f45c299 mtd: mtd_nandecctest: make module_init() return an error code if test fails by Akinobu Mita · 12 years ago
- 0ce0060 mtd: mtd_nandecctest: remove unnecessary srandom32() call by Akinobu Mita · 12 years ago
- bfea1d4 mtd: tests: use random32 instead of home-brewed generator by Artem Bityutskiy · 12 years ago
- 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
- 30fa984 mtd: remove extra retlen assignment by Artem Bityutskiy · 13 years ago
- 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
- a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
- fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
- eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
- 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
- 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
- 2f4478c mtd: tests: stresstest: bail out if device has not enough eraseblocks by Wolfram Sang · 13 years ago
- 7406060 mtd: tests: don't use mtd0 as a default by Wolfram Sang · 13 years ago
- d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
- 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
- 003bc47 mtd: tests: ignore corrected bitflips in OOB on mtd_readtest by Brian Norris · 13 years ago
- e70727e mtd: speedtest: fix integer overflow by David Lambert · 14 years ago
- 4085bcc mtd: tests: add multiblock erase test to the mtd_speedtest by Roman Tereshonkov · 14 years ago
- fc7fe76 mtd: tests: add count parameter to mtd_speedtest by Adrian Hunter · 14 years ago
- 7b7e905 mtd: tests: print correct values by Roman Tereshonkov · 14 years ago
- 7fc14bc mtd: tests: return -1 if verify failed by Roel Kluin · 14 years ago
- 2bfefa4 drivers/mtd: Use kzalloc by Julia Lawall · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- f5e2bae mtd: tests: fix read, speed and stress tests on NOR flash by Morten Thunberg Svendsen · 15 years ago
- 4c2b8a6 mtd: make pagetest work by Artem Bityutskiy · 15 years ago
- 7126bd8 mtd: add nand_ecc test module by Akinobu Mita · 15 years ago
- f54d633 mtd: cleanup mtd_oobtest by Akinobu Mita · 15 years ago
- c6f7e7b mtd: tests: fix read buffer overflows by Roel Kluin · 15 years ago
- 23d4249 trivial: NULL noise: drivers/mtd/tests/mtd_*test.c by Hannes Eder · 16 years ago
- 647b0d3 [MTD] [TESTS] Fix some size_t printk format warnings by David Woodhouse · 16 years ago
- 9faa815 MTD: add MTD tests to compilation by Artem Bityutskiy · 16 years ago
- 4db451a MTD: tests: add mtd_torturetest by Artem Bityutskiy · 16 years ago
- bf60862 MTD: tests: add mtd_subpagetest by Artem Bityutskiy · 16 years ago
- 7163cea MTD: tests: add mtd_stresstest by Artem Bityutskiy · 16 years ago
- 72069be MTD: tests: add mtd_speedtest by Artem Bityutskiy · 16 years ago
- 72091b6 MTD: tests: add mtd_readtest by Artem Bityutskiy · 16 years ago
- e73f217 MTD: tests: add mtd_pagetest by Artem Bityutskiy · 16 years ago
- e3644da MTD: tests: add mtd_oobtest by Artem Bityutskiy · 16 years ago