aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/dt282x.c
AgeCommit message (Expand)Author
2017-01-12staging: comedi: dt282x: tidy up register bit definesH Hartley Sweeten
2015-04-03staging: comedi: dt282x: remove #include "comedi_fc.h"Ian Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-02-07staging: comedi: dt282x: condition with no effect - if identical to elseNicholas Mc Guire
2015-01-17staging: comedi: dt282x: remove depends on ISA_DMA_API limitationH Hartley Sweeten
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_disable()H Hartley Sweeten
2015-01-17staging: comedi: dt282x: introduce dt282x_isadma_program()H Hartley Sweeten
2015-01-17staging: comedi: dt282x: remove VIRT_TO_BUS dependancyH Hartley Sweeten
2015-01-17staging: comedi: dt282x: introduce struct dt282x_dma_descH Hartley Sweeten
2015-01-17staging: comedi: dt282x: introduce dt282x_alloc_dma()H Hartley Sweeten
2015-01-09staging: comedi: dt282x: rewrite "Devices:" lineIan Abbott
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-10-29staging: comedi: dt282x: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-29staging: comedi: dt282x: introduce dt282x_ao_setup_dma()H Hartley Sweeten
2014-10-20staging: comedi: dt282x: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: dt282x: prevent "empty acquisition" async commandsH Hartley Sweeten
2014-09-11staging: comedi: dt282x: replace comedi_board() callsIan Abbott
2014-09-08staging: comedi: dt282x: use CMDF_ROUND_...Ian Abbott
2014-08-30staging: comedi: dt282x: use comedi_subdevice 'readback'H Hartley Sweeten
2014-07-17staging: comedi: dt282x: remove use of comedi_error()H Hartley Sweeten
2014-07-16staging: comedi: dt282x: checkpatch.pl cleanup (else after return)H Hartley Sweeten
2014-06-26staging: comedi: dt282x: automatically handle D/A data formatH Hartley Sweeten
2014-06-26staging: comedi: dt282x: fix bug where DIO direction is reset to inputsH Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up the register map and bit definesH Hartley Sweeten
2014-06-26staging: comedi: dt282x: avoid calculating the timer divisor multiple timesH Hartley Sweeten
2014-06-26staging: comedi: dt282x: update the MODULE_DESCRIPTIONH Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up multi-line commentsH Hartley Sweeten
2014-06-26staging: comedi: dt282x: cleanup analog output range tableH Hartley Sweeten
2014-06-26staging: comedi: dt282x: fix Analog Input se/diff channel configurationH Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up Analog Input subdevice initH Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up Analog Output subdevice initH Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove the 'opt_*' enumH Hartley Sweeten
2014-06-26staging: comedi: dt282x: factor board initialization out of (*attach)H Hartley Sweeten
2014-06-26staging: comedi: dt282x: fix dt282x_ao_insn_read()H Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up dt282x_ai_dma_interrupt()H Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt()H Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove sanity checks of 's->async->prealloc_buf'H Hartley Sweeten
2014-06-26staging: comedi: dt282x: tidy up Digital I/O subdevice initH Hartley Sweeten
2014-06-26staging: comedi: dt282x: rename the prep_{ai,ao}_dma() functionsH Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove unused chan_to_DAC() macroH Hartley Sweeten
2014-06-26staging: comedi: dt282x: convert private data flags to bit-fieldsH Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove DT2821_SIZE defineH Hartley Sweeten
2014-06-26staging: comedi: dt282x: IRQ and DMA are needed for async command supportH Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove 'volatile' on private data variablesH Hartley Sweeten
2014-06-26staging: comedi: dt282x: fix dt282x_ao_insn_write()H Hartley Sweeten
2014-06-26staging: comedi: dt282x: convert 'dabits' boardinfo to 'ao_maxdata'H Hartley Sweeten
2014-06-26staging: comedi: dt282x: convert 'adbits' boardinfo to 'ai_maxdata'H Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove '= 0' boardinfoH Hartley Sweeten