aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19staging: comedi: ni_usb6501: add counter subdeviceLuca Ellero1-1/+166
2014-09-19staging: comedi: ni_usb6501: rename ni6501_send_command()Luca Ellero1-4/+4
2014-09-19staging: comedi: ni_usb6501: remove empty linesLuca Ellero1-15/+0
2014-09-19staging: comedi: ni_usb6501: remove useless checkLuca Ellero1-3/+0
2014-09-19staging: comedi: ni_usb6501: replace spaces with tabsLuca Ellero1-2/+2
2014-09-19staging: comedi: ni_usb6501: cleanup response_sizeLuca Ellero1-2/+1
2014-09-19staging: comedi: ni_usb6501: update commentsLuca Ellero1-4/+27
2014-09-19staging: comedi: ni_usb6501: add counter commandsLuca Ellero1-1/+28
2014-09-19staging: comedi: remove comedi_fc moduleIan Abbott3-70/+2
2014-09-19staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2-0/+2
2014-09-19staging: comedi: add comedi_read_array_from_buffer()Ian Abbott4-18/+35
2014-09-19staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2-3/+14
2014-09-19staging: comedi: add comedi_write_array_to_buffer()Ian Abbott4-30/+36
2014-09-19staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is constIan Abbott2-3/+4
2014-09-19staging: comedi: add comedi_handle_events()Ian Abbott4-19/+41
2014-09-19staging: comedi: comedi_fc: use comedi_inc_scan_progress()Ian Abbott1-2/+2
2014-09-19staging: comedi: add comedi_inc_scan_progress()Ian Abbott4-14/+31
2014-09-19staging: comedi: comedi_fc: use comedi_bytes_per_scan()Ian Abbott1-1/+1
2014-09-19staging: comedi: add comedi_bytes_per_scan()Ian Abbott4-23/+43
2014-09-19staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDmaIan Abbott1-5/+2
2014-09-19staging: comedi: addi_apci_3120: use dma_alloc_coherent()Ian Abbott3-16/+15
2014-09-19staging: comedi: addi_apci_3120: don't overallocate DMA bufferIan Abbott2-8/+8
2014-09-19staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failureIan Abbott1-7/+6
2014-09-19staging: comedi: remove comedi_board()Ian Abbott1-5/+0
2014-09-19staging: comedi: adl_pci9118: use dma_alloc_coherent()Ian Abbott2-11/+11
2014-09-19staging: comedi: adl_pci9118: don't overallocate DMA bufferIan Abbott1-7/+7
2014-09-19staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failureIan Abbott1-10/+10
2014-09-11staging: comedi: adl_pci9118: replace comedi_board() callsIan Abbott1-1/+1
2014-09-11staging: comedi: amplc_dio200_common: replace comedi_board() callsIan Abbott1-15/+15
2014-09-11staging: comedi: hwdrv_apci3120: remove void function return statementChase Southwood1-2/+0
2014-09-11staging: comedi: hwdrv_apci3120: else is not useful after returnChase Southwood1-2/+2
2014-09-11staging: comedi: hwdrv_apci3120: add a blank line after declarationsChase Southwood1-0/+1
2014-09-11staging: comedi: hwdrv_apci3120: clean up commentsChase Southwood1-247/+117
2014-09-11staging: comedi: usbduxsigma: prevent "empty acquisition" async commandsH Hartley Sweeten1-10/+6
2014-09-11staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten1-10/+6
2014-09-11staging: comedi: s626: fix cmd->stop_arg validation for stop_src == TRIG_COUNTH Hartley Sweeten1-1/+1
2014-09-11staging: comedi: s626: 'ai_sample_count' is always 'stop_arg'H Hartley Sweeten1-10/+1
2014-09-11staging: comedi: s626: clarify COMEDI_CB_EOA codeH Hartley Sweeten1-9/+10
2014-09-11staging: comedi: s626: remove 'ai_continuous' from private dataH Hartley Sweeten1-4/+1
2014-09-11staging: comedi: rtd520: prevent "empty acquisition" async commandH Hartley Sweeten1-5/+3
2014-09-11staging: comedi: pcmuio: return void from pcmuio_start_intr()H Hartley Sweeten1-14/+4
2014-09-11staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'H Hartley Sweeten1-10/+1
2014-09-11staging: comedi: pcmuio: remove 'continuous' from private dataH Hartley Sweeten1-5/+1
2014-09-11staging: comedi: pcmuio: remove "empty acquisition" async commandH Hartley Sweeten1-16/+3
2014-09-11staging: comedi: pcmmio: return void from pcmmio_start_intr()H Hartley Sweeten1-14/+4