Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-24 Thread Mark Brown
On Wed, Apr 03, 2013 at 01:59:19PM +0800, Wenyou Yang wrote: > From: Nicolas Ferre > > Add dmaengine support. > > Using "has_dma_support" member of struct is used to select > the transfer mode: dmaengine or pdc. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-24 Thread Richard Genoud
2013/4/23 Mark Brown : > On Wed, Apr 03, 2013 at 12:23:35PM +0200, Richard GENOUD wrote: > > Richard, delete irrelevant context from your mails - it makes it much > easier to find the content you added. > >> On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: > >> As I did some work on that one: >>

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-24 Thread Richard Genoud
2013/4/23 Mark Brown broo...@kernel.org: On Wed, Apr 03, 2013 at 12:23:35PM +0200, Richard GENOUD wrote: Richard, delete irrelevant context from your mails - it makes it much easier to find the content you added. On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: As I did some work on that

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-24 Thread Mark Brown
On Wed, Apr 03, 2013 at 01:59:19PM +0800, Wenyou Yang wrote: From: Nicolas Ferre nicolas.fe...@atmel.com Add dmaengine support. Using has_dma_support member of struct is used to select the transfer mode: dmaengine or pdc. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-23 Thread Mark Brown
On Wed, Apr 03, 2013 at 12:23:35PM +0200, Richard GENOUD wrote: Richard, delete irrelevant context from your mails - it makes it much easier to find the content you added. > On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: > As I did some work on that one: > Signed-off-by: Richard Genoud >

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-23 Thread Mark Brown
On Wed, Apr 03, 2013 at 12:23:35PM +0200, Richard GENOUD wrote: Richard, delete irrelevant context from your mails - it makes it much easier to find the content you added. On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: As I did some work on that one: Signed-off-by: Richard Genoud

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-03 Thread Richard GENOUD
On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: > From: Nicolas Ferre > > Add dmaengine support. > > Using "has_dma_support" member of struct is used to select > the transfer mode: dmaengine or pdc. > > For the dmaengine transfer mode, it supports both 8 bits and 16 bits transfer. > > For

[PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-03 Thread Wenyou Yang
From: Nicolas Ferre Add dmaengine support. Using "has_dma_support" member of struct is used to select the transfer mode: dmaengine or pdc. For the dmaengine transfer mode, it supports both 8 bits and 16 bits transfer. For the dmaengine transfer mode, if it fails to config dmaengine, or if the

[PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-03 Thread Wenyou Yang
From: Nicolas Ferre nicolas.fe...@atmel.com Add dmaengine support. Using has_dma_support member of struct is used to select the transfer mode: dmaengine or pdc. For the dmaengine transfer mode, it supports both 8 bits and 16 bits transfer. For the dmaengine transfer mode, if it fails to config

Re: [PATCH v8 3/8] spi/spi-atmel: add dmaengine support

2013-04-03 Thread Richard GENOUD
On [mer., 03.04.2013 13:59:19], Wenyou Yang wrote: From: Nicolas Ferre nicolas.fe...@atmel.com Add dmaengine support. Using has_dma_support member of struct is used to select the transfer mode: dmaengine or pdc. For the dmaengine transfer mode, it supports both 8 bits and 16 bits