From: Kuninori Morimoto Date: Tue, 24 Feb 2015 00:54:16 +0000 (+0000) Subject: dmaengine: export symbol of of_dma_request_slave_channel() X-Git-Tag: omap-for-v4.2/o2_dc~120^2~1^2~6^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aed11244360c24c854a263eac0293acef2abd03;p=pandora-kernel.git dmaengine: export symbol of of_dma_request_slave_channel() Current DMAEngine implementation of DT bindings can't support DT subnode. This patch export symbols of of_dma_request_slave_channel() for subnode DMA DT bingings. ex) rcar_sound: rcar_sound@ec500000 { ... rcar_sound,dvc { dvc0: dvc@0 { dmas = <&audma0 0xbc>; dma-names = "tx"; }; dvc1: dvc@1 { dmas = <&audma0 0xbe>; dma-names = "tx"; }; }; ... }; Signed-off-by: Kuninori Morimoto Acked-by: Vinod Koul Signed-off-by: Mark Brown --- Reading git-diff-tree failed