dmaengine: Mark the struct dma_slave_config direction field deprecated
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 20 Aug 2014 17:20:53 +0000 (19:20 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 23 Sep 2014 14:49:10 +0000 (20:19 +0530)
The direction passed to the device_prep_slave_sg, device_prep_dma_cyclic
or device_prep_interleaved_dma (through struct dma_interleaved_template)
should be used instead.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/dmaengine.h

Simple merge