Age | Commit message (Expand) | Author | Files | Lines |
2013-03-03 | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 3 | -23/+20 |
2013-02-28 | mtd: mtd_stresstest: use prandom_bytes() | Akinobu Mita | 1 | -2/+1 |
2013-02-28 | mtd: mtd_subpagetest: convert to use prandom library | Akinobu Mita | 1 | -30/+12 |
2013-02-28 | mtd: mtd_speedtest: use prandom_bytes | Akinobu Mita | 1 | -8/+1 |
2013-02-28 | mtd: mtd_pagetest: convert to use prandom library | Akinobu Mita | 1 | -30/+13 |
2013-02-28 | mtd: mtd_oobtest: convert to use prandom library | Akinobu Mita | 1 | -33/+16 |
2013-02-28 | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() | Akinobu Mita | 1 | -1/+1 |
2013-02-13 | mtd: mtd_torturetest can cause stack overflows | Al Cooper | 1 | -14/+11 |
2013-02-04 | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2 | -9/+9 |
2012-12-04 | mtd: tests/read: initialize buffer for whole next page | Christian Herzig | 1 | -1/+1 |
2012-11-18 | mtd: Fix typo mtd/tests | Masanari Iida | 7 | -8/+8 |
2012-11-15 | mtd: mtd_oobtest: printk -> pr_{info,err,crit} | Vikram Narayanan | 1 | -87/+84 |
2012-11-15 | mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} | Vikram Narayanan | 1 | -36/+37 |
2012-11-15 | mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -62/+62 |
2012-11-15 | mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -44/+44 |
2012-11-15 | mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -22/+22 |
2012-11-15 | mtd: tests: mtd_readtest: Replace printk with pr_{info,err} | Vikram Narayanan | 1 | -21/+21 |
2012-11-15 | mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -76/+76 |
2012-11-15 | mtd: tests: mtd_nandecctest: Use pr_fmt macro | Vikram Narayanan | 1 | -2/+4 |
2012-11-15 | mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} | Vikram Narayanan | 1 | -36/+37 |
2012-09-29 | mtd: mtd_nandecctest: add double bit error detection tests | Akinobu Mita | 1 | -0/+79 |
2012-09-29 | mtd: mtd_nandecctest: add single bit error correction test | Akinobu Mita | 1 | -0/+37 |
2012-09-29 | mtd: mtd_nandecctest: add no corruption test | Akinobu Mita | 1 | -0/+26 |
2012-09-29 | mtd: mtd_nandecctest: rewrite the test routine | Akinobu Mita | 1 | -23/+70 |
2012-09-29 | mtd: mtd_nandecctest: support injecting bit error for ecc code | Akinobu Mita | 1 | -2/+16 |
2012-09-29 | mtd: tests: test for multi-bit error correction | Iwo Mergler | 2 | -0/+461 |
2012-09-29 | mtd: mtd_nandecctest: ensure alignment requirement for bitops | Akinobu Mita | 1 | -14/+29 |
2012-09-29 | mtd: mtd_nandecctest: improve message output | Akinobu Mita | 1 | -19/+29 |
2012-09-29 | mtd: mtd_nandecctest: make module_init() return appropriate errno | Akinobu Mita | 1 | -1/+1 |
2012-09-29 | mtd: mtd_nandecctest: remove unnecessary include | Akinobu Mita | 1 | -1/+0 |
2012-09-29 | mtd: mtd_nandecctest: make module_init() return an error code if test fails | Akinobu Mita | 1 | -3/+6 |
2012-09-29 | mtd: mtd_nandecctest: remove unnecessary srandom32() call | Akinobu Mita | 1 | -2/+0 |
2012-07-06 | mtd: tests: use random32 instead of home-brewed generator | Artem Bityutskiy | 2 | -44/+11 |
2012-01-09 | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 4 | -7/+4 |
2012-01-09 | mtd: remove extra retlen assignment | Artem Bityutskiy | 6 | -32/+21 |
2012-01-09 | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 7 | -8/+7 |
2012-01-09 | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 1 | -5/+5 |
2012-01-09 | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 2 | -8/+8 |
2012-01-09 | mtd: introduce mtd_write interface | Artem Bityutskiy | 5 | -13/+13 |
2012-01-09 | mtd: introduce mtd_read interface | Artem Bityutskiy | 6 | -25/+25 |
2012-01-09 | mtd: introduce mtd_erase interface | Artem Bityutskiy | 6 | -7/+7 |
2012-01-09 | mtd: tests: stresstest: bail out if device has not enough eraseblocks | Wolfram Sang | 1 | -0/+7 |
2011-10-30 | mtd: tests: don't use mtd0 as a default | Wolfram Sang | 7 | -7/+55 |
2011-09-21 | mtd: utilize `mtd_is_*()' functions | Brian Norris | 6 | -25/+25 |
2011-09-11 | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2 | -13/+13 |
2011-09-11 | mtd: tests: ignore corrected bitflips in OOB on mtd_readtest | Brian Norris | 1 | -1/+2 |
2011-03-11 | mtd: speedtest: fix integer overflow | David Lambert | 1 | -7/+7 |
2011-03-11 | mtd: tests: add multiblock erase test to the mtd_speedtest | Roman Tereshonkov | 1 | -2/+57 |
2011-03-11 | mtd: tests: add count parameter to mtd_speedtest | Adrian Hunter | 1 | -2/+13 |
2011-03-11 | mtd: tests: print correct values | Roman Tereshonkov | 1 | -5/+5 |