aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci6208.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: adl_pci6208: store the pci_dev in the comedi_deviceH Hartley Sweeten1-9/+10
2012-07-06staging: comedi: adl_pci6208: use the driver_name for the resource nameH Hartley Sweeten1-1/+1
2012-07-06staging: comedi: adl_pci6208: cleanup pci6208_attach()H Hartley Sweeten1-3/+2
2012-07-06staging: comedi: adl_pci6208: cleanup pci6208_ao_rinsn()H Hartley Sweeten1-2/+2
2012-07-06staging: comedi: adl_pci6208: cleanup pci6208_ao_winsn()H Hartley Sweeten1-9/+12
2012-07-06staging: comedi: adl_pci6208: fix the ao_readback variable sizeH Hartley Sweeten1-1/+3
2012-07-06staging: comedi: adl_pci6208: remove unused variable in the private dataH Hartley Sweeten1-1/+0
2012-07-06staging: comedi: adl_pci6208: remove some useless commentsH Hartley Sweeten1-20/+5
2012-07-06staging: comedi: adl_pci6208: remove the bogus pci devicesH Hartley Sweeten1-18/+4
2012-07-06staging: comedi: adl_pci6208: return '0' for successful attachH Hartley Sweeten1-1/+1
2012-07-06staging: comedi: adl_pci6208: add whitespace to the subdev initH Hartley Sweeten1-17/+17
2012-07-06staging: comedi: adl_pci6208: fix the digital i/o subdeviceH Hartley Sweeten1-56/+50
2012-07-06staging: comedi: adl_pci6208: consolidate the attach messagesH Hartley Sweeten1-3/+2
2012-07-06staging: comedi: adl_pci6208: pass on the error code from comedi_pci_enableH Hartley Sweeten1-9/+10
2012-07-06staging: comedi: adl_pci6208: remove pci6208_pci_setup()H Hartley Sweeten1-27/+7
2012-07-06staging: comedi: adl_pci6208: cleanup pci6208_pci_setup()H Hartley Sweeten1-18/+1
2012-07-06staging: comedi: adl_pci6208: document the register map of the deviceH Hartley Sweeten1-0/+12
2012-07-06staging: comedi: adl_pci6208: remove the boardinfo 'ao_bits'H Hartley Sweeten1-4/+0
2012-07-06staging: comedi: adl_pci6208: refactor pci6208_find_device()H Hartley Sweeten1-49/+32
2012-07-06staging: comedi: adl_pci6208: remove thisboard and devpriv macrosH Hartley Sweeten1-6/+10
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-2/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+3
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove private header comedi_pci.hH Hartley Sweeten1-1/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-5/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-35/+15
2012-04-24staging: comedi: refactor the adl_pci6208 driver to remove the forward declarationsH Hartley Sweeten1-162/+119
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2010-08-31staging: comedi (adl_pci6208): use PCI_DEVICE() macroJavier Martinez Canillas1-3/+2
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-4/+2
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11Staging: comedi: fix space before tabs coding style issue in adl_pci6208.cJaakko Niemelä1-5/+5
2009-12-11Staging: comedi: adl_pci6208: code styling fixVlatko Kosturjak1-20/+33
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-42/+51
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-4/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-16/+16
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-14/+14
2009-06-19Staging: comedi: remove C99 comments in adl_pci6208.cBill Pemberton1-61/+61
2009-04-03Staging: comedi: Remove pci6208_private typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove pci6208_board typedefBill Pemberton1-5/+6
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-9/+9
2009-04-03Staging: comedi: add adl_pci6208 drivernsyeow1-0/+390