aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28staging: comedi: 8255.c: document subdev_8255_init() and _mm_init()Ian Abbott1-25/+54
2015-01-28staging: comedi: 8255.c: reformat comedi driver commentIan Abbott1-31/+30
2015-01-28staging: comedi: 8255.c: reformat copyright commentIan Abbott1-15/+16
2015-01-28staging: comedi: 8253.h: use usual style for single-line commentsIan Abbott1-24/+24
2015-01-28staging: comedi: 8253.h: reformat other block commentsIan Abbott1-4/+8
2015-01-28staging: comedi: 8253.h: reformat copyright commentIan Abbott1-16/+16
2015-01-28staging: comedi: das16: introduce das16_ai_set_mux_range()H Hartley Sweeten1-24/+30
2015-01-28staging: comedi: das16: fix DMA size for short transfersH Hartley Sweeten1-9/+25
2015-01-28staging: comedi: das16: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-21/+16
2015-01-28staging: comedi: das16: change type of private data 'timer_running'H Hartley Sweeten1-1/+1
2015-01-28staging: comedi: das16: introduce das16_ao_range()H Hartley Sweeten1-21/+32
2015-01-28staging: comedi: das16: introduce das16_ai_range()H Hartley Sweeten1-26/+37
2015-01-28staging: comedi: das16: absorb das16_ai_disable()H Hartley Sweeten1-12/+5
2015-01-28staging: comedi: das16: remove unnecessary das16_ai_disable()H Hartley Sweeten1-2/+0
2015-01-28staging: comedi: das16: absorb das16_ai_enable()H Hartley Sweeten1-18/+8
2015-01-25Staging: comedi: fix line over 80 characters warningjitendra kumar khasdev1-2/+3
2015-01-25staging: comedi: vmk80xx: tidy up vmk80xx_cnt_insn_config()H Hartley Sweeten1-26/+20
2015-01-25staging: comedi: vmk80xx: GPCT_RESET is not an (*insn_config) instructionH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: ni_labpc_common: use the cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-17/+8
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_CLOSEST to round divisor valuesH Hartley Sweeten1-4/+4
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor valuesH Hartley Sweeten1-4/+4
2015-01-25staging: comedi: ni_labpc: remove unnecessary private data validationH Hartley Sweeten1-5/+1
2015-01-25staging: comedi: ni_labpc_cs: remove unnecessary includesH Hartley Sweeten1-7/+3
2015-01-25staging: comedi: ni_labpc_common: move comedi_alloc_devpriv() to common codeH Hartley Sweeten4-16/+5
2015-01-25staging: comedi: adv_pci1710: absorb move_block_from_fifo()H Hartley Sweeten1-35/+29
2015-01-25staging: comedi: adv_pci1710: transfer all ai samples in one stepH Hartley Sweeten1-13/+2
2015-01-25staging: comedi: adv_pci1710: remove 'turn' param from move_block_from_fifo()H Hartley Sweeten1-3/+3
2015-01-25staging: comedi: adv_pci1710: do comedi_handle_events() in common code patchH Hartley Sweeten1-8/+2
2015-01-25staging: comedi: adv_pci1710: introduce pci171x_ai_read_sample()H Hartley Sweeten1-35/+33
2015-01-25staging: comedi: adv_pci1710: tidy up setup_channel_list()H Hartley Sweeten1-25/+26
2015-01-25staging: comedi: adv_pci1710: clarify the 'act_chanlist'H Hartley Sweeten1-9/+11
2015-01-25staging: comedi: adv_pci1710: refactor boardinfo 'cardtype'H Hartley Sweeten1-36/+18
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'rangelist_ao'H Hartley Sweeten1-8/+4
2015-01-25staging: comedi: adv_pci1710: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2015-01-25staging: comedi: adv_pci1710: remove function separation commentsH Hartley Sweeten1-15/+0
2015-01-25staging: comedi: adv_pci1710: rename 'this_board' local variablesH Hartley Sweeten1-29/+29
2015-01-25staging: comedi: adv_pci1710: tidy up analog input subdevice initH Hartley Sweeten1-20/+15
2015-01-25staging: comedi: adv_pci1710: tidy up analog output subdevice initH Hartley Sweeten1-8/+8
2015-01-25staging: comedi: adv_pci1710: tidy up digital input and output subdevice initH Hartley Sweeten1-18/+16
2015-01-25staging: comedi: adv_pci1710: tidy up counter subdevice initH Hartley Sweeten1-20/+11
2015-01-25staging: comedi: adv_pci1710: tidy up pci171x_insn_write_ao()H Hartley Sweeten1-28/+17
2015-01-25staging: comedi: adv_pci1710: tidy up pci1720_insn_write_ao()H Hartley Sweeten1-18/+17
2015-01-25staging: comedi: adv_pci1710: use comedi_subdevice 'readback'H Hartley Sweeten1-29/+18
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aochan' to 'has_ao'H Hartley Sweeten1-14/+12
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'fifo_half_size' to 'has_large_fifo'H Hartley Sweeten1-8/+10
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_ns_min'H Hartley Sweeten1-9/+1
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aichand' to 'has_diff_ai'H Hartley Sweeten1-5/+5
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ao_maxdata'H Hartley Sweeten1-6/+1
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_maxdata'H Hartley Sweeten1-7/+1
2015-01-25staging: comedi: adv_pci1710: rename boardinfo 'have_irq'H Hartley Sweeten1-7/+7