commit | e7ba5f1d0f6292e1b99c63cc4bb74c70232e9065 | [log] [tgz] |
---|---|---|
author | Padmavathi Venna <padma.v@samsung.com> | Fri Jan 18 17:17:02 2013 +0530 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jan 29 14:28:51 2013 +0800 |
tree | 344c79ff4f94d56b537e066fd0c1b4defa6fdd0a | |
parent | 40476f61897933d524b7069a6df65629a469d922 [diff] |
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>