summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/das16.c
AgeCommit message (Expand)Author
2018-03-06staging: comedi: Replace "dont" with "don'tArushi Singhal
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook
2017-09-22staging/comedi/das16: Make timer initialization unconditionalKees Cook
2016-06-17Staging: comedi: Block comment issue fixed for das16.cRavishankar Karkala Mallikarjunayya
2016-06-17Staging: comedi: fix blank line issue in das16.cRavishankar Karkala Mallikarjunayya
2016-06-17Staging: comedi: Prefer using the BIT macro issue in das16.cRavishankar Karkala Mallikarjunayya
2015-11-15Staging: comedi: das16: Fix sparse endian warningKsenija Stanojevic
2015-07-31staging: comedi: das16: remove a duplicate conditionDan Carpenter
2015-04-03staging: comedi: das16: remove #include "comedi_fc.h"Ian Abbott
2015-03-15Staging: comedi: Use function setup_timer for combining initializationSomya Anand
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-03-01staging: comedi: das16: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-28staging: comedi: das16: introduce das16_ai_set_mux_range()H Hartley Sweeten
2015-01-28staging: comedi: das16: fix DMA size for short transfersH Hartley Sweeten
2015-01-28staging: comedi: das16: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2015-01-28staging: comedi: das16: change type of private data 'timer_running'H Hartley Sweeten
2015-01-28staging: comedi: das16: introduce das16_ao_range()H Hartley Sweeten
2015-01-28staging: comedi: das16: introduce das16_ai_range()H Hartley Sweeten
2015-01-28staging: comedi: das16: absorb das16_ai_disable()H Hartley Sweeten
2015-01-28staging: comedi: das16: remove unnecessary das16_ai_disable()H Hartley Sweeten
2015-01-28staging: comedi: das16: absorb das16_ai_enable()H Hartley Sweeten
2015-01-25staging: comedi: das16: use COMEDI_CB_CANCEL_MASK to see if command is runningH Hartley Sweeten
2015-01-17staging: comedi: das16: remove depends on ISA_DMA_API limitationH Hartley Sweeten
2015-01-17staging: comedi: das16: introduce das16_isadma_disable()H Hartley Sweeten
2015-01-17staging: comedi: das16: introduce das16_isadma_program()H Hartley Sweeten
2015-01-17staging: comedi: das16: move dma transfer 'size' to dma descriptorH Hartley Sweeten
2015-01-17staging: comedi: das16: board is not a PCI deviceH Hartley Sweeten
2015-01-17staging: comedi: das16: introduce das16_free_dma()H Hartley Sweeten
2015-01-17staging: comedi: das16 introduce das16_alloc_dma()H Hartley Sweeten
2015-01-17staging: comedi: das16: introduce struct das16_dma_descH Hartley Sweeten
2015-01-09staging: comedi: das16: rewrite "Devices:" lineIan Abbott
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-03staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-10-30staging: comedi: das16: use spin-lock when setting timerIan Abbott
2014-10-30staging: comedi: das16: deschedule timer routine on detachIan Abbott
2014-10-29staging: comedi: das16: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: das16: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: das16: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: das16: prevent "empty acquisition" async commandH Hartley Sweeten
2014-09-11staging: comedi: das16: replace comedi_board() callsIan Abbott
2014-09-08staging: comedi: das16: use CMDF_PRIORITYIan Abbott
2014-08-30staging: comedi: das16: use comedi_subdevice 'readback'H Hartley Sweeten
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten
2014-07-16staging: comedi: das16: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2014-05-28staging: comedi: das16: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: das16: use comedi_fc helpers to validate timer argsH Hartley Sweeten