Re: [PATCH 1/9] nand: atmel: Add DM based NAND driver

2022-07-20 Thread Michael Nazzareno Trimarchi
Hi On Tue, Jul 19, 2022 at 12:46 PM Balamanikandan Gunasundar wrote: > > This implementation is ported from the rework done by Boris Brezillon > in Linux. The driver is tested in sam9x60ek, sama5d3_xplained, > sam9x75eb and sama7g54-ddr3-eb. > The reference implementation come from linux-?? , pl

[PATCH 1/9] nand: atmel: Add DM based NAND driver

2022-07-19 Thread Balamanikandan Gunasundar
This implementation is ported from the rework done by Boris Brezillon in Linux. The driver is tested in sam9x60ek, sama5d3_xplained, sam9x75eb and sama7g54-ddr3-eb. Signed-off-by: Balamanikandan Gunasundar --- drivers/mtd/nand/raw/Kconfig |8 + drivers/mtd/nand/raw/Makefile