summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/comedi_test.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook1-8/+10
2017-03-06Staging: comedi: drivers: comedi_test: Avoid multiple line dereferenceCheah Kok Cheong1-4/+4
2017-02-16Staging: comedi: drivers: comedi_test: Add auto-configuration capabilityCheah Kok Cheong1-12/+123
2016-08-21staging: comedi: comedi_test: fix timer race conditionsIan Abbott1-34/+12
2015-10-29staging: comedi: comedi_test: implement commands on AO subdeviceIan Abbott1-3/+209
2015-10-29staging: comedi: comedi_test: rename waveform_ai_interrupt()Ian Abbott1-3/+2
2015-10-29staging: comedi: comedi_test: handle partial scans in timer routineIan Abbott1-31/+54
2015-10-29staging: comedi: comedi_test: allow read-back of AO channelsIan Abbott1-0/+1
2015-10-29staging: comedi: comedi_test: use unsigned short for loopback valuesIan Abbott1-1/+1
2015-10-29staging: comedi: comedi_test: make timer rate similar to scan rateIan Abbott1-4/+9
2015-10-29staging: comedi: comedi_test: rename waveform membersIan Abbott1-20/+20
2015-10-29staging: comedi: comedi_test: rename members for AI commandsIan Abbott1-19/+19
2015-10-29staging: comedi: comedi_test: simplify time since last AI scanIan Abbott1-17/+10
2015-10-29staging: comedi: comedi_test: use unsigned int for waveform timingIan Abbott1-7/+7
2015-10-29staging: comedi: comedi_test: move modulo operations for waveformIan Abbott1-8/+10
2015-10-29staging: comedi: comedi_test: support scan_begin_src == TRIG_FOLLOWIan Abbott1-20/+44
2015-10-29staging: comedi: comedi_test: limit maximum convert_argIan Abbott1-21/+21
2015-10-29staging: comedi: comedi_test: remove nano_per_microIan Abbott1-10/+7
2015-10-29staging: comedi: comedi_test: saturate fake waveform valuesIan Abbott1-6/+23
2015-10-29staging: comedi: comedi_test: reformat multi-line commentsIan Abbott1-47/+47
2015-04-03staging: comedi: comedi_test: remove #include "comedi_fc.h"Ian Abbott1-21/+25
2015-02-26staging: comedi: drivers: replace init_timer by setup_timerAya Mahfouz1-3/+2
2014-11-07staging: comedi: comedi_test: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-15/+2
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten1-1/+1
2014-10-29staging: comedi: comedi_test: fix timer lock-upIan Abbott1-2/+19
2014-10-29staging: comedi: comedi_test: use comedi_buf_write_samples()H Hartley Sweeten1-1/+1
2014-10-27Staging: comedi: replace timeval with ktime_tSomya Anand1-8/+8
2014-10-20staging: comedi: comedi_test: use comedi_handle_events()H Hartley Sweeten1-3/+4
2014-09-08staging: comedi: comedi_test: use CMDF_PRIORITYIan Abbott1-1/+1
2014-08-16staging: comedi: fixing coding style problemsNiklas Svensson1-4/+4
2014-07-17staging: comedi: comedi_test: remove use of comedi_error()H Hartley Sweeten1-2/+2
2014-07-16staging: comedi: comedi_test: checkpatch.pl cleanup (break is not useful)H Hartley Sweeten1-2/+0
2014-05-28staging: comedi: comedi_test: use comedi_fc helpers to validate timer argsH Hartley Sweeten1-13/+9
2014-05-23Staging: comedi: fixed warnings reported by checkpatch tool on comedi_test.c ...Raghavendra Ganiga1-0/+2
2014-04-22staging: comedi: comedi_test: ao subdevice does not support async commandsH Hartley Sweeten1-4/+0
2014-03-17staging: comedi: drivers should not clear the async->eventsH Hartley Sweeten1-1/+0
2014-02-14staging: comedi: comedi_test: trigger sources are validated in (*do_cmdtest)H Hartley Sweeten1-5/+1
2013-12-17staging: comedi: comedi_test: tidy up comedi_lrange tablesH Hartley Sweeten1-5/+4
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-6/+1
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2013-01-07staging: comedi: comedi_test: whitespace fixesIan Abbott1-4/+4
2013-01-07staging: comedi: comedi_test: tidy up waveform_ai_interrupt()Ian Abbott1-13/+7
2013-01-07staging: comedi: comedi_test: make samples unsignedIan Abbott1-9/+12
2013-01-07staging: comedi: comedi_test: change end-of-acquisition testIan Abbott1-10/+14
2013-01-07staging: comedi: comedi_test: remove unnecessary del_timer() callIan Abbott1-2/+0
2013-01-07staging: comedi: comedi_test: fix race when cancelling commandIan Abbott1-1/+1