Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-06-22 Thread Stefan Agner
On 22.06.2018 10:46, Stefano Babic wrote: > Hi Stefan, > > On 21/06/2018 18:39, Stefano Babic wrote: >> Hi Stefan, >> >> On 21/06/2018 17:22, Tom Rini wrote: >>> On Thu, Jun 21, 2018 at 01:46:10PM +0200, Stefan Agner wrote: >>> Tom, Stefano, Scott Wood seems not to be very active th

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-06-22 Thread Stefano Babic
Hi Stefan, On 21/06/2018 18:39, Stefano Babic wrote: > Hi Stefan, > > On 21/06/2018 17:22, Tom Rini wrote: >> On Thu, Jun 21, 2018 at 01:46:10PM +0200, Stefan Agner wrote: >> >>> Tom, Stefano, >>> >>> Scott Wood seems not to be very active this days in the U-Boot >>> community. >>> >>> This patch

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-06-21 Thread Stefano Babic
Hi Stefan, On 21/06/2018 17:22, Tom Rini wrote: > On Thu, Jun 21, 2018 at 01:46:10PM +0200, Stefan Agner wrote: > >> Tom, Stefano, >> >> Scott Wood seems not to be very active this days in the U-Boot >> community. >> >> This patchsets seem all to be blocked due to that: >> https://patchwork.ozlab

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-06-21 Thread Tom Rini
On Thu, Jun 21, 2018 at 01:46:10PM +0200, Stefan Agner wrote: > Tom, Stefano, > > Scott Wood seems not to be very active this days in the U-Boot > community. > > This patchsets seem all to be blocked due to that: > https://patchwork.ozlabs.org/cover/897263/ > https://patchwork.ozlabs.org/cover/9

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-06-21 Thread Stefan Agner
Tom, Stefano, Scott Wood seems not to be very active this days in the U-Boot community. This patchsets seem all to be blocked due to that: https://patchwork.ozlabs.org/cover/897263/ https://patchwork.ozlabs.org/cover/901995/ https://patchwork.ozlabs.org/patch/922907/ Those patches have been arou

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-05-30 Thread Stefan Agner
Hi Stefano, On 30.04.2018 10:08, Stefan Agner wrote: > On 27.04.2018 09:31, Stefano Babic wrote: >> Hi Stefan, >> >> On 11/04/2018 18:04, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> Add support for minimum ECC strength supported by the NAND chip. >>> This aligns with the behavior when usin

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-04-30 Thread Stefan Agner
On 27.04.2018 09:31, Stefano Babic wrote: > Hi Stefan, > > On 11/04/2018 18:04, Stefan Agner wrote: >> From: Stefan Agner >> >> Add support for minimum ECC strength supported by the NAND chip. >> This aligns with the behavior when using the fsl,use-minimum-ecc >> device tree property in Linux. >>

Re: [U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-04-27 Thread Stefano Babic
Hi Stefan, On 11/04/2018 18:04, Stefan Agner wrote: > From: Stefan Agner > > Add support for minimum ECC strength supported by the NAND chip. > This aligns with the behavior when using the fsl,use-minimum-ecc > device tree property in Linux. > > Signed-off-by: Stefan Agner > --- > > Changes i

[U-Boot] [PATCH v3 5/5] mtd: nand: mxs_nand: add minimal ECC support

2018-04-11 Thread Stefan Agner
From: Stefan Agner Add support for minimum ECC strength supported by the NAND chip. This aligns with the behavior when using the fsl,use-minimum-ecc device tree property in Linux. Signed-off-by: Stefan Agner --- Changes in v3: None Changes in v2: None drivers/mtd/nand/Kconfig| 8 +