summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott2014-10-291-0/+3
* staging: comedi: Kconfig: fix config COMEDI_ADDI_APCI_3120 dependantsIan Abbott2014-10-291-1/+0Star
* staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott2014-10-291-4/+4
* drivers/staging/comedi/Kconfig: Let COMEDI_II_PCI20KC depend on HAS_IOMEMChen Gang2014-10-201-0/+1
* staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott2014-10-201-8/+7Star
* staging: comedi: ni_usb6501: add counter subdeviceLuca Ellero2014-09-201-1/+166
* staging: comedi: ni_usb6501: rename ni6501_send_command()Luca Ellero2014-09-201-4/+4
* staging: comedi: ni_usb6501: remove empty linesLuca Ellero2014-09-201-15/+0Star
* staging: comedi: ni_usb6501: remove useless checkLuca Ellero2014-09-201-3/+0Star
* staging: comedi: ni_usb6501: replace spaces with tabsLuca Ellero2014-09-201-2/+2
* staging: comedi: ni_usb6501: cleanup response_sizeLuca Ellero2014-09-201-2/+1Star
* staging: comedi: ni_usb6501: update commentsLuca Ellero2014-09-201-4/+27
* staging: comedi: ni_usb6501: add counter commandsLuca Ellero2014-09-201-1/+28
* staging: comedi: remove comedi_fc moduleIan Abbott2014-09-203-70/+2Star
* staging: comedi: migrate copyrights from "comedi_fc.c"Ian Abbott2014-09-202-0/+2
* staging: comedi: add comedi_read_array_from_buffer()Ian Abbott2014-09-204-18/+35
* staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer()Ian Abbott2014-09-202-3/+14
* staging: comedi: add comedi_write_array_to_buffer()Ian Abbott2014-09-204-30/+36
* staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is constIan Abbott2014-09-202-3/+4
* staging: comedi: add comedi_handle_events()Ian Abbott2014-09-204-19/+41
* staging: comedi: comedi_fc: use comedi_inc_scan_progress()Ian Abbott2014-09-201-2/+2
* staging: comedi: add comedi_inc_scan_progress()Ian Abbott2014-09-204-14/+31
* staging: comedi: comedi_fc: use comedi_bytes_per_scan()Ian Abbott2014-09-201-1/+1
* staging: comedi: add comedi_bytes_per_scan()Ian Abbott2014-09-204-23/+43
* staging: comedi: addi_apci_3120: simplify setting of devpriv->us_UseDmaIan Abbott2014-09-201-5/+2Star
* staging: comedi: addi_apci_3120: use dma_alloc_coherent()Ian Abbott2014-09-203-16/+15Star
* staging: comedi: addi_apci_3120: don't overallocate DMA bufferIan Abbott2014-09-202-8/+8
* staging: comedi: addi_apci_3120: don't allocate 2nd DMA buffer on failureIan Abbott2014-09-201-7/+6Star
* staging: comedi: remove comedi_board()Ian Abbott2014-09-201-5/+0Star
* staging: comedi: adl_pci9118: use dma_alloc_coherent()Ian Abbott2014-09-202-11/+11
* staging: comedi: adl_pci9118: don't overallocate DMA bufferIan Abbott2014-09-201-7/+7
* staging: comedi: adl_pci9118: don't allocate 2nd DMA buffer on failureIan Abbott2014-09-201-10/+10
* staging: comedi: adl_pci9118: replace comedi_board() callsIan Abbott2014-09-111-1/+1
* staging: comedi: amplc_dio200_common: replace comedi_board() callsIan Abbott2014-09-111-15/+15
* staging: comedi: hwdrv_apci3120: remove void function return statementChase Southwood2014-09-111-2/+0Star
* staging: comedi: hwdrv_apci3120: else is not useful after returnChase Southwood2014-09-111-2/+2
* staging: comedi: hwdrv_apci3120: add a blank line after declarationsChase Southwood2014-09-111-0/+1
* staging: comedi: hwdrv_apci3120: clean up commentsChase Southwood2014-09-111-247/+117Star
* staging: comedi: usbduxsigma: prevent "empty acquisition" async commandsH Hartley Sweeten2014-09-111-10/+6Star
* staging: comedi: usbdux: prevent "empty acquisition" async commandsH Hartley Sweeten2014-09-111-10/+6Star
* staging: comedi: s626: fix cmd->stop_arg validation for stop_src == TRIG_COUNTH Hartley Sweeten2014-09-111-1/+1
* staging: comedi: s626: 'ai_sample_count' is always 'stop_arg'H Hartley Sweeten2014-09-111-10/+1Star
* staging: comedi: s626: clarify COMEDI_CB_EOA codeH Hartley Sweeten2014-09-111-9/+10
* staging: comedi: s626: remove 'ai_continuous' from private dataH Hartley Sweeten2014-09-111-4/+1Star
* staging: comedi: rtd520: prevent "empty acquisition" async commandH Hartley Sweeten2014-09-111-5/+3Star
* staging: comedi: pcmuio: return void from pcmuio_start_intr()H Hartley Sweeten2014-09-111-14/+4Star
* staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'H Hartley Sweeten2014-09-111-10/+1Star
* staging: comedi: pcmuio: remove 'continuous' from private dataH Hartley Sweeten2014-09-111-5/+1Star
* staging: comedi: pcmuio: remove "empty acquisition" async commandH Hartley Sweeten2014-09-111-16/+3Star
* staging: comedi: pcmmio: return void from pcmmio_start_intr()H Hartley Sweeten2014-09-111-14/+4Star