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: > Ch

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

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 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 >> Signed-off-by: Han Xu >> Reviewed-by:

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 > Signed-off-by: Han Xu > Reviewed-by: Marek Vasut > --- > > Changes v2: > Add Marek's reviewed by. > > drivers/

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 wrote: > Check maximum ecc strength for each platfrom to avoid the calculated ecc > exceed the limitation. > > Signed-off-by: Peng Fan > Signed-off-by: Han Xu > Reviewed-by: Marek Vasut > --- > > Changes v2: > Add Marek's reviewed by. > > drivers/mtd/

[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 Signed-off-by: Han Xu Reviewed-by: Marek Vasut --- Changes v2: Add Marek's reviewed by. drivers/mtd/nand/mxs_nand.c | 9 - 1 file changed, 8 insertions(+), 1 delet