aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/cb_pcidio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-13staging: comedi: remove cb_pcidio driverH Hartley Sweeten1-189/+0
2012-09-05staging: comedi: cb_pcidio: remove subdevice pointer mathH Hartley Sweeten1-2/+2
2012-08-17staging: comedi: cb_pcidio: use attach_pci callbackH Hartley Sweeten1-56/+41
2012-08-17staging: comedi: cb_pcidio: remove thisboard macroH Hartley Sweeten1-10/+3
2012-07-19staging: comedi: cb_pcidio: remove the private dataH Hartley Sweeten1-24/+0
2012-07-19staging: comedi: cb_pcidio: store the iobase in the comedi_deviceH Hartley Sweeten1-7/+4
2012-07-19staging: comedi: cb_pcidio: store the pci_dev in the comedi_deviceH Hartley Sweeten1-13/+12
2012-07-19staging: comedi: cb_pcidio: cleanup "find pci device" codeH Hartley Sweeten1-18/+13
2012-07-19staging: comedi: cb_pcidio: factor out the "find pci device" codeH Hartley Sweeten1-29/+25
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-4/+5
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-4/+0
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-2/+1
2012-05-15staging: comedi: refactor cb_pcidio driver and use module_comedi_pci_driverH Hartley Sweeten1-105/+23
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-11-26Staging: comedi: fix printk issue in cb_pcidio.cRavishankar karkala Mallikarjunayya1-15/+8
2010-08-31staging: comedi (cb_pcidio): user PCI_DEVICE() macroJavier Martinez Canillas1-5/+4
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-3/+1
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-03-03Staging: comedi: cb_pcidio.c: Checkpatch cleanupAndrea Gelmini1-4/+2
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-10-09Staging: comedi: cb_pcidio: fix "section mismatch" errorIan Abbott1-2/+6
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-37/+37
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-19/+19
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-4/+4
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-13/+20
2009-04-03Staging: comedi: Remove pcidio_private typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove pcidio_board typedefBill Pemberton1-7/+7
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-1/+1
2009-04-03Staging: comedi: add cb_pcidio driverYoshiya Matsuzaka1-0/+294