summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: comedi: mite: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten2016-04-282-22/+24
| * staging: comedi: ni_mio_common: introduce NI_STC_DMA_CHAN_SEL()H Hartley Sweeten2016-04-281-18/+11
| * staging: comedi: mite.h: rename CHSR_LxERR_maskH Hartley Sweeten2016-04-282-3/+3
| * staging: comedi: ni_mio_common: fix CamelCase in ni_serial_hw_readwrite8()H Hartley Sweeten2016-04-281-3/+3
| * staging: comedi: ni_mio_common: remove 'fudge_factor_80_to_20Mhz'H Hartley Sweeten2016-04-281-3/+2
| * staging: comedi: ni_mio_common: usleep_range is preferred over udelayH Hartley Sweeten2016-04-281-2/+2
| * staging: comedi: ni_mio_common: tidy up ni_gpct_write_register()H Hartley Sweeten2016-04-281-11/+4
| * staging: comedi: ni_mio_common: tidy up AO scan beginH Hartley Sweeten2016-04-281-24/+15
| * staging: comedi: ni_mio_common: tidy up AO trigger selectionH Hartley Sweeten2016-04-282-34/+14
| * staging: comedi: ni_mio_common: convert NI_GPCT_SUBDEV to a macroH Hartley Sweeten2016-04-281-13/+1
| * staging: comedi: ni_mio_common: fix logical continuationsH Hartley Sweeten2016-04-281-9/+8
| * staging: comedi: ni_mio_common: multiple assignments should be avoidedH Hartley Sweeten2016-04-281-2/+2
| * staging: comedi: ni_mio_common: fix lines over 80 charactersH Hartley Sweeten2016-04-281-29/+49
| * staging: comedi: ni_mio_common: tidy up block commentsH Hartley Sweeten2016-04-281-94/+117
| * staging: comedi: ni_mio_common: use 'unsigned int' instead of kernel typesH Hartley Sweeten2016-04-281-22/+24
| * staging: comedi: ni_mio_common: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten2016-04-281-82/+90
| * staging: comedi: ni_mio_common: tidy up DIO subdevice ifdef'eryH Hartley Sweeten2016-04-281-19/+10
| * staging: comedi: ni_mio_common: tidy up mite dma channel releasesH Hartley Sweeten2016-04-281-27/+8
| * staging: comedi: ni_mio_common: tidy up mite dma channel requestsH Hartley Sweeten2016-04-281-81/+59
| * staging: comedi: ni_mio_common: remove some unnecessary BUG_ON()H Hartley Sweeten2016-04-281-4/+0
| * staging: comedi: das1800: update the MODULE_DESCRIPTIONH Hartley Sweeten2016-04-281-1/+1
| * staging: comedi: das1800: allow setting the external trigger polarityH Hartley Sweeten2016-04-281-1/+15
| * staging: comedi: das1800: clarify the analog input cmd triggersH Hartley Sweeten2016-04-281-11/+25
| * staging: comedi: das1800: fix comments about the 'ao' board rangeH Hartley Sweeten2016-04-281-10/+6
| * staging: comedi: das1800: fix lines over 80 charactersH Hartley Sweeten2016-04-281-5/+4
| * staging: comedi: das1800: fix comments in das1800_ai_handler()H Hartley Sweeten2016-04-281-7/+5
| * staging: comedi: das1800: fix comments in das1800_ai_cmd()H Hartley Sweeten2016-04-281-7/+10
| * staging: comedi: das1800: remove the function commentsH Hartley Sweeten2016-04-281-4/+0
| * staging: comedi: das1800: clarify step 4 of the ai (*do_cmdtest)H Hartley Sweeten2016-04-281-40/+61
| * staging: comedi: das1800: remove the private data member commentsH Hartley Sweeten2016-04-281-4/+2
| * staging: comedi: das1800: move comment about max conversion speedsH Hartley Sweeten2016-04-281-4/+3
| * staging: comedi: das1800: change type of private data 'fifo_buf'H Hartley Sweeten2016-04-281-2/+4
| * staging: comedi: das1800: cleanup copyright and comedi comment blocksH Hartley Sweeten2016-04-281-92/+58
| * staging: comedi: das1800: document the spinlockH Hartley Sweeten2016-04-281-4/+14
| * staging: comedi: das1800: absorb control_a_bits()H Hartley Sweeten2016-04-281-24/+7
| * staging: comedi: das1800: use comedi_timeout()H Hartley Sweeten2016-04-281-13/+21
| * staging: comedi: das1800: refactor program_chanlist()H Hartley Sweeten2016-04-281-34/+34
| * staging: comedi: das1800: absorb control_c_bits()H Hartley Sweeten2016-04-281-39/+19
| * staging: comedi: das1800: introduce das1800_ai_chanspec_bits()H Hartley Sweeten2016-04-281-25/+22
| * staging: comedi: das1800: add analog output readbackH Hartley Sweeten2016-04-281-8/+9
| * staging: comedi: das1800: change type of 'ai_speed' boardinfoH Hartley Sweeten2016-04-281-1/+1
| * staging: comedi: das1800: remove 'qram_len' boardinfoH Hartley Sweeten2016-04-281-21/+15
| * staging: comedi: das1800: refactor 'range_ai' boardinfoH Hartley Sweeten2016-04-281-39/+28
| * staging: comedi: das1800: remove 'ao_ability' boardinfoH Hartley Sweeten2016-04-281-22/+9
| * staging: comedi: das1800: remove 'ao_n_chan' boardinfoH Hartley Sweeten2016-04-281-20/+1
| * staging: comedi: das1800: tidy up das1800_ao_insn_write()H Hartley Sweeten2016-04-281-20/+26
| * staging: comedi: das1800: initialize all analog outputsH Hartley Sweeten2016-04-281-8/+7
| * staging: comedi: das1800: remove 'do_n_chan' boardinfoH Hartley Sweeten2016-04-281-20/+1
| * staging: comedi: das1800: remove 'resolution' boardinfoH Hartley Sweeten2016-04-281-21/+5
| * staging: comedi: das1800: use comedi_offset_munge() for analog outputH Hartley Sweeten2016-04-281-2/+1