DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved api
authorBarry Song <Baohua.Song@csr.com>
Tue, 6 Nov 2012 13:32:39 +0000 (21:32 +0800)
committerVinod Koul <vinod.koul@intel.com>
Tue, 8 Jan 2013 06:05:04 +0000 (22:05 -0800)
commit b14dab792dee(DMAEngine: Define interleaved transfer request api) adds
interleaved request api, this patch adds the dmaengine_prep_interleaved_dma
just like we have dmaengine_prep_ for other modes to avoid drivers call:
xxx_chan->device->device_prep_interleaved_dma().

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>

No differences found