diff options
author | Miquel Raynal <[email protected]> | 2024-10-09 14:50:00 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2024-10-21 11:55:35 +0200 |
commit | fee9b240916df82a8b07aef0fdfe96785417a164 (patch) | |
tree | b716d327bbcf242fa4aea342897014ed2d9d0260 /tools/perf/scripts/python/gecko.py | |
parent | c1247de51cab53fc357a73804c11fb4fba55b2d9 (diff) |
mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information
These four chips:
* W25N512GW
* W25N01GW
* W25N01JW
* W25N02JW
all require a single bit of ECC strength and thus feature an on-die
Hamming-like ECC engine. There is no point in filling a ->get_status()
callback for them because the main ECC status bytes are located in
standard places, and retrieving the number of bitflips in case of
corrected chunk is both useless and unsupported (if there are bitflips,
then there is 1 at most, so no need to query the chip for that).
Without this change, a kernel warning triggers every time a bit flips.
Fixes: 6a804fb72de5 ("mtd: spinand: winbond: add support for serial NAND flash")
Cc: [email protected]
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions