From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-mtd@lists.infradead.org
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 2/2] MTD: Add nand_ecc test module
Date: Mon, 19 Oct 2009 15:15:50 +0900 [thread overview]
Message-ID: <20091019061550.GA23854@localhost.localdomain> (raw)
In-Reply-To: <1255932706-23824-2-git-send-email-akinobu.mita@gmail.com>
On Mon, Oct 19, 2009 at 03:11:46PM +0900, Akinobu Mita wrote:
> This module tests NAND ECC functions.
>
> The test is simple.
>
> 1. Create a 256 or 512 bytes block of data filled with random bytes (data)
> 2. Duplicate the data block and inject single bit error (error_data)
> 3. Try to correct error_data
> 4. Compare data and error_data
>
> This test is added into new MTD test group called MTD NAND test
> which requires MTD NAND device support.
>
...
> +
> +#if defined(CONFIG_MTD_NAND) || defined(CONFIG_MTD_NAND_MODULE)
> +
Oops. I forgot to remove this ifdefs.
next prev parent reply other threads:[~2009-10-19 6:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-19 6:11 [PATCH 1/2] mtd: Add __nand_calculate_ecc() to NAND ECC functions Akinobu Mita
2009-10-19 6:11 ` [PATCH 2/2] MTD: Add nand_ecc test module Akinobu Mita
2009-10-19 6:15 ` Akinobu Mita [this message]
2009-10-19 6:36 ` [PATCH 2/2 -v2] " Akinobu Mita
2009-10-20 11:50 ` [PATCH 2/2] " Artem Bityutskiy
2009-10-20 12:01 ` Artem Bityutskiy
2009-10-21 4:46 ` Akinobu Mita
2009-10-21 6:52 ` Artem Bityutskiy
2009-10-20 12:58 ` [PATCH 1/2] mtd: Add __nand_calculate_ecc() to NAND ECC functions vimal singh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091019061550.GA23854@localhost.localdomain \
--to=akinobu.mita@gmail.com \
--cc=Artem.Bityutskiy@nokia.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.