Re: [PATCH v2 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-06-29 Thread Fabio Estevam
On Fri, Jun 27, 2025 at 2:36 PM Michael Nazzareno Trimarchi wrote: > > Hi Fabio > > Are you going to pick up my last series? This series is already in the u-boot/next branch.

Re: [PATCH v2 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-06-27 Thread Michael Nazzareno Trimarchi
Hi Fabio Are you going to pick up my last series? Michael On Mon, May 26, 2025 at 10:01 PM Michael Nazzareno Trimarchi wrote: > > Hi Fabio > > On Mon, May 26, 2025 at 9:58 PM Fabio Estevam wrote: > > > > Hi Michael, > > > > On Mon, May 26, 2025 at 4:48 PM Michael Trimarchi > > wrote: > > > >

Re: [PATCH v2 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-26 Thread Michael Nazzareno Trimarchi
Hi Fabio On Mon, May 26, 2025 at 9:58 PM Fabio Estevam wrote: > > Hi Michael, > > On Mon, May 26, 2025 at 4:48 PM Michael Trimarchi > wrote: > > > > The clock driver allows to boost the NAND performance > > controller. Make changes to let it use the new clock driver > > > > => time nand read ${l

Re: [PATCH v2 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-26 Thread Fabio Estevam
Hi Michael, On Mon, May 26, 2025 at 4:48 PM Michael Trimarchi wrote: > > The clock driver allows to boost the NAND performance > controller. Make changes to let it use the new clock driver > > => time nand read ${loadaddr} kernel > > NAND read: device 0 offset 0x50, size 0x80 > 8388608 b

[PATCH v2 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform

2025-05-26 Thread Michael Trimarchi
The clock driver allows to boost the NAND performance controller. Make changes to let it use the new clock driver => time nand read ${loadaddr} kernel NAND read: device 0 offset 0x50, size 0x80 8388608 bytes read: OK time: 0.488 seconds Signed-off-by: Michael Trimarchi --- Changes i