Re: [PATCH v3] spi: qup: Add DMA capabilities

2015-03-04 Thread Stanimir Varbanov
On 03/04/2015 10:38 AM, Ivan T. Ivanov wrote: > > Hi Stan, > > It looks good now, except it doesn't apply and two small issues below: > > >> + >> + /* set DMA parameters */ >> + rx_conf->direction = DMA_DEV_TO_MEM; >> + rx_conf->device_fc = 1; > > Strictly speeching this

Re: [PATCH v3] spi: qup: Add DMA capabilities

2015-03-04 Thread Ivan T. Ivanov
Hi Stan, It looks good now, except it doesn't apply and two small issues below: On Fri, 2015-02-27 at 18:58 +0200, Stanimir Varbanov wrote: > From: Andy Gross > > This patch adds DMA capabilities to the spi-qup driver. If DMA channels are > present, the QUP will use DMA instead of block mode

Re: [PATCH v3] spi: qup: Add DMA capabilities

2015-03-04 Thread Stanimir Varbanov
On 03/04/2015 10:38 AM, Ivan T. Ivanov wrote: Hi Stan, It looks good now, except it doesn't apply and two small issues below: snip + + /* set DMA parameters */ + rx_conf-direction = DMA_DEV_TO_MEM; + rx_conf-device_fc = 1; Strictly speeching this is a bool not

Re: [PATCH v3] spi: qup: Add DMA capabilities

2015-03-04 Thread Ivan T. Ivanov
Hi Stan, It looks good now, except it doesn't apply and two small issues below: On Fri, 2015-02-27 at 18:58 +0200, Stanimir Varbanov wrote: From: Andy Gross agr...@codeaurora.org This patch adds DMA capabilities to the spi-qup driver. If DMA channels are present, the QUP will use DMA

[PATCH v3] spi: qup: Add DMA capabilities

2015-02-27 Thread Stanimir Varbanov
From: Andy Gross This patch adds DMA capabilities to the spi-qup driver. If DMA channels are present, the QUP will use DMA instead of block mode for transfers to/from SPI peripherals for transactions larger than the length of a block. Signed-off-by: Andy Gross Signed-off-by: Stanimir Varbanov

[PATCH v3] spi: qup: Add DMA capabilities

2015-02-27 Thread Stanimir Varbanov
From: Andy Gross agr...@codeaurora.org This patch adds DMA capabilities to the spi-qup driver. If DMA channels are present, the QUP will use DMA instead of block mode for transfers to/from SPI peripherals for transactions larger than the length of a block. Signed-off-by: Andy Gross