[PATCH v8 1/6] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes

Tony Lindgren tony at atomide.com
Fri Oct 11 11:33:45 PDT 2013


* Felipe Balbi <balbi at ti.com> [131011 09:04]:
> On Fri, Oct 11, 2013 at 07:06:38PM +0530, Pekon Gupta wrote:
> > OMAP NAND driver currently supports multiple flavours of 1-bit Hamming
> > ecc-scheme, like:
> > - OMAP_ECC_HAMMING_CODE_DEFAULT
> > 	1-bit hamming ecc code using software library
> > - OMAP_ECC_HAMMING_CODE_HW
> > 	1-bit hamming ecc-code using GPMC h/w engine
> > - OMAP_ECC_HAMMING_CODE_HW_ROMCODE
> > 	1-bit hamming ecc-code using GPMC h/w engin with ecc-layout compatible
> > 	to ROM code.
> > 
> > This patch combines above multiple ecc-schemes into single implementation:
> > - OMAP_ECC_HAM1_CODE_HW
> > 	1-bit hamming ecc-code using GPMC h/w engine with ROM-code compatible
> > 	ecc-layout.
> > 
> > Signed-off-by: Pekon Gupta <pekon at ti.com>
> 
> Reviewed-by: Felipe Balbi <balbi at ti.com>

This one looks safe to queue via the MTD tree for the arch/arm/*omap* parts:

Acked-by: Tony Lindgren <tony at atomide.com>



More information about the linux-mtd mailing list