Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-08-26 Thread Stefano Babic
On 26/08/2015 03:30, Peng Fan wrote: On Tue, Aug 25, 2015 at 09:14:58PM -0500, Scott Wood wrote: On Wed, 2015-08-26 at 08:33 +0800, Peng Fan wrote: Hi Scott, On Tue, Aug 25, 2015 at 04:05:56PM -0500, Scott Wood wrote: On Tue, 2015-07-21 at 16:15 +0800, Peng Fan wrote: Check maximum ecc

Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-08-25 Thread Peng Fan
On Tue, Aug 25, 2015 at 09:14:58PM -0500, Scott Wood wrote: On Wed, 2015-08-26 at 08:33 +0800, Peng Fan wrote: Hi Scott, On Tue, Aug 25, 2015 at 04:05:56PM -0500, Scott Wood wrote: On Tue, 2015-07-21 at 16:15 +0800, Peng Fan wrote: Check maximum ecc strength for each platfrom to avoid the

Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-08-25 Thread Scott Wood
On Wed, 2015-08-26 at 08:33 +0800, Peng Fan wrote: Hi Scott, On Tue, Aug 25, 2015 at 04:05:56PM -0500, Scott Wood wrote: On Tue, 2015-07-21 at 16:15 +0800, Peng Fan wrote: Check maximum ecc strength for each platfrom to avoid the calculated ecc exceed the limitation.

Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-08-25 Thread Scott Wood
On Tue, 2015-07-21 at 16:15 +0800, Peng Fan wrote: Check maximum ecc strength for each platfrom to avoid the calculated ecc exceed the limitation. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Han Xu b45...@freescale.com Reviewed-by: Marek Vasut ma...@denx.de --- Changes

Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-08-25 Thread Peng Fan
Hi Scott, On Tue, Aug 25, 2015 at 04:05:56PM -0500, Scott Wood wrote: On Tue, 2015-07-21 at 16:15 +0800, Peng Fan wrote: Check maximum ecc strength for each platfrom to avoid the calculated ecc exceed the limitation. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Han Xu

Re: [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-07-31 Thread Tim Harvey
On Tue, Jul 21, 2015 at 1:15 AM, Peng Fan peng@freescale.com wrote: Check maximum ecc strength for each platfrom to avoid the calculated ecc exceed the limitation. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Han Xu b45...@freescale.com Reviewed-by: Marek Vasut

[U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

2015-07-21 Thread Peng Fan
Check maximum ecc strength for each platfrom to avoid the calculated ecc exceed the limitation. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Han Xu b45...@freescale.com Reviewed-by: Marek Vasut ma...@denx.de --- Changes v2: Add Marek's reviewed by. drivers/mtd/nand/mxs_nand.c