summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2014-11-03staging: comedi: drivers: comedi_bond.c: Remove unneeded #defineRickard Strandqvist1-2/+1
2014-11-03staging: comedi: ni_at_a2150: use sample manipulation helpersH Hartley Sweeten1-5/+6
2014-11-03staging: comedi: hwdrv_apci3120: use sample manipulation helpersH Hartley Sweeten1-1/+3
2014-11-03staging: comedi: adl_pci9111: use sample manipulation helpersH Hartley Sweeten1-3/+3
2014-11-03staging: comedi: adl_pci9118: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-03staging: comedi: adv_pci1710: use sample manipulation helpersH Hartley Sweeten1-7/+8
2014-11-03staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-03staging: comedi: das1800: use sample manipulation helpersH Hartley Sweeten1-1/+1
2014-11-03staging: comedi: ni_mio_common: use sample manipulation helpersH Hartley Sweeten1-16/+21
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten10-27/+25
2014-11-03staging: comedi: amplc_pci230: remove private data 'ai_scan_pos'H Hartley Sweeten1-11/+4
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten9-48/+16
2014-11-03staging: comedi: ni_mio_common: remove unused variable in ni_ao_fifo_load()H Hartley Sweeten1-3/+0
2014-11-03staging: comedi: icp_multi: correct insn_bits returned data for DOIan Abbott1-2/+2
2014-11-03staging: comedi: rtd520: remove private data 'chan_is_bipolar' memberH Hartley Sweeten1-9/+9
2014-11-03staging: comedi: rtd520: fix ai_read_n() async->cur_chan useH Hartley Sweeten1-1/+6
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten9-22/+0
2014-11-03staging: comedi: drivers: digital output subdevices do not need SDF_READABLEH Hartley Sweeten9-9/+9
2014-11-03staging: comedi: drivers: remove inappropriate SDF_* flags from subdevicesH Hartley Sweeten6-13/+13
2014-11-03staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLEH Hartley Sweeten22-39/+38
2014-11-03staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott1-2/+2
2014-11-03staging: comedi: check command direction in poll() file operationIan Abbott1-0/+2
2014-11-03staging: comedi: don't allow write() on async command set up for "read"Ian Abbott1-0/+8
2014-11-03staging: comedi: don't allow read() on async command set up for "write"Ian Abbott1-0/+8
2014-11-03staging: comedi: ni_mio_common: don't change CMDF_WRITE flagIan Abbott1-6/+0
2014-11-03staging: comedi: me4000: don't clobber command flagsIan Abbott1-3/+0
2014-11-03staging: comedi: maybe force CMDF_WRITE command flagIan Abbott1-0/+15
2014-11-03staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that...H Hartley Sweeten1-2/+6
2014-11-02Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman2-13/+15
2014-10-30staging: comedi: das16: use spin-lock when setting timerIan Abbott1-1/+6
2014-10-30staging: comedi: das16: deschedule timer routine on detachIan Abbott1-0/+2
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-29staging: comedi: comedi_test: fix timer lock-upIan Abbott1-2/+19
2014-10-29staging: comedi: introduce some sample size manipulation functionsIan Abbott1-4/+59
2014-10-29staging: comedi: addi_apci_1564: remove private data 'mode_select_register'H Hartley Sweeten2-12/+13
2014-10-29staging: comedi: addi_apci_1564: board has 3 timersH Hartley Sweeten2-5/+1
2014-10-29staging: comedi: addi_apci_1564: remove APCI1564_COUNTER[1234] definesH Hartley Sweeten2-12/+8
2014-10-29staging: comedi: me4000: fix firmware downloadingH Hartley Sweeten1-53/+40
2014-10-29staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc()H Hartley Sweeten1-11/+4
2014-10-29staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer()H Hartley Sweeten1-27/+9
2014-10-29staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer()H Hartley Sweeten2-19/+3
2014-10-29staging: comedi: comedi_buf: remove comedi_buf_put()H Hartley Sweeten2-17/+0
2014-10-29staging: comedi: pcmuio: use comedi_buf_write_samples()H Hartley Sweeten1-5/+3
2014-10-29staging: comedi: pcmmio: use comedi_buf_write_samples()H Hartley Sweeten1-5/+2
2014-10-29staging: comedi: ni_pcidio: use comedi_buf_write_samples()H Hartley Sweeten1-10/+2
2014-10-29staging: comedi: amplc_dio200_common: use comedi_buf_write_samples()H Hartley Sweeten1-9/+3
2014-10-29staging: comedi: addi_apci_2032: use comedi_buf_write_samples()H Hartley Sweeten1-5/+2
2014-10-29staging: comedi: hwdrv_apci3120: use comedi_buf_write_samples()H Hartley Sweeten1-11/+6