aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das1800.c (follow)
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
2016-04-28staging: comedi: das1800: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2016-04-28staging: comedi: das1800: allow setting the external trigger polarityH Hartley Sweeten1-1/+15
2016-04-28staging: comedi: das1800: clarify the analog input cmd triggersH Hartley Sweeten1-11/+25
2016-04-28staging: comedi: das1800: fix comments about the 'ao' board rangeH Hartley Sweeten1-10/+6
2016-04-28staging: comedi: das1800: fix lines over 80 charactersH Hartley Sweeten1-5/+4
2016-04-28staging: comedi: das1800: fix comments in das1800_ai_handler()H Hartley Sweeten1-7/+5
2016-04-28staging: comedi: das1800: fix comments in das1800_ai_cmd()H Hartley Sweeten1-7/+10
2016-04-28staging: comedi: das1800: remove the function commentsH Hartley Sweeten1-4/+0
2016-04-28staging: comedi: das1800: clarify step 4 of the ai (*do_cmdtest)H Hartley Sweeten1-40/+61
2016-04-28staging: comedi: das1800: remove the private data member commentsH Hartley Sweeten1-4/+2
2016-04-28staging: comedi: das1800: move comment about max conversion speedsH Hartley Sweeten1-4/+3
2016-04-28staging: comedi: das1800: change type of private data 'fifo_buf'H Hartley Sweeten1-2/+4
2016-04-28staging: comedi: das1800: cleanup copyright and comedi comment blocksH Hartley Sweeten1-92/+58
2016-04-28staging: comedi: das1800: document the spinlockH Hartley Sweeten1-4/+14
2016-04-28staging: comedi: das1800: absorb control_a_bits()H Hartley Sweeten1-24/+7
2016-04-28staging: comedi: das1800: use comedi_timeout()H Hartley Sweeten1-13/+21
2016-04-28staging: comedi: das1800: refactor program_chanlist()H Hartley Sweeten1-34/+34
2016-04-28staging: comedi: das1800: absorb control_c_bits()H Hartley Sweeten1-39/+19
2016-04-28staging: comedi: das1800: introduce das1800_ai_chanspec_bits()H Hartley Sweeten1-25/+22
2016-04-28staging: comedi: das1800: add analog output readbackH Hartley Sweeten1-8/+9
2016-04-28staging: comedi: das1800: change type of 'ai_speed' boardinfoH Hartley Sweeten1-1/+1
2016-04-28staging: comedi: das1800: remove 'qram_len' boardinfoH Hartley Sweeten1-21/+15
2016-04-28staging: comedi: das1800: refactor 'range_ai' boardinfoH Hartley Sweeten1-39/+28
2016-04-28staging: comedi: das1800: remove 'ao_ability' boardinfoH Hartley Sweeten1-22/+9
2016-04-28staging: comedi: das1800: remove 'ao_n_chan' boardinfoH Hartley Sweeten1-20/+1
2016-04-28staging: comedi: das1800: tidy up das1800_ao_insn_write()H Hartley Sweeten1-20/+26
2016-04-28staging: comedi: das1800: initialize all analog outputsH Hartley Sweeten1-8/+7
2016-04-28staging: comedi: das1800: remove 'do_n_chan' boardinfoH Hartley Sweeten1-20/+1
2016-04-28staging: comedi: das1800: remove 'resolution' boardinfoH Hartley Sweeten1-21/+5
2016-04-28staging: comedi: das1800: use comedi_offset_munge() for analog outputH Hartley Sweeten1-2/+1
2016-04-28staging: comedi: das1800: remove 'common' boardinfo memberH Hartley Sweeten1-20/+1
2016-04-28staging: comedi: das1800: tidy up das1800_probe()H Hartley Sweeten1-76/+131
2016-04-28staging: comedi: das1800: tidy up boardinfoH Hartley Sweeten1-197/+180
2016-04-28staging: comedi: das1800: tidy up analog input subdevice initH Hartley Sweeten1-29/+28
2016-04-28staging: comedi: das1800: tidy up analog output subdevice initH Hartley Sweeten1-12/+12
2016-04-28staging: comedi: das1800: tidy up digital input subdevice initH Hartley Sweeten1-11/+11
2016-04-28staging: comedi: das1800: tidy up digital output subdevice initH Hartley Sweeten1-11/+11
2016-04-28staging: comedi: das1800: fix das-1801st-da boardinfoH Hartley Sweeten1-1/+1
2016-04-28staging: comedi: das1800: fix analog input sample mungingH Hartley Sweeten1-48/+36
2016-04-28staging: comedi: das1800: fix possible NULL dereferenceH Hartley Sweeten1-9/+13
2015-07-31staging: comedi: das1800: add missing break in switchH Hartley Sweeten1-0/+1
2015-06-18staging: comedi: das1800: rename 'thisboard' variablesH Hartley Sweeten1-25/+25
2015-06-18staging: comedi: das1800: cleanup das1800_probe()H Hartley Sweeten1-21/+23
2015-04-03staging: comedi: das1800: remove #include "comedi_fc.h"Ian Abbott1-24/+27
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: Remove if condition.Navya Sri Nizamkari1-3/+1
2015-03-01staging: comedi: das1800: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-52/+29
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-1/+1