Re: [PATCH 03/15] spi: qup: Add completion timeout for dma mode

2017-06-17 Thread kbuild test robot
Hi Varadarajan, [auto build test ERROR on spi/for-next] [also build test ERROR on v4.12-rc5 next-20170616] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Varadarajan-Narayanan/spi-qup-Fixes-and-

[PATCH 03/15] spi: qup: Add completion timeout for dma mode

2017-06-16 Thread Varadarajan Narayanan
Use different 'completion' structures to track the completion of DMA Tx/Rx and PIO. Signed-off-by: Andy Gross Signed-off-by: Varadarajan Narayanan --- drivers/spi/spi-qup.c | 41 - 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/drivers/sp