Re: [PATCH 29/30] spi: s3c64xx: move to generic dmaengine API

2013-04-18 Thread Mark Brown
On Wed, Apr 17, 2013 at 10:05:35PM +0200, Arnd Bergmann wrote: > On Thursday 11 April 2013, Arnd Bergmann wrote: > > + use_dma = 0; > > + if (sdd->rx_dma.ch && sdd->tx_dma.ch && > > + (xfer->len > ((FIFO_LVL_MASK(sdd) >> 1) + 1))) > >

Re: [PATCH 29/30] spi: s3c64xx: move to generic dmaengine API

2013-04-17 Thread Arnd Bergmann
On Thursday 11 April 2013, Arnd Bergmann wrote: > @@ -713,9 +836,9 @@ static int s3c64xx_spi_transfer_one_message(struct > spi_master *master, > } > > /* Polling method for xfers not bigger than FIFO capacity */ > - if (xfer->len <= ((FIFO_LVL_MASK(s

Re: [PATCH 29/30] spi: s3c64xx: move to generic dmaengine API

2013-04-11 Thread Mark Brown
On Thu, Apr 11, 2013 at 02:05:11AM +0200, Arnd Bergmann wrote: > The spi-s3c64xx uses a Samsung proprietary interface for > talking to the DMA engine, which does not work with > multiplatform kernels. This doesn't apply against my spi-next, can you please check and resend? signature.asc Descript