Re: [PATCH] spi: img-spfi: Remove udelay in soft reset

2015-03-03 Thread Mark Brown
On Mon, Mar 02, 2015 at 04:01:58PM +, Sifan Naeem wrote: > Removing the udelay between setting and clearing the soft reset bit in > the spfi control register as it is not required. Applied, thanks. signature.asc Description: Digital signature

[PATCH] spi: img-spfi: Remove udelay in soft reset

2015-03-02 Thread Sifan Naeem
Removing the udelay between setting and clearing the soft reset bit in the spfi control register as it is not required. Signed-off-by: Sifan Naeem Reviewed-by: Andrew Bresticker --- drivers/spi/spi-img-spfi.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-img-spfi.c b/dri