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