aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das16.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-1200/+0
2020-07-25staging: comedi: das: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2018-03-06staging: comedi: Replace "dont" with "don'tArushi Singhal1-1/+1
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-10-18staging/comedi: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-09-22staging/comedi/das16: Make timer initialization unconditionalKees Cook1-6/+4
2016-06-17Staging: comedi: Block comment issue fixed for das16.cRavishankar Karkala Mallikarjunayya1-2/+4
2016-06-17Staging: comedi: fix blank line issue in das16.cRavishankar Karkala Mallikarjunayya1-0/+1
2016-06-17Staging: comedi: Prefer using the BIT macro issue in das16.cRavishankar Karkala Mallikarjunayya1-16/+16
2015-11-15Staging: comedi: das16: Fix sparse endian warningKsenija Stanojevic1-1/+2
2015-07-31staging: comedi: das16: remove a duplicate conditionDan Carpenter1-2/+1
2015-04-03staging: comedi: das16: remove #include "comedi_fc.h"Ian Abbott1-22/+25
2015-03-15Staging: comedi: Use function setup_timer for combining initializationSomya Anand1-3/+2
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-03-01staging: comedi: das16: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-29/+15
2015-01-28staging: comedi: das16: introduce das16_ai_set_mux_range()H Hartley Sweeten1-24/+30
2015-01-28staging: comedi: das16: fix DMA size for short transfersH Hartley Sweeten1-9/+25
2015-01-28staging: comedi: das16: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-21/+16
2015-01-28staging: comedi: das16: change type of private data 'timer_running'H Hartley Sweeten1-1/+1
2015-01-28staging: comedi: das16: introduce das16_ao_range()H Hartley Sweeten1-21/+32
2015-01-28staging: comedi: das16: introduce das16_ai_range()H Hartley Sweeten1-26/+37
2015-01-28staging: comedi: das16: absorb das16_ai_disable()H Hartley Sweeten1-12/+5
2015-01-28staging: comedi: das16: remove unnecessary das16_ai_disable()H Hartley Sweeten1-2/+0
2015-01-28staging: comedi: das16: absorb das16_ai_enable()H Hartley Sweeten1-18/+8
2015-01-25staging: comedi: das16: use COMEDI_CB_CANCEL_MASK to see if command is runningH Hartley Sweeten1-1/+1
2015-01-17staging: comedi: das16: remove depends on ISA_DMA_API limitationH Hartley Sweeten1-130/+43
2015-01-17staging: comedi: das16: introduce das16_isadma_disable()H Hartley Sweeten1-13/+20
2015-01-17staging: comedi: das16: introduce das16_isadma_program()H Hartley Sweeten1-16/+19
2015-01-17staging: comedi: das16: move dma transfer 'size' to dma descriptorH Hartley Sweeten1-6/+7
2015-01-17staging: comedi: das16: board is not a PCI deviceH Hartley Sweeten1-5/+4
2015-01-17staging: comedi: das16: introduce das16_free_dma()H Hartley Sweeten1-14/+19
2015-01-17staging: comedi: das16 introduce das16_alloc_dma()H Hartley Sweeten1-34/+38
2015-01-17staging: comedi: das16: introduce struct das16_dma_descH Hartley Sweeten1-22/+26
2015-01-09staging: comedi: das16: rewrite "Devices:" lineIan Abbott1-22/+11
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: das16: use sample manipulation helpersH Hartley Sweeten1-1/+2
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-1/+1
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: das16: use comedi_buf_write_samples()H Hartley Sweeten1-2/+4
2014-10-20staging: comedi: das16: use comedi_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: das16: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-11staging: comedi: das16: prevent "empty acquisition" async commandH Hartley Sweeten1-1/+3
2014-09-11staging: comedi: das16: replace comedi_board() callsIan Abbott1-6/+6
2014-09-08staging: comedi: das16: use CMDF_PRIORITYIan Abbott1-2/+2
2014-08-30staging: comedi: das16: use comedi_subdevice 'readback'H Hartley Sweeten1-2/+9
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-2/+1
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten1-5/+3
2014-07-16staging: comedi: das16: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-4/+4