Re: [PATCH 2/2] mtd: fsl_upm: Support NAND ECC DTS properties

2014-11-05 Thread Brian Norris
On Wed, Aug 27, 2014 at 12:45:43PM -0500, Aaron Sierra wrote: > diff --git a/drivers/mtd/nand/fsl_upm.c b/drivers/mtd/nand/fsl_upm.c > index 4d203e8..1fea897 100644 > --- a/drivers/mtd/nand/fsl_upm.c > +++ b/drivers/mtd/nand/fsl_upm.c > @@ -160,6 +160,12 @@ static int fun_chip_init(struct fsl_upm_n

[PATCH 2/2] mtd: fsl_upm: Support NAND ECC DTS properties

2014-08-27 Thread Aaron Sierra
From: Jordan Friendshuh Support the generic nand-ecc-mode and nand-ecc-strength device-tree properties with the Freescale UPM NAND driver. This patch preserves the default software ECC mode while adding the ability to use BCH ECC for larger NAND devices. Signed-off-by: Jordan Friendshuh Signed