commit | 7dedc002c0ec676590bf78ae8d76f2ffd51564f6 | [log] [tgz] |
---|---|---|
author | Nenghua Cao <nhcao@marvell.com> | Mon Jan 20 20:39:01 2014 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 06 14:49:54 2014 +0530 |
tree | 728cd0881737a0e7032a7e585803190af4c68253 | |
parent | f0b507774449ec35fbfd7173e5fc7dd4df71a81c [diff] |
dma: mmp_tdma: move to generic device tree binding This patch makes the mmp_tdma controller able to provide DMA resources in DT environments by providing an dma xlate function to get the generic DMA device tree helper support. Then DMA clients only need to call dma_request_slave_channel() for requesting a DMA channel from dmaengine. Signed-off-by: Nenghua Cao <nhcao@marvell.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>