[PATCH v2] gpmi-nand: Handle ECC Errors in erased pages

Han Xu han.xu at nxp.com
Tue Apr 26 08:14:09 PDT 2016



________________________________________
From: Stefan Christ <s.christ at phytec.de>
Sent: Tuesday, April 26, 2016 1:51 AM
To: Markus Pargmann
Cc: Han Xu; David Woodhouse; Boris BREZILLON; Fabio Estevam; linux-mtd at lists.infradead.org; kernel at pengutronix.de; Huang Shijie; Brian Norris; linux-arm-kernel at lists.infradead.org
Subject: Re: [PATCH v2] gpmi-nand: Handle ECC Errors in erased pages

Hi,

On Mon, Apr 25, 2016 at 02:35:12PM +0200, Markus Pargmann wrote:
> ECC is only calculated for written pages. As erased pages are not
> actively written the ECC is always invalid. For this purpose the
> Hardware BCH unit is able to check for erased pages and does not raise
> an ECC error in this case. This behaviour can be influenced using the
> BCH_MODE register which sets the number of allowed bitflips in an erased
> page. Unfortunately the unit is not capable of fixing the bitflips in
> memory.
>
> To avoid complete software checks for erased pages, we can simply check
> buffers with uncorrectable ECC errors because we know that any erased
> page with errors is uncorrectable by the BCH unit.
>
> This patch adds the generic nand_check_erased_ecc_chunk() to gpmi-nand
> to correct erased pages. To have the valid data in the buffer before
> using them, this patch moves the read_page_swap_end() call before the
> ECC status checking for-loop.
>
> Signed-off-by: Markus Pargmann <mpa at pengutronix.de>
> [Squashed patches by Stefan and Boris to check ECC area]
> Cc: Stefan Christ <s.christ at phytec.de>
> Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
>
> Signed-off-by: Markus Pargmann <mpa at pengutronix.de>

Tested-by: Stefan Christ <s.christ at phytec.de>

I verified the fix again on our board.

Also tested on my side.

Acked-by: Han xu <han.xu at nxp.com>

Mit freundlichen Grüßen / Kind regards,
        Stefan Christ



More information about the linux-arm-kernel mailing list