Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303252

Re: [PATCH v4 2/5] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Brian Norris <computersforpeace@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 2/5] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Date Thu, 07 Jan 2016 04:00:02 +0100
Message-ID <qO8XT-1Eh-3@gated-at.bofh.it> (permalink)
References <qLuLg-2lq-15@gated-at.bofh.it> <qLuLg-2lq-13@gated-at.bofh.it>
X-Original-To Boris Brezillon <boris.brezillon@free-electrons.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Ani/gE70GR9E0cD+ZZ3DRxvU11x5z5NxZR2U07WIh3w=; b=Y8mDE9YvCmg2D8tIbIo1XnLOK9Q0vFCLIG5NDRZ/1WHNpGUdxJSOHh3oTBPrITrlgB ttfsgmRFOWqjdgnCDRVLsFDzRouzwfwmPvTFFm+F0N+cMfglmCF/zsEZRjKsXhYZ0CZQ H/6kc3e7DYeUxLP+8pOTdKYP6ooXicVx2l+T3lbUSvAMC8476obKAaDJaJeUq19Sxac2 44xWyJo2rNM5SjpgYiZuFjL6l8qC/2ZiBzUQPmm9hQc+lAMHD9DNFfmX5ECDwEtAEP51 KZkc/HKrJhtrp/mXAhZcvr+uskpL4OYjpNJeixlyc+IQjYlrO/F4kAgjloTv4MVpvk0j zZTQ==
X-Received by 10.66.118.135 with SMTP id km7mr148433732pab.159.1452135056706; Wed, 06 Jan 2016 18:50:56 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.21 (2010-09-15)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 15
Organization linux.* mail to news gateway
X-Original-Cc David Woodhouse <dwmw2@infradead.org>, linux-mtd@lists.infradead.org, "Franklin S Cooper Jr." <fcooper@ti.com>, Maxim Levitsky <maximlevitsky@gmail.com>, Nicolas Ferre <nicolas.ferre@atmel.com>, Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>, Alexandre Belloni <alexandre.belloni@free-electrons.com>, linux-kernel@vger.kernel.org
X-Original-Date Wed, 6 Jan 2016 18:50:54 -0800
X-Original-Message-ID <20160107025054.GA109450@google.com>
X-Original-References <1451503927-10831-1-git-send-email-boris.brezillon@free-electrons.com> <1451503927-10831-3-git-send-email-boris.brezillon@free-electrons.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1303252

Show key headers only | View raw


On Wed, Dec 30, 2015 at 08:32:04PM +0100, Boris Brezillon wrote:
> The default NAND read functions are relying on the underlying controller
> driver to correct bitflips, but some of those controllers cannot properly
> fix bitflips in erased pages.
> Check for bitflips in erased pages in default core functions if the driver
> delegated the this check by setting the NAND_ECC_GENERIC_ERASED_CHECK flag.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Pushed to l2-mtd.git
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v4 2/5] mtd: nand: use nand_check_erased_ecc_chunk in  default ECC read functions Brian Norris <computersforpeace@gmail.com> - 2016-01-07 04:00 +0100

csiph-web