Re: [PATCH] mtd: spinand: macronix: Fix ECC Status Read

2021-10-08 Thread Jagan Teki
On Sun, Sep 5, 2021 at 8:12 PM wrote: > > From: Haolin Li > > According to datasheet, the upper four bits are reserved or used for > reflecting the ECC status of the accumulated pages. The error bits > number for the worst segment of the current page is encoded on lower > four bits. Fix it by mas

[PATCH] mtd: spinand: macronix: Fix ECC Status Read

2021-09-05 Thread li . haolin
From: Haolin Li According to datasheet, the upper four bits are reserved or used for reflecting the ECC status of the accumulated pages. The error bits number for the worst segment of the current page is encoded on lower four bits. Fix it by masking the upper bits. This same issue has been alrea