David Brownell wrote:
>   * This allocates a DMA channel and its associated parameter RAM slot.
>   * The parameter RAM is initialized to hold a dummy transfer.
> --- a/drivers/mmc/host/davinci_mmc.c
> +++ b/drivers/mmc/host/davinci_mmc.c
> @@ -589,7 +589,8 @@ static int __init davinci_acquire_dma_ch
>       int r, i;
>  
>       /* Acquire master DMA write channel */
> -     r = edma_alloc_channel(host->txdma, mmc_davinci_dma_cb, host, EVENTQ_0);
> +     r = edma_alloc_channel(host->txdma, mmc_davinci_dma_cb, host,
> +                     EVENTQ_DEFAULT);

First, great job. And though I'm fine with the way it is, I thought
you were going to add another function to select the transfer controller
and change other options.


Troy


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to