Re: [patch] EDMA TC selection updates

2009-01-20 Thread Troy Kisky
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

Re: [patch] EDMA TC selection updates

2009-01-20 Thread David Brownell
On Tuesday 20 January 2009, Troy Kisky wrote: 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. I decided to keep it the way it was ... simpler for me, plus this way it

[patch] EDMA TC selection updates

2009-01-19 Thread David Brownell
From: David Brownell dbrown...@users.sourceforge.net Minor tweaks: - Bugfix handling of EVENTQ_DEFAULT ... recognize it, and implement as EVENTQ_1 instead of reserved/illegal value - Use the defined enum type internally - Have MMC use TC1, as appropriate for longer, nonreal-time

Re: [patch] EDMA TC selection updates

2009-01-19 Thread Kevin Hilman
David Brownell davi...@pacbell.net writes: From: David Brownell dbrown...@users.sourceforge.net Minor tweaks: - Bugfix handling of EVENTQ_DEFAULT ... recognize it, and implement as EVENTQ_1 instead of reserved/illegal value - Use the defined enum type internally - Have MMC use