aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2015-01-25Staging: comedi: fix line over 80 characters warningjitendra kumar khasdev
2015-01-25staging: comedi: vmk80xx: tidy up vmk80xx_cnt_insn_config()H Hartley Sweeten
2015-01-25staging: comedi: vmk80xx: GPCT_RESET is not an (*insn_config) instructionH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc_common: use the cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_CLOSEST to round divisor valuesH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc_common: use DIV_ROUND_UP to round divisor valuesH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc: remove unnecessary private data validationH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc_cs: remove unnecessary includesH Hartley Sweeten
2015-01-25staging: comedi: ni_labpc_common: move comedi_alloc_devpriv() to common codeH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: absorb move_block_from_fifo()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: transfer all ai samples in one stepH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove 'turn' param from move_block_from_fifo()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: do comedi_handle_events() in common code patchH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: introduce pci171x_ai_read_sample()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up setup_channel_list()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: clarify the 'act_chanlist'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: refactor boardinfo 'cardtype'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'rangelist_ao'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: update the MODULE_DESCRIPTIONH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove function separation commentsH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: rename 'this_board' local variablesH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up analog input subdevice initH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up analog output subdevice initH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up digital input and output subdevice initH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up counter subdevice initH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up pci171x_insn_write_ao()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: tidy up pci1720_insn_write_ao()H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: use comedi_subdevice 'readback'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aochan' to 'has_ao'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'fifo_half_size' to 'has_large...H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_ns_min'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_aichand' to 'has_diff_ai'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ao_maxdata'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: remove boardinfo 'ai_maxdata'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: rename boardinfo 'have_irq'H Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: simplify digital input and output boardinfoH Hartley Sweeten
2015-01-25staging: comedi: adv_pci1710: change boardinfo 'n_counter' to 'has_counter'H Hartley Sweeten
2015-01-25staging: comedi: pcl818: introduce pcl818_ai_write_sample()H Hartley Sweeten
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten
2015-01-25staging: comedi: das16: use COMEDI_CB_CANCEL_MASK to see if command is runningH Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: remove unused "polling" function prototypesH Hartley Sweeten
2015-01-25staging: comedi: comedidev.h: remove unused "minor bits" informationH Hartley Sweeten
2015-01-25staging: comedi: addi_apci_1500: rewrite the subdevice support functionsH Hartley Sweeten
2015-01-25staging: comedi: aio_iiro_16: return input state in async command sampleH Hartley Sweeten
2015-01-25staging: comedi: cb_pcidas64: fix incorrect AI range code handlingIan Abbott
2015-01-25staging: comedi: das1800: prefer kmalloc_array over kmalloc with multiplyChase Southwood
2015-01-25comedi: rtd520: if condition with no effect - if identical to elseNicholas Mc Guire
2015-01-17Staging: comedi: kcomedilib: Fixed a typoGustavo A. R. Silva
2015-01-17staging: comedi: pcl812: use common function to setup dmaH Hartley Sweeten