Re: [PATCH] ARM: ux500: Remove DMA address look-up table

2013-05-03 Thread Lee Jones
On Fri, 03 May 2013, Linus Walleij wrote: > On Thu, May 2, 2013 at 10:51 AM, Lee Jones wrote: > > > DMA addresses are now passed as part of the dmaengine API by invoking > > dmaengine_slave_config(). So there's no requirement for the DMA40 > > driver to look them up in a table provided by platfo

Re: [PATCH] ARM: ux500: Remove DMA address look-up table

2013-05-03 Thread Linus Walleij
On Thu, May 2, 2013 at 10:51 AM, Lee Jones wrote: > DMA addresses are now passed as part of the dmaengine API by invoking > dmaengine_slave_config(). So there's no requirement for the DMA40 > driver to look them up in a table provided by platform data. This > method does not fit in well using Dev

[PATCH] ARM: ux500: Remove DMA address look-up table

2013-05-02 Thread Lee Jones
DMA addresses are now passed as part of the dmaengine API by invoking dmaengine_slave_config(). So there's no requirement for the DMA40 driver to look them up in a table provided by platform data. This method does not fit in well using Device Tree either. Signed-off-by: Lee Jones --- arch/arm/ma