Message ID | 20220104083631.40776-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | External ECC engines & Macronix support | expand |
On Tue, 4 Jan 2022 09:36:18 +0100 Miquel Raynal <miquel.raynal@bootlin.com> wrote: > Miquel Raynal (13): > spi: spi-mem: Introduce a capability structure > spi: spi-mem: Check the controller extra capabilities > spi: cadence-quadspi: Provide a capability structure > spi: mxic: Provide a capability structure > spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper > spi: spi-mem: Add an ecc parameter to the spi_mem_op structure > mtd: spinand: Delay a little bit the dirmap creation > mtd: spinand: Create direct mapping descriptors for ECC operations > spi: mxic: Fix the transmit path > spi: mxic: Create a helper to configure the controller before an > operation > spi: mxic: Create a helper to ease the start of an operation > spi: mxic: Add support for direct mapping > spi: mxic: Add support for pipelined ECC operations All core changes (patches 1 to 8) are Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Hello, miquel.raynal@bootlin.com wrote on Tue, 4 Jan 2022 09:36:18 +0100: > Hello all, > > I've applied the beginning of the series (bindings + ECC part) in a > branch named spi-mem-ecc on the MTD korg repository. After discussing a > bit more some details, I decided not to rush and did not apply the > second halve of the series for v5.17. Here is now the second halve again > in a hopefully better shape. I am expecting a few acks on this one and > I'll then rebase spi-mem-ecc on top of v5.18-rc1, apply these patches > and share them with the spi tree. Series applied in its own branch, I will share it next week with the spi tree. Thanks, Miquèl