diff options
author | Kuninori Morimoto <[email protected]> | 2015-02-24 00:54:16 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2015-03-07 15:03:13 +0000 |
commit | 0aed11244360c24c854a263eac0293acef2abd03 (patch) | |
tree | 3d254f5cb401067951431b80fdc4ed9d0a4de089 /lib/test-string_helpers.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
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 <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions