commit | 6e3ecaf0ad49de0bed829d409a164e7107c02993 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Sep 30 13:56:33 2010 +0000 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Oct 05 15:49:26 2010 -0700 |
tree | 23a351cba3198f1f41cdc09eca376409070ef504 | |
parent | 782bc950d84e404422ba21008fd51ee894c8d231 [diff] |
dmaengine: add wrapper functions for device control functions Add wrapper functions around the dma_device->device_control function to bring back type safety. Also, add a wrapper function around dma_async_tx_descriptor->tx_submit. This is named dmaengine_submit instead of dmaengine_tx_submit to get rid of the confusing 'tx' in the function name Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>