Re: [PATCH 1/2] ARM: OMAP1: DMA: Provide dma_slave_map to omap-dma

2016-02-22 Thread Tony Lindgren
* Peter Ujfalusi [160221 23:19]: > On 2016-02-19 23:44, Aaro Koskinen wrote: > > On Tue, Feb 02, 2016 at 04:27:06PM +0200, Peter Ujfalusi wrote: > >> OMAP1 can not boot in DT mode and to be able to clean up the driver > >> regarding to the dmaengine API use (switching to the new API) the > >> devi

Re: [PATCH 1/2] ARM: OMAP1: DMA: Provide dma_slave_map to omap-dma

2016-02-21 Thread Peter Ujfalusi
On 2016-02-19 23:44, Aaro Koskinen wrote: > On Tue, Feb 02, 2016 at 04:27:06PM +0200, Peter Ujfalusi wrote: >> OMAP1 can not boot in DT mode and to be able to clean up the driver >> regarding to the dmaengine API use (switching to the new API) the >> device/slave -> filter mapping needs to be provi

Re: [PATCH 1/2] ARM: OMAP1: DMA: Provide dma_slave_map to omap-dma

2016-02-19 Thread Aaro Koskinen
On Tue, Feb 02, 2016 at 04:27:06PM +0200, Peter Ujfalusi wrote: > OMAP1 can not boot in DT mode and to be able to clean up the driver > regarding to the dmaengine API use (switching to the new API) the > device/slave -> filter mapping needs to be provided to the omap-dma driver. > > Signed-off-by:

Re: [PATCH 1/2] ARM: OMAP1: DMA: Provide dma_slave_map to omap-dma

2016-02-19 Thread Tony Lindgren
* Peter Ujfalusi [160202 06:28]: > OMAP1 can not boot in DT mode and to be able to clean up the driver > regarding to the dmaengine API use (switching to the new API) the > device/slave -> filter mapping needs to be provided to the omap-dma driver. Aaro, care to ack this one? Regards, Tony > S

[PATCH 1/2] ARM: OMAP1: DMA: Provide dma_slave_map to omap-dma

2016-02-02 Thread Peter Ujfalusi
OMAP1 can not boot in DT mode and to be able to clean up the driver regarding to the dmaengine API use (switching to the new API) the device/slave -> filter mapping needs to be provided to the omap-dma driver. Signed-off-by: Peter Ujfalusi --- arch/arm/mach-omap1/dma.c | 45 +