Re: [U-Boot] [PATCH] xilinx_spi: Move timeout calculation out of the loop

2014-02-04 Thread Jagan Teki
On Wed, Jan 22, 2014 at 2:18 PM, Michal Simek wrote: > Timeout calculation should be out of the data loop. > This patch increase spi bandwidth for 30%. > > Signed-off-by: Michal Simek > --- > > drivers/spi/xilinx_spi.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --gi

Re: [U-Boot] [PATCH] xilinx_spi: Move timeout calculation out of the loop

2014-02-04 Thread Michal Simek
On 01/22/2014 09:48 AM, Michal Simek wrote: > Timeout calculation should be out of the data loop. > This patch increase spi bandwidth for 30%. > > Signed-off-by: Michal Simek > --- > > drivers/spi/xilinx_spi.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) Jagan: Can you pleas

[U-Boot] [PATCH] xilinx_spi: Move timeout calculation out of the loop

2014-01-22 Thread Michal Simek
Timeout calculation should be out of the data loop. This patch increase spi bandwidth for 30%. Signed-off-by: Michal Simek --- drivers/spi/xilinx_spi.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c index 5ac0184..