Re: [PATCH 0/9] Add DM support for atmel NAND driver

2022-07-26 Thread Michael Nazzareno Trimarchi
Hi On Wed, Jul 20, 2022 at 9:56 AM Michael Nazzareno Trimarchi wrote: > > Hi > > On Wed, Jul 20, 2022 at 9:40 AM wrote: > > > > On 7/19/22 13:46, Balamanikandan Gunasundar wrote: > > > This patch series adds support for NAND flash. The series adds DM > > > support and replaces the existing NAND

Re: [PATCH 0/9] Add DM support for atmel NAND driver

2022-07-20 Thread Michael Nazzareno Trimarchi
Hi On Wed, Jul 20, 2022 at 9:40 AM wrote: > > On 7/19/22 13:46, Balamanikandan Gunasundar wrote: > > This patch series adds support for NAND flash. The series adds DM > > support and replaces the existing NAND driver NAND_ATMEL. The drivers > > are ported from Linux based on the work done by Bori

Re: [PATCH 0/9] Add DM support for atmel NAND driver

2022-07-20 Thread Tudor.Ambarus
On 7/19/22 13:46, Balamanikandan Gunasundar wrote: > This patch series adds support for NAND flash. The series adds DM > support and replaces the existing NAND driver NAND_ATMEL. The drivers > are ported from Linux based on the work done by Boris brezillon If you're going to resubmit, it would be

[PATCH 0/9] Add DM support for atmel NAND driver

2022-07-19 Thread Balamanikandan Gunasundar
This patch series adds support for NAND flash. The series adds DM support and replaces the existing NAND driver NAND_ATMEL. The drivers are ported from Linux based on the work done by Boris brezillon Balamanikandan Gunasundar (9): nand: atmel: Add DM based NAND driver nand: atmel: Add pmecc dr