Re: [PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-20 Thread Chris Packham
On 20/06/18 20:02, Boris Brezillon wrote: > On Wed, 20 Jun 2018 17:05:44 +1200 > Chris Packham wrote: > >> Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits >> per 512 bytes. Add support for this combination. >> >> Signed-off-by: Chris Packham >> --- >> Changes in v2: >> - New >>

Re: [PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-20 Thread Chris Packham
On 20/06/18 20:02, Boris Brezillon wrote: > On Wed, 20 Jun 2018 17:05:44 +1200 > Chris Packham wrote: > >> Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits >> per 512 bytes. Add support for this combination. >> >> Signed-off-by: Chris Packham >> --- >> Changes in v2: >> - New >>

Re: [PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-20 Thread Boris Brezillon
On Wed, 20 Jun 2018 17:05:44 +1200 Chris Packham wrote: > Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits > per 512 bytes. Add support for this combination. > > Signed-off-by: Chris Packham > --- > Changes in v2: > - New > Changes in v3: > - Handle reporting of corrected

Re: [PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-20 Thread Boris Brezillon
On Wed, 20 Jun 2018 17:05:44 +1200 Chris Packham wrote: > Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits > per 512 bytes. Add support for this combination. > > Signed-off-by: Chris Packham > --- > Changes in v2: > - New > Changes in v3: > - Handle reporting of corrected

[PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-19 Thread Chris Packham
Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits per 512 bytes. Add support for this combination. Signed-off-by: Chris Packham --- Changes in v2: - New Changes in v3: - Handle reporting of corrected errors that don't require a rewrite, expand comment for the ECC status bits.

[PATCH v3 4/4] mtd: rawnand: micron: support 8/512 on-die ECC

2018-06-19 Thread Chris Packham
Micron MT29F1G08ABAFAWP-ITE:F supports an on-die ECC with 8 bits per 512 bytes. Add support for this combination. Signed-off-by: Chris Packham --- Changes in v2: - New Changes in v3: - Handle reporting of corrected errors that don't require a rewrite, expand comment for the ECC status bits.