Re: [PATCH 2/2] mtd: torturetest: add the support for random data pattern

2013-02-05 Thread Huang Shijie
于 2013年02月05日 16:05, Ricard Wanderlof 写道: On Tue, 5 Feb 2013, Huang Shijie wrote: Add a new module parameter 'pattern'. If it is set to zero, we will use the 55/AA pattern to torture the nand blocks; if it is set to a non-zero value, we will use the random data pattern. Not a big issue in a

Re: [PATCH 2/2] mtd: torturetest: add the support for random data pattern

2013-02-05 Thread Ricard Wanderlof
On Tue, 5 Feb 2013, Huang Shijie wrote: Add a new module parameter 'pattern'. If it is set to zero, we will use the 55/AA pattern to torture the nand blocks; if it is set to a non-zero value, we will use the random data pattern. Not a big issue in any way, but if you're using a numeric param

[PATCH 2/2] mtd: torturetest: add the support for random data pattern

2013-02-04 Thread Huang Shijie
Add a new module parameter 'pattern'. If it is set to zero, we will use the 55/AA pattern to torture the nand blocks; if it is set to a non-zero value, we will use the random data pattern. Signed-off-by: Huang Shijie --- drivers/mtd/tests/mtd_torturetest.c | 72