summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2016-04-18staging: comedi: ni_mio_common: fix the ni_write[blw]() functionsH Hartley Sweeten1-6/+6
2016-04-12staging: comedi: ni_tiocmd: change mistaken use of start_src for start_argSpencer E. Olson1-1/+1
2015-10-28staging: comedi: adl_pci7x3x: fix digital output on PCI-7230Ian Abbott1-2/+14
2015-05-18staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channelIan Abbott1-2/+1
2015-03-24staging: comedi: cb_pcidas64: fix incorrect AI range code handlingIan Abbott1-47/+75
2015-03-24staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy backIan Abbott1-2/+10
2014-10-29staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott1-0/+3
2014-10-29staging: comedi: Kconfig: fix config COMEDI_ADDI_APCI_3120 dependantsIan Abbott1-1/+0
2014-10-29staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott1-4/+4
2014-10-20drivers/staging/comedi/Kconfig: Let COMEDI_II_PCI20KC depend on HAS_IOMEMChen Gang1-0/+1
2014-10-20staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott1-8/+7
2014-09-20staging: comedi: ni_usb6501: add counter subdeviceLuca Ellero1-1/+166
2014-09-20staging: comedi: ni_usb6501: rename ni6501_send_command()Luca Ellero1-4/+4
2014-09-20staging: comedi: ni_usb6501: remove empty linesLuca Ellero1-15/+0
2014-09-20staging: comedi: ni_usb6501: remove useless checkLuca Ellero1-3/+0
2014-09-20staging: comedi: ni_usb6501: replace spaces with tabsLuca Ellero1-2/+2
2014-09-20staging: comedi: ni_usb6501: cleanup response_sizeLuca Ellero1-2/+1
2014-09-20staging: comedi: ni_usb6501: update commentsLuca Ellero1-4/+27
2014-09-20staging: comedi: ni_usb6501: add counter commandsLuca Ellero1-1/+28
2014-09-20staging: comedi: remove comedi_fc moduleIan Abbott3-70/+2
2014-09-20staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2-0/+2
2014-09-20staging: comedi: add comedi_read_array_from_buffer()Ian Abbott4-18/+35
2014-09-20staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2-3/+14
2014-09-20staging: comedi: add comedi_write_array_to_buffer()Ian Abbott4-30/+36
2014-09-20staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is constIan Abbott2-3/+4
2014-09-20staging: comedi: add comedi_handle_events()Ian Abbott4-19/+41
2014-09-20staging: comedi: comedi_fc: use comedi_inc_scan_progress()Ian Abbott1-2/+2
2014-09-20staging: comedi: add comedi_inc_scan_progress()Ian Abbott4-14/+31
2014-09-20staging: comedi: comedi_fc: use comedi_bytes_per_scan()Ian Abbott1-1/+1
2014-09-20staging: comedi: add comedi_bytes_per_scan()Ian Abbott4-23/+43
2014-09-20staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDmaIan Abbott1-5/+2
2014-09-20staging: comedi: addi_apci_3120: use dma_alloc_coherent()Ian Abbott3-16/+15
2014-09-20staging: comedi: addi_apci_3120: don't overallocate DMA bufferIan Abbott2-8/+8
2014-09-20staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failureIan Abbott1-7/+6
2014-09-20staging: comedi: remove comedi_board()Ian Abbott1-5/+0
2014-09-20staging: comedi: adl_pci9118: use dma_alloc_coherent()Ian Abbott2-11/+11
2014-09-20staging: comedi: adl_pci9118: don't overallocate DMA bufferIan Abbott1-7/+7
2014-09-20staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failureIan Abbott1-10/+10
2014-09-12staging: comedi: adl_pci9118: replace comedi_board() callsIan Abbott1-1/+1
2014-09-12staging: comedi: amplc_dio200_common: replace comedi_board() callsIan Abbott1-15/+15
2014-09-12staging: comedi: hwdrv_apci3120: remove void function return statementChase Southwood1-2/+0
2014-09-12staging: comedi: hwdrv_apci3120: else is not useful after returnChase Southwood1-2/+2
2014-09-12staging: comedi: hwdrv_apci3120: add a blank line after declarationsChase Southwood1-0/+1
2014-09-12staging: comedi: hwdrv_apci3120: clean up commentsChase Southwood1-247/+117
2014-09-12staging: comedi: usbduxsigma: prevent "empty acquisition" async commandsH Hartley Sweeten1-10/+6
2014-09-12staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten1-10/+6
2014-09-12staging: comedi: s626: fix cmd->stop_arg validation for stop_src == TRIG_COUNTH Hartley Sweeten1-1/+1
2014-09-12staging: comedi: s626: 'ai_sample_count' is always 'stop_arg'H Hartley Sweeten1-10/+1
2014-09-12staging: comedi: s626: clarify COMEDI_CB_EOA codeH Hartley Sweeten1-9/+10
2014-09-12staging: comedi: s626: remove 'ai_continuous' from private dataH Hartley Sweeten1-4/+1