diff options
| author | Fabrice Gasnier <[email protected]> | 2019-03-21 17:47:24 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2019-04-04 20:20:35 +0100 |
| commit | caf9c1e59809347690584178ed17b76334acbf39 (patch) | |
| tree | 42aa957fef897a9d9f2f6c82c13c175d97c95413 /tools/perf/scripts/python | |
| parent | 6f2c4a59d9fce60df5d87d0042ff17803462669d (diff) | |
iio: adc: stm32-dfsdm: move dma enable from start_conv() to start_dma()
Move DMA enable (e.g. set RDMAEN bit) away from start_conv() that is used
for both buffer and single conversions. Thus, single conv rely on
interrupt, not dma.
Note: take care to prepare all DMA stuff and set RDMAEN before starting
filter (can be set only when DFEN=0).
This is precursor patch to ease support of triggered buffer mode.
Signed-off-by: Fabrice Gasnier <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions