Message ID | 20211126113924.310459-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | External ECC engines & Macronix support | expand |
On Fri, Nov 26, 2021 at 12:39:04PM +0100, Miquel Raynal wrote: > As a first example, Macronix ECC engine can be used as an > external engine (takes the data, proceeds to the calculations, writes > back the ECC bytes) or as a pipelined engine doing on-the-fly > calculations (which is very common in the raw NAND world). The SPI bits of this look fine (most of the smarts are in the MTD code!), what's the plan for getting this merged?
Hi Mark, broonie@kernel.org wrote on Fri, 26 Nov 2021 13:37:18 +0000: > On Fri, Nov 26, 2021 at 12:39:04PM +0100, Miquel Raynal wrote: > > > As a first example, Macronix ECC engine can be used as an > > external engine (takes the data, proceeds to the calculations, writes > > back the ECC bytes) or as a pipelined engine doing on-the-fly > > calculations (which is very common in the raw NAND world). > > The SPI bits of this look fine (most of the smarts are in the MTD > code!), what's the plan for getting this merged? Great! Thanks for the feedback. If you acknowledge the SPI bits I believe I can carry the entire series through the MTD tree. If you fear conflicts and need an immutable tag I can also do that. Thanks, Miquèl
On Fri, Nov 26, 2021 at 03:10:59PM +0100, Miquel Raynal wrote: > If you acknowledge the SPI bits I believe I can carry the entire series > through the MTD tree. If you fear conflicts and need an immutable tag I > can also do that. It'd be good to have the tag just in case, there's generally a lot of work in this area. Reviewed-by: Mark Brown <broonie@kernel.org>
Hi Mark, broonie@kernel.org wrote on Fri, 26 Nov 2021 14:13:34 +0000: > On Fri, Nov 26, 2021 at 03:10:59PM +0100, Miquel Raynal wrote: > > > If you acknowledge the SPI bits I believe I can carry the entire series > > through the MTD tree. If you fear conflicts and need an immutable tag I > > can also do that. > > It'd be good to have the tag just in case, there's generally a lot of > work in this area. Sure. > Reviewed-by: Mark Brown <broonie@kernel.org> I'll need to send a v3, shall I add this tag to all the spi and spi binding changes? Thanks, Miquèl