From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tx2ehsobe004.messaging.microsoft.com ([65.55.88.14] helo=tx2outboundpool.messaging.microsoft.com) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VsksD-0006Py-Vu for linux-mtd@lists.infradead.org; Tue, 17 Dec 2013 02:59:06 +0000 Date: Tue, 17 Dec 2013 10:29:33 +0800 From: Huang Shijie To: Elie De Brauwer Subject: Re: [PATCH v2] mtd: gpmi: Deal with bitflips in erased regions regions Message-ID: <20131217022932.GB12575@shlinux2.ap.freescale.net> References: <1387133061-6573-1-git-send-email-eliedebrauwer@gmail.com> <1387133061-6573-2-git-send-email-eliedebrauwer@gmail.com> <20131216043040.GB27109@shlinux2.ap.freescale.net> <20131216130048.GA1155@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Cc: "linux-mtd@lists.infradead.org" , Brian Norris , Huang Shijie , David Woodhouse , Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Dec 16, 2013 at 02:14:03PM +0100, Elie De Brauwer wrote: > > Well the stress test is simply dd if=/dev/mtdX of=/dev/null bs=1M (or nanddump). For a new erased partition, my patch shows log like: ---------------------------------------------------------- [ 200.635358] [ gpmi_ecc_read_page ] stat : ff10 [ 200.636522] [ gpmi_ecc_read_page ] stat : ff10 [ 200.637675] [ gpmi_ecc_read_page ] stat : ff10 [ 200.638827] [ gpmi_ecc_read_page ] stat : ff10 [ 200.639980] [ gpmi_ecc_read_page ] stat : ff10 [ 200.641130] [ gpmi_ecc_read_page ] stat : ff10 [ 200.642285] [ gpmi_ecc_read_page ] stat : ff10 [ 200.734553] [ gpmi_ecc_read_page ] stat : ff10 [ 200.735726] [ gpmi_ecc_read_page ] stat : ff10 [ 200.736882] [ gpmi_ecc_read_page ] stat : ff10 [ 200.738037] [ gpmi_ecc_read_page ] stat : ff10 ................................................ ---------------------------------------------------------- thanks Huang Shijie