aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dt282x.c
AgeCommit message (Expand)Author
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
2014-06-26staging: comedi: dt282x: move boardinfo declarationH Hartley Sweeten
2014-06-26staging: comedi: dt282x: remove forward declarationsH Hartley Sweeten
2014-05-28staging: comedi: dt282x: use comedi_fc helpers to validate timer argsH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-22staging: comedi: dt282x: fix the ao cmd->start_arg use for TRIG_INTH Hartley Sweeten
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten
2014-03-17staging: comedi: dt282x: use cfc_handle_events()H Hartley Sweeten
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-14staging: comedi: dt282x: use comedi_timeout()H Hartley Sweeten
2013-12-17staging: comedi: dt282x: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-06staging: comedi: dt282x: use dev->write_subdevH Hartley Sweeten
2013-12-06staging: comedi: dt282x: use dev->read_subdevH Hartley Sweeten