aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/cb_das16_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13staging: comedi: cb_das16_cs: rename private data member 'status[12]'H Hartley Sweeten1-32/+32
2015-10-13staging: comedi: cb_das16_cs: mode analog output commentH Hartley Sweeten1-1/+1
2015-10-13staging: comedi: cb_das16_cs: the DAC16/16-AO only has 4 digital I/OH Hartley Sweeten1-2/+4
2015-10-13staging: comedi: cb_das16_cs: hookup 8254 counter subdeviceH Hartley Sweeten1-1/+48
2015-10-13staging: comedi: cb_das16_cs: tidy up analog input subdevice initH Hartley Sweeten1-7/+7
2015-10-13staging: comedi: cb_das16_cs: refactor 'n_ao_chans' boardinfoH Hartley Sweeten1-6/+4
2015-10-13staging: comedi: cb_das16_cs: define the misc1 and misc2 register bitsH Hartley Sweeten1-22/+74
2015-10-13staging: comedi: cb_das16_cs: fix ai mux register programmingH Hartley Sweeten1-1/+6
2015-10-13staging: comedi: cb_das16_cs: rename register map definesH Hartley Sweeten1-20/+25
2015-10-13staging: comedi: cb_das16_cs: tidy up multi-line commentsH Hartley Sweeten1-30/+31
2015-04-03staging: comedi: cb_das16_cs: remove #include "comedi_fc.h"Ian Abbott1-1/+0
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-2/+0
2015-03-01staging: comedi: cb_das16_cs: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-5/+7
2015-02-07staging: comedi: cb_das16_cs: include new "comedi_pcmcia.h" headerIan Abbott1-4/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-08-30staging: comedi: cb_das16_cs: use comedi_subdevice 'readback'H Hartley Sweeten1-27/+17
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-2/+0
2014-05-23Staging: comedi: fixed warning shown by checkpatch tool on cb_das16_cs.c fileRaghavendra Ganiga1-0/+1
2014-02-14staging: comedi: cb_das16_cs: remove incomplete async command supportH Hartley Sweeten1-124/+0
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten1-3/+1
2014-02-14staging: comedi: cb_das16_cs: use comedi_timeout()H Hartley Sweeten1-8/+18
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-4/+0
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-6/+6
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-6/+3
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-21/+10
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex cases"Greg Kroah-Hartman1-10/+21
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten1-21/+10
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-3/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten1-1/+1
2013-02-04staging: comedi: cb_das16_cs: use comedi_pcmcia_disable() for (*detach)H Hartley Sweeten1-6/+1
2013-02-04staging: comedi: cb_das16_cs: use pcmcia_request_irq()H Hartley Sweeten1-8/+3
2013-02-04staging: comedi: cb_das16_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten1-22/+4
2013-01-31staging: comedi: cb_das16_cs: convert to auto attachH Hartley Sweeten1-66/+49
2013-01-17staging/comedi/cb_das16_cs: Convert to module_comedi_pcmcia_driverPeter Huewe1-24/+1
2012-11-14staging: comedi: cb_das16_cs: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-45/+19
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-2/+5
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-35/+15
2012-09-05staging: comedi: cb_das16_cs: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-06-26staging: comedi: cb_das16_cs: remove unneeded default case in analog in readH Hartley Sweeten1-2/+0
2012-06-26staging: comedi: cb_das16_cs: reword the comment about PCMCIA supportH Hartley Sweeten1-2/+2
2012-06-26staging: comedi: cb_das16_cs: fix a multi-line commentH Hartley Sweeten1-2/+4
2012-06-26staging: comedi: cb_das16_cs: remove some commented out debugH Hartley Sweeten1-3/+0
2012-06-26staging: comedi: cb_das16_cs: use the BIP_RANGE helper macroH Hartley Sweeten1-6/+7
2012-06-26staging: comedi: cb_das16_cs: remove unused variable in private dataH Hartley Sweeten1-2/+0
2012-06-26staging: comedi: cb_das16_cs: use #define'd io reg offsetsH Hartley Sweeten1-14/+14
2012-06-26staging: comedi: cb_das16_cs: cleanup das16cs_ai_rinsn()H Hartley Sweeten1-10/+20
2012-06-26staging: comedi: cb_das16_cs: add whitespace to the subdev initH Hartley Sweeten1-24/+24