aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_daq_700.c
AgeCommit message (Expand)Author
2014-06-11staging: comedi: ni_daq_700: add mux settling delayIan Abbott
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten
2013-02-04staging: comedi: ni_daq_700: use comedi_pcmcia_disable() for (*detach)H Hartley Sweeten
2013-02-04staging: comedi: ni_daq_700: use comedi_pcmcia_{enable, disable}H Hartley Sweeten
2013-01-31staging: comedi: ni_daq_700: convert to auto attachH Hartley Sweeten
2013-01-17staging/comedi/ni_daq_700: Convert to module_comedi_pcmcia_driverPeter Huewe
2012-10-22staging: comedi: ni_daq_700: fix dio subdevice regressionFred Brooks
2012-09-26staging: comedi: ni_daq_700: add AI subdeviceIan Abbott
2012-09-26staging: comedi: ni_daq_700: rename functions for DIO subdeviceIan Abbott
2012-09-26staging: comedi: ni_daq_700: use prefix daq700Ian Abbott
2012-09-05staging: comedi: ni_daq_700: remove subdevice pointer mathH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: refactor the pcmcia attach/detachH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove the pcmcia suspend/resumeH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove unneeded pcmcia private dataH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove unused pcmcia 'stop' logicH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: cleanup pcmcia debug output messagesH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: fix return for insn_config functionH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issueH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove some dangling ';'H Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove local variable in the 'attach' functionH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk'sH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove the #ifdef'ed out irq codeH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove the subdev_700_init functionH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove a couple unused definesH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove the CALLBACK_* codeH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove unused private data variableH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove thisboard macroH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: move the boardinfo variableH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Remove bustype variable from the boardinfoH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Remove unneeded variables from the boardinfoH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Remove unused variables from the boardinfoH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Remove a "do nothing" function stubH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Remove the unused private data structH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: Move the comedi_driver variableH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: refactor the pcmcia support codeH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove some useless commentsH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: cleanup to the pcmcia_driver declarationH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: change driver registration orderH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: consolidate the init and exit functionsH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: add the module_{init, exit} declarationsH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: move the MODULE_* stuff to the EOFH Hartley Sweeten
2012-06-22staging: comedi: ni_daq_700: remove exported symbolsH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2011-07-05Staging: comedi: fix prink warning style issue in ni_daq_700.cRavishankar
2011-05-06staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches
2010-10-22pcmcia: fix ni_daq_700 compilationDominik Brodowski