summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/cb_pcidas.c
AgeCommit message (Expand)Author
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-05staging: comedi: cb_pcidas: remove subdevice pointer mathH Hartley Sweeten
2012-08-17staging: comedi: cb_pcidas: use attach_pci callbackH Hartley Sweeten
2012-07-19staging: comedi: cb_pcidas: store the pci_dev in the comedi_deviceH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix dac08_write_insn()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup dac08_write()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup cb_pcidas_ai_rinsn()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_nofifo_winsn()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_fifo_winsn()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix remaining checkpatch.pl issuesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: add whitespace to all the #define'sH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: change dac bit enums into definesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix comments in private data structH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove 'volatile' on private data variablesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix comments in *_cmdtest functionsH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix some > 80 char linesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: fix a space before tab issueH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: check for failure of subdev_8255_initH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: use the driver_name for the resource nameH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: move the "find pci" dev_printk messagesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup ai_config_insn()H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup the boardinfo 4H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup the boardinfo 3H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup the boardinfo 2H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: cleanup the boardinfo 1H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: simplify the boardinfoH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove unused io region size definesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove CB_PCIDAS_DEBUG defineH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove the PCI BAR index definesH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove some obvious comments in the attachH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: factor out the find pci device codeH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove thisboard and devpriv macrosH Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 9H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 8H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 7H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 6H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 5H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 4H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 3H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 2H Hartley Sweeten
2012-07-06staging: comedi: cb_pcidas: remove forward declarations 1H 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
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: Fix typo in comediMasanari Iida
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-15staging: comedi: refactor cb_pcidas driver and use module_comedi_pci_driverH Hartley Sweeten
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott