| Commit message (Expand) | Author | Age |
* | mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro | Fabio Estevam | 2014-01-03 |
* | mtd: nand: add a helper to detect the nand type | Huang Shijie | 2013-10-27 |
* | mtd: tests: incorporate error message for mtdtest_write() | Akinobu Mita | 2013-08-30 |
* | mtd: tests: incorporate error message for mtdtest_read() | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_nandbiterrs: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_torturetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_subpagetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_stresstest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_speedtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_readtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_pagetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: mtd_oobtest: use mtd_test helpers | Akinobu Mita | 2013-08-30 |
* | mtd: tests: rename sources in order to link a helper object | Akinobu Mita | 2013-08-30 |
* | mtd: tests: introduce helper functions | Akinobu Mita | 2013-08-30 |
* | mtd: tests: don't print error messages when out-of-memory | Brian Norris | 2013-08-05 |
* | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-03-02 |
|\ |
|
| * | mtd: mtd_torturetest can cause stack overflows | Al Cooper | 2013-02-13 |
| * | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2013-02-04 |
* | | mtd: mtd_stresstest: use prandom_bytes() | Akinobu Mita | 2013-02-27 |
* | | mtd: mtd_subpagetest: convert to use prandom library | Akinobu Mita | 2013-02-27 |
* | | mtd: mtd_speedtest: use prandom_bytes | Akinobu Mita | 2013-02-27 |
* | | mtd: mtd_pagetest: convert to use prandom library | Akinobu Mita | 2013-02-27 |
* | | mtd: mtd_oobtest: convert to use prandom library | Akinobu Mita | 2013-02-27 |
* | | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() | Akinobu Mita | 2013-02-27 |
|/ |
|
* | 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 |