[PATCH next 2/2] spi: spi-qpic-snand: add support for 8 bits ECC strength

Miquel Raynal miquel.raynal at bootlin.com
Fri May 16 07:14:00 PDT 2025


>>> Interestingly enough, it reports the correct number of bit errors now.
>>> For me it seems, that the hardware reports the number of the corrected
>>> *bytes* instead of the corrected *bits*.
>> I doubt that, nobody counts bytes of errors.
>> You results are surprising. I initially though in favour of a software
>> bug, but then it looks even weirder than that. Alam?
> I have checked with HW team , the QPIC ECC HW engine reports the bit
> error byte wise not bit wise.
>
> e.g
>     Byte0 --> 2-bitflips --> QPIC ECC counts 1 only
>     Byte1 --> 3-bitflips --> QPIC ECC counts 1 only
>     Byte2 --> 1-bitflips --> QPIC ECC counts 1 only
>     Byte3 --> 4-bitflips --> QPIC ECC counts 1 only (in 8-bit ecc)
>     Byte4 --> 6-bitflips --> QPIC ECC counts 1 only (in 8-bit ecc)
>
> Hope this can clearify the things now.

o_O ????

How is that even useful? This basically means UBI will never refresh the
data because we will constantly underestimate the number of bitflips! We
need to know the actual number, this averaging does not make any sense
for Linux. Is there another way to get the raw number of bitflips?

Thanks,
Miquèl



More information about the linux-mtd mailing list