From: Thomas Abraham Date: Mon, 24 Oct 2011 09:43:02 +0000 (+0200) Subject: DMA: PL330: move filter function into driver X-Git-Tag: v3.3-rc1~143^2~1^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2ec13a8185183cd7ff237dadc948a0f9f7398f;p=pandora-kernel.git DMA: PL330: move filter function into driver The dma channel selection filter function is moved from plat-samsung into the pl330 driver. In additon to that, a check is added in the filter function to ensure that the channel on which the filter has been invoked is pl330 channel instance (and avoid any incorrect access of chan->private in a system with multiple types of DMA drivers). Suggested-by: Russell King Signed-off-by: Thomas Abraham Acked-by: Jassi Brar Acked-by: Grant Likely Acked-by: Vinod Koul Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed