[PATCH 00/16] staging: comedi: comedi_test: enhancements

From: Ian Abbott
Date: Tue Oct 27 2015 - 13:00:00 EST


The "comedi_test" module is a driver for a dummy COMEDI device. It has
an analog input subdevice and an analog output subdevice. The analog
input subdevice supports COMEDI asynchronous acquisition commands using
waveform generators to generate the input data for each channel. A
kernel timer is used to driver the acquisition.

This series of patches cleans up the driver, enhances the existing
asynchronous command support on the analog input subdevice, and adds
asynchronous command support on the analog output subdevice.

01) staging: comedi: comedi_test: reformat multi-line comments
02) staging: comedi: comedi_test: saturate fake waveform values
03) staging: comedi: comedi_test: remove nano_per_micro
04) staging: comedi: comedi_test: limit maximum convert_arg
05) staging: comedi: comedi_test: support scan_begin_src == TRIG_FOLLOW
06) staging: comedi: comedi_test: move modulo operations for waveform
07) staging: comedi: comedi_test: use unsigned int for waveform timing
08) staging: comedi: comedi_test: simplify time since last AI scan
09) staging: comedi: comedi_test: rename members for AI commands
10) staging: comedi: comedi_test: rename waveform members
11) staging: comedi: comedi_test: make timer rate similar to scan rate
12) staging: comedi: comedi_test: use unsigned short for loopback values
13) staging: comedi: comedi_test: allow read-back of AO channels
14) staging: comedi: comedi_test: handle partial scans in timer routine
15) staging: comedi: comedi_test: rename waveform_ai_interrupt()
16) staging: comedi: comedi_test: implement commands on AO subdevice

drivers/staging/comedi/drivers/comedi_test.c | 565 ++++++++++++++++++++-------
1 file changed, 416 insertions(+), 149 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/