Re: [PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-16 Thread Peter Ujfalusi
On 03/15/16 19:14, David Lechner wrote: > On 03/15/2016 03:54 AM, Peter Ujfalusi wrote: >> On 03/15/16 00:54, David Lechner wrote: >>> >>> host->dma_tx = >>> -dma_request_slave_channel_compat(mask, edma_filter_fn, >>> -&host->txdma, mmc_dev(host->mmc), "tx"); >>> +

Re: [PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-15 Thread David Lechner
On 03/15/2016 03:54 AM, Peter Ujfalusi wrote: On 03/15/16 00:54, David Lechner wrote: host->dma_tx = - dma_request_slave_channel_compat(mask, edma_filter_fn, - &host->txdma, mmc_dev(host->mmc), "tx"); + dma_request_slave_channel(

Re: [PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-15 Thread Peter Ujfalusi
On 03/15/16 10:54, Peter Ujfalusi wrote: > On 03/15/16 00:54, David Lechner wrote: >> The davinci arch now has dma_slave_map tables for dma resources, so it is >> no longer necessary to pass dma resources through the platform device. >> >> Signed-off-by: David Lechner >> --- >> >> v2 changes: Remo

Re: [PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-15 Thread Peter Ujfalusi
On 03/15/16 00:54, David Lechner wrote: > The davinci arch now has dma_slave_map tables for dma resources, so it is > no longer necessary to pass dma resources through the platform device. > > Signed-off-by: David Lechner > --- > > v2 changes: Remove platform_get_resource completly instead of ju

Re: [PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-15 Thread Sekhar Nori
+ Peter On Tuesday 15 March 2016 04:24 AM, David Lechner wrote: > The davinci arch now has dma_slave_map tables for dma resources, so it is > no longer necessary to pass dma resources through the platform device. > > Signed-off-by: David Lechner Looks good to me. Acked-by: Sekhar Nori Thanks

[PATCH v2 4/5] mmc: davinci: don't use dma platform resources

2016-03-14 Thread David Lechner
The davinci arch now has dma_slave_map tables for dma resources, so it is no longer necessary to pass dma resources through the platform device. Signed-off-by: David Lechner --- v2 changes: Remove platform_get_resource completly instead of just ignoring it. drivers/mmc/host/davinci_mmc.c | 19