Re: [PATCH V2 1/2] spi: img-spfi: Increase DMA burst size

2014-12-24 Thread Mark Brown
On Mon, Dec 22, 2014 at 11:35:15AM -0800, Andrew Bresticker wrote: > A 1-byte burst size is rather inefficient and has been shown to cause > TX issues during testing. Increase the DMA burst size to 4-bytes for > both RX and TX DMA when using the 8-bit FIFO. Applied both, thanks. signature.asc D

[PATCH V2 1/2] spi: img-spfi: Increase DMA burst size

2014-12-22 Thread Andrew Bresticker
A 1-byte burst size is rather inefficient and has been shown to cause TX issues during testing. Increase the DMA burst size to 4-bytes for both RX and TX DMA when using the 8-bit FIFO. Signed-off-by: Andrew Bresticker --- drivers/spi/spi-img-spfi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d