Re: [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased

2010-03-29 Thread Tom
Vipin KUMAR wrote: > On 3/29/2010 3:21 AM, Tom wrote: >> Vipin KUMAR wrote: >>> SMI driver fails because of low timeout values. Increasing the erase >>> and write >>> timeouts to 3 seconds >> This is a huge timeout change. >> 2ms to 3000ms. >> If something goes wrong, it will seem like the board is

Re: [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased

2010-03-28 Thread Vipin KUMAR
On 3/29/2010 3:21 AM, Tom wrote: > Vipin KUMAR wrote: >> SMI driver fails because of low timeout values. Increasing the erase >> and write >> timeouts to 3 seconds > > This is a huge timeout change. > 2ms to 3000ms. > If something goes wrong, it will seem like the board is hung. > Is this ok? >

Re: [U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased

2010-03-28 Thread Tom
Vipin KUMAR wrote: > SMI driver fails because of low timeout values. Increasing the erase and write > timeouts to 3 seconds This is a huge timeout change. 2ms to 3000ms. If something goes wrong, it will seem like the board is hung. Is this ok? > > Signed-off-by: Vipin Kumar > --- > drivers/mtd

[U-Boot] [PATCH 1/4] SPEAr : SMI erase and write timeouts increased

2010-03-23 Thread Vipin KUMAR
SMI driver fails because of low timeout values. Increasing the erase and write timeouts to 3 seconds Signed-off-by: Vipin Kumar --- drivers/mtd/spr_smi.c|8 include/asm-arm/arch-spear/spr_smi.h |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --g