Re: [PATCH 1/3] staging: comedi: mite: enable continuous regeneration of finite samples

2016-01-21 Thread Ian Abbott
On 12/01/16 08:17, Spencer E. Olson wrote: This change enables the mite DMA controller to only transfer the amount of data needed by a command. By default, the old behavior of transferring the entire comedi DMA data buffer is still in effect. These changes allow a command to only transmit a lim

[PATCH 1/3] staging: comedi: mite: enable continuous regeneration of finite samples

2016-01-12 Thread Spencer E. Olson
This change enables the mite DMA controller to only transfer the amount of data needed by a command. By default, the old behavior of transferring the entire comedi DMA data buffer is still in effect. These changes allow a command to only transmit a limited portion of that data buffer as needed.