Re: [PATCH] mtd: rawnand: arasan: select CONFIG_BCH

From: Arnd Bergmann
Date: Wed May 27 2020 - 10:37:55 EST


On Wed, May 27, 2020 at 3:53 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
>
> Hi Arnd,
>
> Arnd Bergmann <arnd@xxxxxxxx> wrote on Wed, 27 May 2020 15:42:03 +0200:
>
> > Like several other nand flash drivers, this one requires the BCH
> > library to be selected from Kconfig.
>
> Actually most of the time these drivers do not depend on BCH directly.
> Here it is a bit particular: the hardware ECC engine logic being
> broken, I found a workaround by using BCH's library functions directly
> to verify the hardware correctness.
>
> Anyway, thank you very much for the fix but if I didn't make a mistake
> it should have been fixed yesterday night already, so it's probably not
> in linux-next yet.

I'm still on yesterday's linux-next, so I was probably just a little late.
Thanks for fixing it already.

Arnd