public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nandtest: Allow multiple read & check iterations
@ 2014-04-28 13:14 Ezequiel Garcia
  2014-04-28 13:14 ` [PATCH 1/3] nandtest: Remove redundant check Ezequiel Garcia
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Ezequiel Garcia @ 2014-04-28 13:14 UTC (permalink / raw)
  To: linux-mtd, Artem Bityutskiy
  Cc: Brian Norris, Ezequiel Garcia, Guido Martínez

This patchset extends the nandtest to allow multiple read & check iterations.
Repeating the read-and-check multiple times, stresses driver's ECC engine and
has been useful to discover poor stability in an old (not mainline) OMAP2 NAND
driver.

The first two patches are just cosmetic, and the real work is done in the last
patch.

The new 'reads' parameters, allows to simulate a more realistic workload:

  1. erase block
  2. write data
  3. read and check (N times)

Ezequiel Garcia (3):
  nandtest: Remove redundant check
  nandtest: Move the "read and compare" code to a function
  nandtest: Introduce multiple reads & check iterations

 nandtest.c | 108 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 64 insertions(+), 44 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-05-30 23:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 13:14 [PATCH 0/3] nandtest: Allow multiple read & check iterations Ezequiel Garcia
2014-04-28 13:14 ` [PATCH 1/3] nandtest: Remove redundant check Ezequiel Garcia
2014-05-05  7:30   ` Artem Bityutskiy
2014-04-28 13:14 ` [PATCH 2/3] nandtest: Move the "read and compare" code to a function Ezequiel Garcia
2014-05-05  7:36   ` Artem Bityutskiy
2014-04-28 13:14 ` [PATCH 3/3] nandtest: Introduce multiple reads & check iterations Ezequiel Garcia
2014-05-05  7:35   ` Artem Bityutskiy
2014-05-05  9:56     ` Ezequiel García
2014-05-05 10:07   ` Gupta, Pekon
2014-05-05 10:33     ` Ezequiel Garcia
2014-05-05 10:58       ` Gupta, Pekon
2014-05-05 11:09         ` Artem Bityutskiy
2014-05-05 11:21           ` Gupta, Pekon
2014-05-05 12:50         ` Problems in Out of tree TI SDK omap2-nand driver (Re: [PATCH 3/3] nandtest: Introduce multiple reads & check iterations) Ezequiel Garcia
2014-05-05 18:12           ` Gupta, Pekon
2014-05-30 23:49             ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox