Re: [PATCH v3 3/3] mtd: spi-nor: spansion: Set ECC block size

2020-12-08 Thread Vignesh Raghavendra
On 12/1/20 3:57 PM, Pratyush Yadav wrote: > The S28 flash family uses 2-bit ECC by default with each ECC block being > 16 bytes. Under this scheme multi-pass programming to an ECC block is > not allowed. Set the writesize to make sure multi-pass programming is > not attempted on the flash. > >

[PATCH v3 3/3] mtd: spi-nor: spansion: Set ECC block size

2020-12-01 Thread Pratyush Yadav
The S28 flash family uses 2-bit ECC by default with each ECC block being 16 bytes. Under this scheme multi-pass programming to an ECC block is not allowed. Set the writesize to make sure multi-pass programming is not attempted on the flash. Signed-off-by: Pratyush Yadav Reviewed-by: Tudor Ambarus