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

2022-10-26 Thread Balamanikandan.Gunasundar
On 25/10/22 4:36 pm, Michael Nazzareno Trimarchi wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi > > On Tue, Oct 25, 2022 at 12:52 PM Balamanikandan Gunasundar > wrote: >> >> This implementation is ported from the rework done by Boris

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

2022-10-25 Thread Balamanikandan.Gunasundar
On 25/10/22 4:36 pm, Michael Nazzareno Trimarchi wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi > > On Tue, Oct 25, 2022 at 12:52 PM Balamanikandan Gunasundar > wrote: >> >> This implementation is ported from the rework done by Boris

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

2022-10-25 Thread Michael Nazzareno Trimarchi
Hi On Tue, Oct 25, 2022 at 12:52 PM Balamanikandan Gunasundar wrote: > > This implementation is ported from the rework done by Boris Brezillon > in Linux. This porting is done based on linux-5.4-at91. The driver is > tested in sam9x60ek, sama5d3_xplained, sam9x75eb and sama7g54-ddr3-eb. > > Chang