From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from co202.xi-lite.net ([149.6.83.202]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TXz7b-00005W-EJ for linux-mtd@lists.infradead.org; Mon, 12 Nov 2012 18:52:35 +0000 Date: Mon, 12 Nov 2012 19:52:31 +0100 From: Ivan Djelic To: Gerlando Falauto Subject: Re: state of support for "external ECC hardware" Message-ID: <20121112185231.GA6843@parrot.com> References: <20121029204227.GA32300@harvey-pc.matrox.com> <509B9143.4020506@keymile.com> <20121108152125.GR2389@harvey-pc.matrox.com> <509BDE9B.3080909@keymile.com> <50A12FBD.8020801@keymile.com> <20121112173515.GA3041@parrot.com> <50A13461.7070304@keymile.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <50A13461.7070304@keymile.com> Cc: "Bigler, Stefan" , Christopher Harvey , "Brunck, Holger" , Ricard Wanderlof , "linux-mtd@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 12, 2012 at 05:39:45PM +0000, Gerlando Falauto wrote: > Hi Ivan, > > wonderful, thanks a lot! > If you also happen to have an opionion to using it for chips only > needing 1-bit correction, I'd love to hear that... I would recommend using the strongest ECC your hardware can provide without hurting performance too much. This is what I do on my hardware (e.g. 8-bit correction on current 4-bit devices). I find it has 2 advantages: - increased reliability - seamless transition to newer devices with stronger ecc requirements The latter is important, because changing ECC strength can be painful: it means changing the OOB layout, impacting bootloader and kernel, thus breaking compatibility, etc. HTH, -- Ivan