commit | ce6c8f347be3333fac2e547150b6a36405dcb439 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Feb 09 13:58:37 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Feb 12 19:24:25 2018 -0500 |
tree | f1dccab4bade3bf4b1a207519b09170e9ac7e041 | |
parent | 980c0cf4acb6956db320533f78425dcbf3ce2d7c [diff] |
dma: add system calls for dma_start/dma_stop As per current policy of requiring supervisor mode to register callbacks, dma_config() is omitted. A note added about checking the channel ID for start/stop, current implementations already do this but best make it explicitly documented. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>