summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2014-11-05staging: comedi: das800: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: addi_apci_3120: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten
2014-11-05staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOAH Hartley Sweeten
2014-11-05staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOAH Hartley Sweeten
2014-11-05staging: comedi: s626: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcmuio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcmmio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: adv_pci1710: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcl818: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcl818: remove private data member 'ai_act_chan'H Hartley Sweeten
2014-11-05staging: comedi: pcl816: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcl812: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcl711: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: amplc_dio200_common: use comedi_async 'scans_done' to detect...H Hartley Sweeten
2014-11-05staging: comedi: addi_apci_2032: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: comedidev.h: add 'scans_done' member to comedi_asyncH Hartley Sweeten
2014-11-05staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott
2014-11-05staging: comedi: prepare support for per-file read and write subdevicesIan Abbott
2014-11-03staging: comedi: drivers: comedi_bond.c: Remove unneeded #defineRickard Strandqvist
2014-11-03staging: comedi: ni_at_a2150: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: hwdrv_apci3120: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: adl_pci9111: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: adl_pci9118: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: adv_pci1710: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: das1800: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: ni_mio_common: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-11-03staging: comedi: amplc_pci230: remove private data 'ai_scan_pos'H Hartley Sweeten
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten
2014-11-03staging: comedi: ni_mio_common: remove unused variable in ni_ao_fifo_load()H Hartley Sweeten
2014-11-03staging: comedi: icp_multi: correct insn_bits returned data for DOIan Abbott
2014-11-03staging: comedi: rtd520: remove private data 'chan_is_bipolar' memberH Hartley Sweeten
2014-11-03staging: comedi: rtd520: fix ai_read_n() async->cur_chan useH Hartley Sweeten
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten
2014-11-03staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten
2014-11-03staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott
2014-11-03staging: comedi: check command direction in poll() file operationIan Abbott
2014-11-03staging: comedi: don't allow write() on async command set up for "read"Ian Abbott
2014-11-03staging: comedi: don't allow read() on async command set up for "write"Ian Abbott
2014-11-03staging: comedi: ni_mio_common: don't change CMDF_WRITE flagIan Abbott
2014-11-03staging: comedi: me4000: don't clobber command flagsIan Abbott
2014-11-03staging: comedi: maybe force CMDF_WRITE command flagIan Abbott
2014-11-03staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that...H Hartley Sweeten
2014-11-02Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman
2014-10-30staging: comedi: das16: use spin-lock when setting timerIan Abbott