ARM: SAMSUNG: Make dma request compatible to generic dma bindings.
authorPadmavathi Venna <padma.v@samsung.com>
Fri, 18 Jan 2013 11:47:02 +0000 (17:17 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 29 Jan 2013 06:28:51 +0000 (14:28 +0800)
commite7ba5f1d0f6292e1b99c63cc4bb74c70232e9065
tree344c79ff4f94d56b537e066fd0c1b4defa6fdd0a
parent40476f61897933d524b7069a6df65629a469d922
ARM: SAMSUNG: Make dma request compatible to generic dma bindings.

This patch make the dma dev request operation compatible for both
DT and non-DT cases. It takes the all the arguments required for
dma_request_slave_channel and dma_request_channel. If the driver
is initiated via DT or non-DT the corresponding call will be made.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/plat-samsung/dma-ops.c
arch/arm/plat-samsung/include/plat/dma-ops.h
arch/arm/plat-samsung/s3c-dma-ops.c
This page took 0.043309 seconds and 5 git commands to generate.