On Thu, 2021-12-16 at 11:16:42 UTC, Miquel Raynal wrote: > Introduce the support for another possible configuration: the ECC > engine may work as DMA master (pipelined) and move itself the data > to/from the NAND chip into the buffer, applying the necessary > corrections/computations on the fly. > > This driver offers an ECC engine implementation that must be > instatiated from a SPI controller driver. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-mem-ecc. Miquel