summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/cb_das16_cs.c
AgeCommit message (Expand)Author
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten
2013-02-04staging: comedi: cb_das16_cs: use comedi_pcmcia_disable() for (*detach)H Hartley Sweeten
2013-02-04staging: comedi: cb_das16_cs: use pcmcia_request_irq()H Hartley Sweeten
2013-02-04staging: comedi: cb_das16_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten
2013-01-31staging: comedi: cb_das16_cs: convert to auto attachH Hartley Sweeten
2013-01-17staging/comedi/cb_das16_cs: Convert to module_comedi_pcmcia_driverPeter Huewe
2012-11-14staging: comedi: cb_das16_cs: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-05staging: comedi: cb_das16_cs: remove subdevice pointer mathH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unneeded default case in analog in readH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: reword the comment about PCMCIA supportH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: fix a multi-line commentH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove some commented out debugH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: use the BIP_RANGE helper macroH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unused variable in private dataH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: use #define'd io reg offsetsH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: cleanup das16cs_ai_rinsn()H Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: add whitespace to the subdev initH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: return '0' for successful attachH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: consolidate the attach messagesH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: cleanup the boardinfoH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove the debug output of the "fingerprint"H Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: probe for the device firstH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unneeded includeH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: fix analog output subdevice initH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: cleanup dio subdevice initializationH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unused timer subdeviceH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove skel driver cut-and-paste commentsH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove n_boards defineH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove thisboard and devpriv macrosH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: refactor the comedi attach/detachH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: Move the comedi_driver variableH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unneeded pcmcia private dataH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove the pcmcia suspend/resumeH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logicH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: refactor the pcmcia attach/detachH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: refactor the pcmcia support codeH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove some useless commentsH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: cleanup the pcmcia_driver declarationH Hartley Sweeten
2012-06-26staging: comedi: cb_das13_cs: change driver registration orderH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: consolidate the init and exit functionsH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: add module_{init, exit} declarationsH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: move the MODULE_* stuff to the EOFH Hartley Sweeten
2012-06-26staging: comedi: cb_das16_cs: remove CONFIG_PCMCIA checkH Hartley Sweeten
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten