Message ID | 20220117161755.1863579-1-dario.binacchi@amarulasolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix and improve gpmi nand on mx28 | expand |
On Mon, Jan 17, 2022 at 05:17:51PM +0100, Dario Binacchi wrote: > Starting from [1], the series fixes the timings setting of the gpmi > controller for the mx28 architecture, also adding support for fast > edo mode timings. The whole series has been heavily tested with the > mtd kernel test modules, and with repeated write cycles on nand. > > [1] https://lore.kernel.org/r/20210702065350.209646-5-ebiggers@kernel.org > > Changes in v3: > - Remove the "mtd: rawnand: gpmi: use a table to get EDO mode setup" patch. > - Simplify the validation logic (suggested by Sascha Hauer <sha@pengutronix.de>). Thanks Dario. I gave it a test on a custom i.MX28 board and it works as expected. For the series: Tested-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Sascha