summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/cb_pcidas64.c
Commit message (Expand)AuthorAgeFilesLines
* staging/comedi: Remove if(); statement without effectPeter Huewe2013-02-151-1/+0
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-1/+3
* staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe2013-01-251-6/+1
* staging: comedi: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: comedi: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: comedi: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: comedi: cb_pcidas64: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten2012-11-141-51/+21
* staging: comedi: cb_pcidas64: update driver commentIan Abbott2012-11-061-33/+33
* staging: comedi: cb_pcidas64: fix forward declararions 4Ian Abbott2012-11-061-198/+188
* staging: comedi: cb_pcidas64: fix forward declarations 3Ian Abbott2012-11-061-391/+377
* staging: comedi: cb_pcidas64: fix forward declarations 2Ian Abbott2012-11-061-176/+175
* staging: comedi: cb_pcidas64: fix forward declarations 1Ian Abbott2012-11-061-218/+168
* staging: comedi: cb_pcidas64: remove board(dev) inlineIan Abbott2012-11-061-81/+114
* staging: comedi: cb_pcidas64: whitespace/brace changesIan Abbott2012-11-061-249/+311
* staging: comedi: cb_pcidas64: fix printksIan Abbott2012-11-061-13/+14
* staging: comedi: cb_pcidas64: use auto_attach methodIan Abbott2012-11-061-39/+18
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten2012-10-241-22/+20
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: cb_pcidas64: remove inline priv() functionH Hartley Sweeten2012-10-221-411/+466
* staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten2012-09-261-76/+30
* staging: comedi: cb_pcidas64: remove subdevice pointer mathH Hartley Sweeten2012-09-051-11/+11
* staging: comedi: cb_pcidas64: store the pci_dev in the comedi_deviceH Hartley Sweeten2012-07-191-18/+21
* staging: comedi: cb_pcidas64: cleanup "find pci device" codeH Hartley Sweeten2012-07-191-19/+15
* staging: comedi: cb_pcidas64: factor out the "find pci device" codeH Hartley Sweeten2012-07-191-28/+29
* staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten2012-06-181-3/+3
* staging: comedi: change device used in dev_...() callsIan Abbott2012-06-181-9/+11
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-2/+4
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: cb_pcidas64: Fixed coding style errorsDimitrios Semitsoglou-Tsiapos2012-06-041-3/+3
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-041-1/+0
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-11/+1
* staging: comedi: refactor cb_pcidas64 driver and use module_comedi_pci_driverH Hartley Sweeten2012-05-151-79/+51
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Staging: comedi: fix printk issue in cb_pcidas64.cRavishankar karkala Mallikarjunayya2011-12-131-4/+3
* Staging: comedi: fix printk issue in cb_pcidas64.cRavishankar karkala Mallikarjunayya2011-12-131-10/+9
* Fix common misspellingsLucas De Marchi2011-03-311-7/+7
* staging: comedi: fix signess bugVasiliy Kulikov2010-09-161-1/+1
* staging: comedi (cb_pcidas64): use PCI_DEVICE() macroJavier Martinez Canillas2010-08-311-40/+20
* Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-4/+2
* Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas2010-06-171-1/+37
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* Staging: comedi: cb_pcidas64: fix up build warningsGreg Kroah-Hartman2010-05-111-4/+6
* Staging: comedi: cb_pcidas64.c: fix sparse warningsGreg Kroah-Hartman2010-05-111-26/+28
* Staging: comedi: move another pci device id to the driverGreg Kroah-Hartman2010-05-111-0/+2
* Staging: comedi: cb_pcidas64: fixed a coding style missed in the previous patchJason Wong2010-05-111-1/+1
* Staging: comedi: cb_pcidas64: fixed multiple brace coding style issuesJason Wong2010-05-111-20/+20
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-853/+935
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-61/+61
* Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton2009-06-191-7/+1