Re: [PATCH v2 3/3] mtd: rawnand: sunxi: Precompute the ECC_CTL register value

From: Miquel Raynal
Date: Mon Feb 06 2023 - 06:55:23 EST


On Sat, 2023-02-04 at 14:35:20 UTC, Samuel Holland wrote:
> The value computed by this function never changes for a given chip.
> Compute the whole register value once up front, instead of every time
> the ECC engine is enabled.
>
> Signed-off-by: Samuel Holland <samuel@xxxxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel