summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2016-04-28staging: comedi: ni_mio_common: usleep_range is preferred over udelayH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: tidy up ni_gpct_write_register()H Hartley Sweeten1-11/+4
2016-04-28staging: comedi: ni_mio_common: tidy up AO scan beginH Hartley Sweeten1-24/+15
2016-04-28staging: comedi: ni_mio_common: tidy up AO trigger selectionH Hartley Sweeten2-34/+14
2016-04-28staging: comedi: ni_mio_common: convert NI_GPCT_SUBDEV to a macroH Hartley Sweeten1-13/+1
2016-04-28staging: comedi: ni_mio_common: fix logical continuationsH Hartley Sweeten1-9/+8
2016-04-28staging: comedi: ni_mio_common: multiple assignments should be avoidedH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: fix lines over 80 charactersH Hartley Sweeten1-29/+49
2016-04-28staging: comedi: ni_mio_common: tidy up block commentsH Hartley Sweeten1-94/+117
2016-04-28staging: comedi: ni_mio_common: use 'unsigned int' instead of kernel typesH Hartley Sweeten1-22/+24
2016-04-28staging: comedi: ni_mio_common: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-82/+90
2016-04-28staging: comedi: ni_mio_common: tidy up DIO subdevice ifdef'eryH Hartley Sweeten1-19/+10
2016-04-28staging: comedi: ni_mio_common: tidy up mite dma channel releasesH Hartley Sweeten1-27/+8
2016-04-28staging: comedi: ni_mio_common: tidy up mite dma channel requestsH Hartley Sweeten1-81/+59
2016-04-28staging: comedi: ni_mio_common: remove some unnecessary BUG_ON()H Hartley Sweeten1-4/+0
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