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)
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>

No differences found