Re: [u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads

2022-10-17 Thread Roger Quadros
Hi Michael, On 17/10/2022 09:39, Michael Nazzareno Trimarchi wrote: > Hi Roger > > On Sat, Oct 15, 2022 at 3:29 PM Roger Quadros wrote: >> >> Hi Michael, >> >> On 15/10/2022 10:24, Michael Nazzareno Trimarchi wrote: >>> Hi >>> >>> On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote:

Re: [u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads

2022-10-17 Thread Michael Nazzareno Trimarchi
Hi Roger On Sat, Oct 15, 2022 at 3:29 PM Roger Quadros wrote: > > Hi Michael, > > On 15/10/2022 10:24, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: > >> > >> Rename omap_nand_read() to omap_nand_read_buf() to reflect > >> actual

Re: [u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads

2022-10-15 Thread Roger Quadros
Hi Michael, On 15/10/2022 10:24, Michael Nazzareno Trimarchi wrote: > Hi > > On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: >> >> Rename omap_nand_read() to omap_nand_read_buf() to reflect >> actual behaviour. >> >> Use FIFO read address instead of raw read address for reads. >> >> The

Re: [u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads

2022-10-15 Thread Michael Nazzareno Trimarchi
Hi On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: > > Rename omap_nand_read() to omap_nand_read_buf() to reflect > actual behaviour. > > Use FIFO read address instead of raw read address for reads. > > The GPMC automatically converts 32-bit/16-bit reads to NAND > device specific reads

[u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads

2022-10-11 Thread Roger Quadros
Rename omap_nand_read() to omap_nand_read_buf() to reflect actual behaviour. Use FIFO read address instead of raw read address for reads. The GPMC automatically converts 32-bit/16-bit reads to NAND device specific reads (8/16 bit). Use the largest possible read granularity size for more