BT (NAND_BBT_NO_OOB) which also allows ECC modes
> which uses up to 60 bytes on 64 byte OOB
> - Removed custom (downstream) BBT pattern since BBT table won't be
> compatible anyway (due to the change above)
For the sake of regression testing:
Tested-by: Albert ARIBAUD
> + /* first scan to find the device and get the page size */
> + if (nand_scan_ident(mtd, 1, NULL)) {
> + err = -ENXIO;
> + goto error;
> + }
> +
> + vf610_nfc_init_controller(nfc);
> +
> + /* Bad block options. */
> +
Hi Stefan,
Le Thu, 30 Jul 2015 19:00:38 +0200, Stefan Agner a
écrit :
> Hi Albert,
>
> On 2015-07-30 18:13, Albert ARIBAUD wrote:
> > Hi Stefan,
> >
> > Le Mon, 27 Jul 2015 18:42:41 +0200, Stefan Agner a
> > écrit :
> >
> >> This driver supp
ror;
> + }
Placing the call to vf610_nfc_init_controller() here, after the call
to nand_scan_ident() rather than before it, fixed the issue for me.
Cordialement,
Albert ARIBAUD
3ADEV
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a mes
4 matches
Mail list logo