aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/dt282x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-28staging: comedi: dt282x: remove unnecessary commentH Hartley Sweeten1-14/+0
2016-03-28staging: comedi: dt282x: remove redundant comedi_check_trigger_arg_min()H Hartley Sweeten1-4/+0
2016-03-28staging: comedi: dt282x: refactor dt282x_ns_to_timer()H Hartley Sweeten1-12/+24
2016-03-28staging: comedi: dt282x: tidy up register bit definesH Hartley Sweeten1-32/+33
2016-03-10staging: comedi: dt282x: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla1-1/+1
2015-04-03staging: comedi: dt282x: remove #include "comedi_fc.h"Ian Abbott1-30/+31
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-02-07staging: comedi: dt282x: condition with no effect - if identical to elseNicholas Mc Guire1-8/+1
2015-01-17staging: comedi: dt282x: remove depends on ISA_DMA_API limitationH Hartley Sweeten1-115/+57
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_disable()H Hartley Sweeten1-4/+14
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_program()H Hartley Sweeten1-18/+18
2015-01-17staging: comedi: dt282x: remove VIRT_TO_BUS dependancyH Hartley Sweeten1-5/+8
2015-01-17staging: comedi: dt282x: introduce struct dt282x_dma_descH Hartley Sweeten1-58/+53
2015-01-17staging: comedi: dt282x: introduce dt282x_alloc_dma()H Hartley Sweeten1-44/+40
2015-01-09staging: comedi: dt282x: rewrite "Devices:" lineIan Abbott1-16/+6
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-2/+2
2014-10-29staging: comedi: dt282x: use comedi_buf_write_samples()H Hartley Sweeten1-10/+5
2014-10-29staging: comedi: dt282x: introduce dt282x_ao_setup_dma()H Hartley Sweeten1-21/+21
2014-10-20staging: comedi: dt282x: use comedi_handle_events()H Hartley Sweeten1-2/+2
2014-09-11staging: comedi: dt282x: prevent "empty acquisition" async commandsH Hartley Sweeten1-8/+6
2014-09-11staging: comedi: dt282x: replace comedi_board() callsIan Abbott1-2/+2
2014-09-08staging: comedi: dt282x: use CMDF_ROUND_...Ian Abbott1-4/+4
2014-08-30staging: comedi: dt282x: use comedi_subdevice 'readback'H Hartley Sweeten1-23/+8
2014-07-17staging: comedi: dt282x: remove use of comedi_error()H Hartley Sweeten1-4/+5
2014-07-16staging: comedi: dt282x: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-4/+4
2014-06-26staging: comedi: dt282x: automatically handle D/A data formatH Hartley Sweeten1-16/+7
2014-06-26staging: comedi: dt282x: fix bug where DIO direction is reset to inputsH Hartley Sweeten1-4/+9
2014-06-26staging: comedi: dt282x: tidy up the register map and bit definesH Hartley Sweeten1-151/+151
2014-06-26staging: comedi: dt282x: avoid calculating the timer divisor multiple timesH Hartley Sweeten1-21/+20
2014-06-26staging: comedi: dt282x: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-06-26staging: comedi: dt282x: tidy up multi-line commentsH Hartley Sweeten1-51/+61
2014-06-26staging: comedi: dt282x: cleanup analog output range tableH Hartley Sweeten1-24/+22
2014-06-26staging: comedi: dt282x: fix Analog Input se/diff channel configurationH Hartley Sweeten1-1/+1
2014-06-26staging: comedi: dt282x: tidy up Analog Input subdevice initH Hartley Sweeten1-11/+12
2014-06-26staging: comedi: dt282x: tidy up Analog Output subdevice initH Hartley Sweeten1-14/+16
2014-06-26staging: comedi: dt282x: remove the 'opt_*' enumH Hartley Sweeten1-25/+18
2014-06-26staging: comedi: dt282x: factor board initialization out of (*attach)H Hartley Sweeten1-38/+24
2014-06-26staging: comedi: dt282x: fix dt282x_ao_insn_read()H Hartley Sweeten1-11/+9
2014-06-26staging: comedi: dt282x: tidy up dt282x_ai_dma_interrupt()H Hartley Sweeten1-14/+10
2014-06-26staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt()H Hartley Sweeten1-13/+9
2014-06-26staging: comedi: dt282x: remove sanity checks of 's->async->prealloc_buf'H Hartley Sweeten1-10/+0
2014-06-26staging: comedi: dt282x: tidy up Digital I/O subdevice initH Hartley Sweeten1-8/+8
2014-06-26staging: comedi: dt282x: rename the prep_{ai,ao}_dma() functionsH Hartley Sweeten1-8/+8
2014-06-26staging: comedi: dt282x: remove unused chan_to_DAC() macroH Hartley Sweeten1-5/+0
2014-06-26staging: comedi: dt282x: convert private data flags to bit-fieldsH Hartley Sweeten1-6/+6
2014-06-26staging: comedi: dt282x: remove DT2821_SIZE defineH Hartley Sweeten1-3/+1
2014-06-26staging: comedi: dt282x: IRQ and DMA are needed for async command supportH Hartley Sweeten1-60/+52