Re: [PATCH 2/4] spi: qup: Correct selection of FIFO/Block mode

2014-05-19 Thread Ivan T. Ivanov
On Tue, 2014-05-13 at 16:34 -0500, Andy Gross wrote: This patch fixes the calculation for determining whether to use FIFO or BLOCK mode. snip @@ -368,7 +368,7 @@ static int spi_qup_io_config(struct spi_device *spi, struct spi_transfer *xfer) n_words = xfer-len / w_size;

Re: [PATCH 2/4] spi: qup: Correct selection of FIFO/Block mode

2014-05-14 Thread Mark Brown
On Tue, May 13, 2014 at 04:34:42PM -0500, Andy Gross wrote: This patch fixes the calculation for determining whether to use FIFO or BLOCK mode. Applied, thanks. signature.asc Description: Digital signature

[PATCH 2/4] spi: qup: Correct selection of FIFO/Block mode

2014-05-13 Thread Andy Gross
This patch fixes the calculation for determining whether to use FIFO or BLOCK mode. Signed-off-by: Andy Gross agr...@codeaurora.org --- drivers/spi/spi-qup.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c index