Re: [PATCH v2 5/5] arm: davinci: remove mmc dma resources

2016-03-15 Thread Sekhar Nori
On Tuesday 15 March 2016 04:24 AM, David Lechner wrote: > The davinci_mmc driver no longer uses platform resources for getting dma > channels. Instead lookup is now done using dma_slave_map. > > Signed-off-by: David Lechner I guess this will now be targeted for v4.7. I can apply the patch if I g

[PATCH v2 5/5] arm: davinci: remove mmc dma resources

2016-03-14 Thread David Lechner
The davinci_mmc driver no longer uses platform resources for getting dma channels. Instead lookup is now done using dma_slave_map. Signed-off-by: David Lechner --- v2 changes: This is a new patch in v2. arch/arm/mach-davinci/devices-da8xx.c | 20 arch/arm/mach-davinci/dev