[PATCH v3] mtd: rawnand: mxc: Move the ECC engine initialization to the right place
Fabio Estevam
festevam at gmail.com
Sun Oct 18 15:42:26 EDT 2020
Hi Miquel,
On Fri, Oct 16, 2020 at 6:36 PM Fabio Estevam <festevam at gmail.com> wrote:
>
> No ECC initialization should happen during the host controller probe.
>
> In fact, we need the probe function to call nand_scan() in order to:
>
> - identify the device, its capabilities and constraints (nand_scan_ident())
> - configure the ECC engine accordingly (->attach_chip())
> - scan its content and prepare the core (nand_scan_tail())
>
> Moving these lines to mxcnd_attach_chip() fixes a regression caused by
> a previous commit supposed to clarify these steps.
>
> When moving the ECC initialization from probe() to attach(), get rid
> of the pdata usage to determine the engine type and let the core decide
> instead.
>
> Tested on a imx27-pdk board.
>
> Reported-by: Fabio Estevam <festevam at gmail.com>
> Co-developed-by: Miquel Raynal <miquel.raynal at bootlin.com>
> Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
Would you like me to resend it with the tag below?
Fixes: d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input
parsing bits")
This commit is in Linus' tree now.
Thanks
More information about the linux-mtd
mailing list