Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-10-07 Thread Jonas Jensen
Hi Mark, Thanks for the replies. Please have a look at v9. On 7 August 2013 17:13, Mark Rutland wrote: >> + >> + ret = devm_request_irq(dev, irq, moxart_dma_interrupt, 0, >> + "moxart-dma-engine", mdc); >> + if (ret) { >> + dev_err(dev,

Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-10-07 Thread Jonas Jensen
Hi Mark, Thanks for the replies. Please have a look at v9. On 7 August 2013 17:13, Mark Rutland mark.rutl...@arm.com wrote: + + ret = devm_request_irq(dev, irq, moxart_dma_interrupt, 0, + moxart-dma-engine, mdc); + if (ret) { +

Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-07 Thread Mark Rutland
On Tue, Aug 06, 2013 at 01:38:31PM +0100, Jonas Jensen wrote: > The MOXA ART SoC has a DMA controller capable of offloading expensive > memory operations, such as large copies. This patch adds support for > the controller including four channels. Two of these are used to > handle MMC copy on the

Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-07 Thread Mark Rutland
On Tue, Aug 06, 2013 at 01:38:31PM +0100, Jonas Jensen wrote: The MOXA ART SoC has a DMA controller capable of offloading expensive memory operations, such as large copies. This patch adds support for the controller including four channels. Two of these are used to handle MMC copy on the

Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-06 Thread Arnd Bergmann
On Tuesday 06 August 2013, Jonas Jensen wrote: > The MOXA ART SoC has a DMA controller capable of offloading expensive > memory operations, such as large copies. This patch adds support for > the controller including four channels. Two of these are used to > handle MMC copy on the UC-7112-LX

[PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-06 Thread Jonas Jensen
The MOXA ART SoC has a DMA controller capable of offloading expensive memory operations, such as large copies. This patch adds support for the controller including four channels. Two of these are used to handle MMC copy on the UC-7112-LX hardware. The remaining two can be used in a future audio

[PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-06 Thread Jonas Jensen
The MOXA ART SoC has a DMA controller capable of offloading expensive memory operations, such as large copies. This patch adds support for the controller including four channels. Two of these are used to handle MMC copy on the UC-7112-LX hardware. The remaining two can be used in a future audio

Re: [PATCH v8] dmaengine: Add MOXA ART DMA engine driver

2013-08-06 Thread Arnd Bergmann
On Tuesday 06 August 2013, Jonas Jensen wrote: The MOXA ART SoC has a DMA controller capable of offloading expensive memory operations, such as large copies. This patch adds support for the controller including four channels. Two of these are used to handle MMC copy on the UC-7112-LX hardware.