Re: [PATCH v3 06/10] spi/pxa2xx: add support for DMA engine

2013-02-08 Thread Mark Brown
On Tue, Jan 22, 2013 at 12:26:29PM +0200, Mika Westerberg wrote: > To be able to use DMA with this driver on non-PXA platforms we implement > support for the generic DMA engine API. This lets user to use different DMA > engines with little or no modification to the driver. Applied, thanks. signa

Re: [PATCH v3 06/10] spi/pxa2xx: add support for DMA engine

2013-02-04 Thread Linus Walleij
On Tue, Jan 22, 2013 at 11:26 AM, Mika Westerberg wrote: > To be able to use DMA with this driver on non-PXA platforms we implement > support for the generic DMA engine API. This lets user to use different DMA > engines with little or no modification to the driver. > > Request lines and channel n

[PATCH v3 06/10] spi/pxa2xx: add support for DMA engine

2013-01-22 Thread Mika Westerberg
To be able to use DMA with this driver on non-PXA platforms we implement support for the generic DMA engine API. This lets user to use different DMA engines with little or no modification to the driver. Request lines and channel numbers can be passed to the driver from the platform specific data.