Re: [PATCH v3 0/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB
From: Miquel Raynal
Date: Fri Sep 04 2026 - 14:19:34 EST
On Tue, 01 Sep 2026 09:39:05 +0200, Mehmet Fide wrote:
> From: Mehmet Fide <mehmet.fide@xxxxxxxxxxxxxxxxxx>
>
> The driver only implements the 64-byte OOB format the controller
> transfers, so chips with a larger OOB (the Colibri VF61's MX30LF4G28AC
> has 112 bytes) stopped working when nanddev_init() began restoring
> mtd->oobsize after ->attach_chip(): the parity moved and every
> ECC-protected read failed, including the BBT and everything UBI needs.
>
> [...]
Applied to mtd/fixes, thanks!
[1/2] mtd: rawnand: vf610_nfc: fix reads on chips with more than 64 bytes of OOB
commit: 1400e88023f4551032df6a3397a376dcdf67f3d4
[2/2] mtd: rawnand: vf610_nfc: fix false bitflips on reads of erased pages
commit: 8d40b1261e2c967173b88c2f5d1c97cfeed1a2e5
Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).
Kind regards,
Miquèl