From: Stephen Warren Date: Tue, 26 Nov 2013 19:40:51 +0000 (-0700) Subject: dma: add dma_get_any_slave_channel(), for use in of_xlate() X-Git-Tag: cleanup-for-linus~7^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8010dad55a0ab0;p=pandora-kernel.git dma: add dma_get_any_slave_channel(), for use in of_xlate() mmp_pdma.c implements a custom of_xlate() function that is 95% identical to what Tegra will need. Create a function to implement the common part, so everyone doesn't just cut/paste the implementation. Cc: Dan Williams Cc: Vinod Koul Cc: Lars-Peter Clausen Cc: dmaengine@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Stephen Warren Signed-off-by: Vinod Koul --- Reading git-diff-tree failed