Re: [PATCH] dfu: dfu_sf: Read the SPI flash in 16 MiB chunks

2021-10-26 Thread Tom Rini
On Tue, Sep 14, 2021 at 05:26:51AM +0200, Marek Vasut wrote: > Not all SPI flashes and controllers can do continuous transfer longer > than 16 MiB, so perform the DFU read in 16 MiB chunks. > > Signed-off-by: Marek Vasut > Cc: Lukasz Majewski > Reviewed-by: Lukasz Majewski Applied to u-boot/m

Re: [PATCH] dfu: dfu_sf: Read the SPI flash in 16 MiB chunks

2021-10-24 Thread Lukasz Majewski
Hi Marek, > On 9/14/21 11:31 AM, Lukasz Majewski wrote: > > On Tue, 14 Sep 2021 05:26:51 +0200 > > Marek Vasut wrote: > > > >> Not all SPI flashes and controllers can do continuous transfer > >> longer than 16 MiB, so perform the DFU read in 16 MiB chunks. > >> > >> Signed-off-by: Marek Vasut

Re: [PATCH] dfu: dfu_sf: Read the SPI flash in 16 MiB chunks

2021-10-22 Thread Marek Vasut
On 9/14/21 11:31 AM, Lukasz Majewski wrote: On Tue, 14 Sep 2021 05:26:51 +0200 Marek Vasut wrote: Not all SPI flashes and controllers can do continuous transfer longer than 16 MiB, so perform the DFU read in 16 MiB chunks. Signed-off-by: Marek Vasut Cc: Lukasz Majewski --- drivers/dfu/dfu

Re: [PATCH] dfu: dfu_sf: Read the SPI flash in 16 MiB chunks

2021-09-14 Thread Lukasz Majewski
On Tue, 14 Sep 2021 05:26:51 +0200 Marek Vasut wrote: > Not all SPI flashes and controllers can do continuous transfer longer > than 16 MiB, so perform the DFU read in 16 MiB chunks. > > Signed-off-by: Marek Vasut > Cc: Lukasz Majewski > --- > drivers/dfu/dfu_sf.c | 14 -- > 1 fil

[PATCH] dfu: dfu_sf: Read the SPI flash in 16 MiB chunks

2021-09-13 Thread Marek Vasut
Not all SPI flashes and controllers can do continuous transfer longer than 16 MiB, so perform the DFU read in 16 MiB chunks. Signed-off-by: Marek Vasut Cc: Lukasz Majewski --- drivers/dfu/dfu_sf.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/dfu/df