summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das16.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: Replace "dont" with "don'tArushi Singhal2018-03-061-1/+1
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging/comedi: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+6
* staging/comedi/das16: Make timer initialization unconditionalKees Cook2017-09-221-6/+4
* Staging: comedi: Block comment issue fixed for das16.cRavishankar Karkala Mallikarjunayya2016-06-171-2/+4
* Staging: comedi: fix blank line issue in das16.cRavishankar Karkala Mallikarjunayya2016-06-171-0/+1
* Staging: comedi: Prefer using the BIT macro issue in das16.cRavishankar Karkala Mallikarjunayya2016-06-171-16/+16
* Staging: comedi: das16: Fix sparse endian warningKsenija Stanojevic2015-11-151-1/+2
* staging: comedi: das16: remove a duplicate conditionDan Carpenter2015-07-311-2/+1
* staging: comedi: das16: remove #include "comedi_fc.h"Ian Abbott2015-04-031-22/+25
* Staging: comedi: Use function setup_timer for combining initializationSomya Anand2015-03-151-3/+2
* staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten2015-03-061-1/+1
* staging: comedi: das16: convert driver to use the comedi_8254 moduleH Hartley Sweeten2015-03-011-29/+15
* staging: comedi: das16: introduce das16_ai_set_mux_range()H Hartley Sweeten2015-01-281-24/+30
* staging: comedi: das16: fix DMA size for short transfersH Hartley Sweeten2015-01-281-9/+25
* staging: comedi: das16: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten2015-01-281-21/+16
* staging: comedi: das16: change type of private data 'timer_running'H Hartley Sweeten2015-01-281-1/+1
* staging: comedi: das16: introduce das16_ao_range()H Hartley Sweeten2015-01-281-21/+32
* staging: comedi: das16: introduce das16_ai_range()H Hartley Sweeten2015-01-281-26/+37
* staging: comedi: das16: absorb das16_ai_disable()H Hartley Sweeten2015-01-281-12/+5
* staging: comedi: das16: remove unnecessary das16_ai_disable()H Hartley Sweeten2015-01-281-2/+0
* staging: comedi: das16: absorb das16_ai_enable()H Hartley Sweeten2015-01-281-18/+8
* staging: comedi: das16: use COMEDI_CB_CANCEL_MASK to see if command is runningH Hartley Sweeten2015-01-251-1/+1
* staging: comedi: das16: remove depends on ISA_DMA_API limitationH Hartley Sweeten2015-01-171-130/+43
* staging: comedi: das16: introduce das16_isadma_disable()H Hartley Sweeten2015-01-171-13/+20
* staging: comedi: das16: introduce das16_isadma_program()H Hartley Sweeten2015-01-171-16/+19
* staging: comedi: das16: move dma transfer 'size' to dma descriptorH Hartley Sweeten2015-01-171-6/+7
* staging: comedi: das16: board is not a PCI deviceH Hartley Sweeten2015-01-171-5/+4
* staging: comedi: das16: introduce das16_free_dma()H Hartley Sweeten2015-01-171-14/+19
* staging: comedi: das16 introduce das16_alloc_dma()H Hartley Sweeten2015-01-171-34/+38
* staging: comedi: das16: introduce struct das16_dma_descH Hartley Sweeten2015-01-171-22/+26
* staging: comedi: das16: rewrite "Devices:" lineIan Abbott2015-01-091-22/+11
* staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten2014-11-261-1/+0
* staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten2014-11-031-1/+2
* staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten2014-11-031-1/+1
* staging: comedi: das16: use spin-lock when setting timerIan Abbott2014-10-301-1/+6
* staging: comedi: das16: deschedule timer routine on detachIan Abbott2014-10-301-0/+2
* staging: comedi: das16: use comedi_buf_write_samples()H Hartley Sweeten2014-10-291-2/+4
* staging: comedi: das16: use comedi_bytes_per_scan()H Hartley Sweeten2014-10-201-1/+1
* staging: comedi: das16: use comedi_handle_events()H Hartley Sweeten2014-10-201-1/+1
* staging: comedi: das16: prevent "empty acquisition" async commandH Hartley Sweeten2014-09-111-1/+3
* staging: comedi: das16: replace comedi_board() callsIan Abbott2014-09-111-6/+6
* staging: comedi: das16: use CMDF_PRIORITYIan Abbott2014-09-081-2/+2
* staging: comedi: das16: use comedi_subdevice 'readback'H Hartley Sweeten2014-08-301-2/+9
* staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten2014-08-161-2/+1
* staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten2014-07-211-5/+3
* staging: comedi: das16: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten2014-07-161-4/+4
* staging: comedi: das16: use cfc_bytes_per_scan()H Hartley Sweeten2014-05-281-2/+1
* staging: comedi: das16: use comedi_fc helpers to validate timer argsH Hartley Sweeten2014-05-281-17/+15