aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/cb_pcidas64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: cb_pcidas64: store the pci_dev in the comedi_deviceH Hartley Sweeten1-18/+21
2012-07-19staging: comedi: cb_pcidas64: cleanup "find pci device" codeH Hartley Sweeten1-19/+15
2012-07-19staging: comedi: cb_pcidas64: factor out the "find pci device" codeH Hartley Sweeten1-28/+29
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-3/+3
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-9/+11
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: cb_pcidas64: Fixed coding style errorsDimitrios Semitsoglou-Tsiapos1-3/+3
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-11/+1
2012-05-15staging: comedi: refactor cb_pcidas64 driver and use module_comedi_pci_driverH Hartley Sweeten1-79/+51
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-13Staging: comedi: fix printk issue in cb_pcidas64.cRavishankar karkala Mallikarjunayya1-4/+3
2011-12-13Staging: comedi: fix printk issue in cb_pcidas64.cRavishankar karkala Mallikarjunayya1-10/+9
2011-03-31Fix common misspellingsLucas De Marchi1-7/+7
2010-09-16staging: comedi: fix signess bugVasiliy Kulikov1-1/+1
2010-08-31staging: comedi (cb_pcidas64): use PCI_DEVICE() macroJavier Martinez Canillas1-40/+20
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: cb_pcidas64: fix up build warningsGreg Kroah-Hartman1-4/+6
2010-05-11Staging: comedi: cb_pcidas64.c: fix sparse warningsGreg Kroah-Hartman1-26/+28
2010-05-11Staging: comedi: move another pci device id to the driverGreg Kroah-Hartman1-0/+2
2010-05-11Staging: comedi: cb_pcidas64: fixed a coding style missed in the previous patchJason Wong1-1/+1
2010-05-11Staging: comedi: cb_pcidas64: fixed multiple brace coding style issuesJason Wong1-20/+20
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-853/+935
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-61/+61
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-7/+1
2009-06-19Staging: comedi: more fix "foo * bar" should be "foo *bar"Bill Pemberton1-52/+52
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-361/+361
2009-06-19Staging Comedi: fix spacing around parensBill Pemberton1-1/+1
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-108/+108
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-2/+3
2009-06-19Staging: comedi: remove C99 comments in cb_pcidas64.cBill Pemberton1-299/+299
2009-04-03Staging: comedi: Remove pcidas64_private typedefBill Pemberton1-4/+6
2009-04-03Staging: comedi: Remove pcidas64_board typedefBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove hw_fifo_info_t typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-26/+26
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-34/+34
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-11/+11
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton1-6/+6
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-45/+45
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-127/+127
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-33/+33
2009-04-03Staging: comedi: add cb_pcidas64 driverFrank Mori Hess1-0/+4220