summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2014-11-06staging: comedi: das800: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-19/+12
2014-11-06staging: comedi: addi_apci_3120: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten2-29/+6
2014-11-06staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten1-18/+4
2014-11-06staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten1-26/+4
2014-11-06staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten1-18/+4
2014-11-06staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten1-25/+4
2014-11-06staging: comedi: s626: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-12/+4
2014-11-06staging: comedi: pcmuio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-11/+3
2014-11-06staging: comedi: pcmmio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-9/+3
2014-11-06staging: comedi: adv_pci1710: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-21/+5
2014-11-06staging: comedi: pcl818: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-9/+6
2014-11-06staging: comedi: pcl818: remove private data member 'ai_act_chan'H Hartley Sweeten1-2/+0
2014-11-06staging: comedi: pcl816: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-8/+1
2014-11-06staging: comedi: pcl812: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-8/+1
2014-11-06staging: comedi: pcl711: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-10/+6
2014-11-06staging: comedi: amplc_dio200_common: use comedi_async 'scans_done' to detect...H Hartley Sweeten1-11/+3
2014-11-06staging: comedi: addi_apci_2032: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-12/+5
2014-11-06staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten3-0/+10
2014-11-06staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott3-0/+94
2014-11-06staging: comedi: prepare support for per-file read and write subdevicesIan Abbott1-25/+102
2014-11-04staging: comedi: drivers: comedi_bond.c: Remove unneeded #defineRickard Strandqvist1-2/+1
2014-11-04staging: comedi: ni_at_a2150: use sample manipulation helpersH Hartley Sweeten1-5/+6
2014-11-04staging: comedi: hwdrv_apci3120: use sample manipulation helpersH Hartley Sweeten1-1/+3
2014-11-04staging: comedi: adl_pci9111: use sample manipulation helpersH Hartley Sweeten1-3/+3
2014-11-04staging: comedi: adl_pci9118: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-04staging: comedi: adv_pci1710: use sample manipulation helpersH Hartley Sweeten1-7/+8
2014-11-04staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-04staging: comedi: das1800: use sample manipulation helpersH Hartley Sweeten1-1/+1
2014-11-04staging: comedi: ni_mio_common: use sample manipulation helpersH Hartley Sweeten1-16/+21
2014-11-04staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten10-27/+25
2014-11-04staging: comedi: amplc_pci230: remove private data 'ai_scan_pos'H Hartley Sweeten1-11/+4
2014-11-04staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten9-48/+16
2014-11-04staging: comedi: ni_mio_common: remove unused variable in ni_ao_fifo_load()H Hartley Sweeten1-3/+0
2014-11-04staging: comedi: icp_multi: correct insn_bits returned data for DOIan Abbott1-2/+2
2014-11-04staging: comedi: rtd520: remove private data 'chan_is_bipolar' memberH Hartley Sweeten1-9/+9
2014-11-04staging: comedi: rtd520: fix ai_read_n() async->cur_chan useH Hartley Sweeten1-1/+6
2014-11-04staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten9-22/+0
2014-11-04staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten9-9/+9
2014-11-04staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten6-13/+13
2014-11-04staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten22-39/+38
2014-11-04staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott1-2/+2
2014-11-04staging: comedi: check command direction in poll() file operationIan Abbott1-0/+2
2014-11-04staging: comedi: don't allow write() on async command set up for "read"Ian Abbott1-0/+8
2014-11-04staging: comedi: don't allow read() on async command set up for "write"Ian Abbott1-0/+8
2014-11-04staging: comedi: ni_mio_common: don't change CMDF_WRITE flagIan Abbott1-6/+0
2014-11-04staging: comedi: me4000: don't clobber command flagsIan Abbott1-3/+0
2014-11-04staging: comedi: maybe force CMDF_WRITE command flagIan Abbott1-0/+15
2014-11-04staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that...H Hartley Sweeten1-2/+6
2014-11-03Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman2-13/+15
2014-10-30staging: comedi: das16: use spin-lock when setting timerIan Abbott1-1/+6