Re: [U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more

2017-08-07 Thread York Sun
On 06/13/2017 10:49 PM, Alexander Stein wrote: > On Tuesday 13 June 2017 20:36:35, York Sun wrote: >> On 06/01/2017 04:26 AM, Alexander Stein wrote: >>> Pet the watchdog once upon each command call (qspi_xfer) and during >>> each loop iteration in several commands. >>> >>> This fixes a watchdog res

Re: [U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more

2017-06-14 Thread Alexander Stein
On Tuesday 13 June 2017 20:36:35, York Sun wrote: > On 06/01/2017 04:26 AM, Alexander Stein wrote: > > Pet the watchdog once upon each command call (qspi_xfer) and during > > each loop iteration in several commands. > > > > This fixes a watchdog reset especially during erase command. > > Funny yo

Re: [U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more

2017-06-13 Thread York Sun
On 06/01/2017 04:26 AM, Alexander Stein wrote: > Pet the watchdog once upon each command call (qspi_xfer) and during > each loop iteration in several commands. > > This fixes a watchdog reset especially during erase command. > Funny you keep petting the watchdog for this driver. I am curious wha

[U-Boot] [PATCH 1/1] spi: fsl_qspi: Pet watchdog even more

2017-06-01 Thread Alexander Stein
Pet the watchdog once upon each command call (qspi_xfer) and during each loop iteration in several commands. This fixes a watchdog reset especially during erase command. Signed-off-by: Alexander Stein --- drivers/spi/fsl_qspi.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers