dma: Add support to program MIC x100 status descriptiors
authorSiva Yerramreddy <yshivakrishna@gmail.com>
Wed, 30 Sep 2015 01:09:37 +0000 (18:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:46:06 +0000 (12:46 +0100)
commitff39988abd70bcd1b14a4c81f2d102e67b8db580
treea51169c4006d757558c9415103d93440d0e8cd8f
parent353649e5da909070146ca729acd38726bf2059c5
dma: Add support to program MIC x100 status descriptiors

The MIC X100 DMA engine has a special status descriptor which writes
an 8 byte value to a destination location.  This is used to signal
completion of all DMA descriptors prior to the status descriptor.
This patch add a new DMA engine API which enables updating a
destination address with an 8 byte immediate data value.

Reviewed-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Lawrynowicz, Jacek <jacek.lawrynowicz@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Siva Yerramreddy <yshivakrishna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/mic_x100_dma.c
include/linux/dmaengine.h
This page took 0.025466 seconds and 5 git commands to generate.