From: Sandeep Paulraj Date: Mon, 27 Jul 2009 13:57:07 +0000 (-0400) Subject: DaVinci: EDMA: Updating default queue handling X-Git-Tag: v2.6.32-rc1~644^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f0202e2a19d43d733e07cb435a3064324c2ba7;p=pandora-kernel.git DaVinci: EDMA: Updating default queue handling EDMA queues in DM365 are a little different than those on other DaVinci's. On DM365 Q0 and Q1 have the larger FIFO size. We want Q0 and Q1 to be used by codecs and DVSDK demos. MMC driver is the only driver which uses the flag 'EVENTQ_DEFAULT'. So MMC driver should be using Q2 instead of Q1 on DM365. This patch allows us to declare a "default queue" from SOC specific code. If it is not declared then the EDMA driver assumes a default of queue 1. Signed-off-by: Sandeep Paulraj Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed