dmaengine: ack to flags: make use of the unused bits in the 'ack' field
authorDan Williams <dan.j.williams@intel.com>
Fri, 18 Apr 2008 03:17:26 +0000 (20:17 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 17 Apr 2008 20:25:54 +0000 (13:25 -0700)
commit636bdeaa1243327501edfd2a597ed7443eb4239a
tree59b894f124e3664ea4a537d7c07c527abdb9c8da
parentc4fe15541d0ef5cc8cc1ce43057663851f8fc387
dmaengine: ack to flags: make use of the unused bits in the 'ack' field

'ack' is currently a simple integer that flags whether or not a client is done
touching fields in the given descriptor.  It is effectively just a single bit
of information.  Converting this to a flags parameter allows the other bits to
be put to use to control completion actions, like dma-unmap, and capture
results, like xor-zero-sum == 0.

Changes are one of:
1/ convert all open-coded ->ack manipulations to use async_tx_ack
   and async_tx_test_ack.
2/ set the ack bit at prep time where possible
3/ make drivers store the flags at prep time
4/ add flags to the device_prep_dma_interrupt prototype

Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
crypto/async_tx/async_memcpy.c
crypto/async_tx/async_tx.c
crypto/async_tx/async_xor.c
drivers/dma/dmaengine.c
drivers/dma/fsldma.c
drivers/dma/ioat_dma.c
drivers/dma/iop-adma.c
include/linux/dmaengine.h