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

2015-01-29 Thread Aaron Sierra
- Original Message - > From: "Brian Norris" > Sent: Wednesday, January 28, 2015 7:20:42 PM > > On Wed, Jan 28, 2015 at 06:37:36PM -0600, Aaron Sierra wrote: > > - Original Message - > > > From: "Brian Norris" > > > > I was thinking about this a bit more, and it seems like we cou

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

2015-01-28 Thread Aaron Sierra
- Original Message - > From: "Brian Norris" > Sent: Friday, January 23, 2015 2:30:26 AM > > On Wed, Jan 14, 2015 at 05:41:49PM -0600, Aaron Sierra wrote: > > From: Jordan Friendshuh > > > > Support the generic nand-ecc-mode, nand-ecc-strength, and > > nand-ecc-step-size device-tree prop

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

2015-01-28 Thread Brian Norris
On Wed, Jan 28, 2015 at 06:37:36PM -0600, Aaron Sierra wrote: > - Original Message - > > From: "Brian Norris" > > I was thinking about this a bit more, and it seems like we could really > > just factor this all into the core nand_base code with something like > > the following patch. It c

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

2015-01-23 Thread Brian Norris
On Wed, Jan 14, 2015 at 05:41:49PM -0600, Aaron Sierra wrote: > From: Jordan Friendshuh > > Support the generic nand-ecc-mode, nand-ecc-strength, and > nand-ecc-step-size device-tree properties with the Freescale UPM NAND > driver. > > This patch preserves the default software ECC mode while add

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

2015-01-22 Thread Brian Norris
Hi Jordan, On Wed, Jan 14, 2015 at 05:41:49PM -0600, Aaron Sierra wrote: > From: Jordan Friendshuh > > Support the generic nand-ecc-mode, nand-ecc-strength, and > nand-ecc-step-size device-tree properties with the Freescale UPM NAND > driver. > > This patch preserves the default software ECC mo

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

2015-01-14 Thread Aaron Sierra
From: Jordan Friendshuh Support the generic nand-ecc-mode, nand-ecc-strength, and nand-ecc-step-size 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: Jord