summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/cb_pcimdda.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-0/+2
* 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/drivers: use auto_attach instead of attach_pciIan Abbott2012-10-301-3/+4
* staging: comedi: comedidev.h: add PCI_VENDOR_ID_CBH Hartley Sweeten2012-10-241-2/+1
* staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten2012-10-231-1/+0
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: cb_pcimdda: remove subdevice pointer mathH Hartley Sweeten2012-09-051-3/+3
* staging: comedi: cb_pcimdda: use attach_pci callbackH Hartley Sweeten2012-08-171-51/+14
* staging: comedi: cb_pcimdda: cleanup the analog out read/writeH Hartley Sweeten2012-08-171-37/+26
* staging: comedi: cb_pcimdda: minor cleanup of the private dataH Hartley Sweeten2012-08-171-9/+2
* staging: comedi: cb_pcimdda: fix bug in call to subdev_8255_cleanupH Hartley Sweeten2012-08-171-1/+1
* staging: comedi: cb_pcimdda: remove attached_to_8255 from private dataH Hartley Sweeten2012-08-171-10/+2
* staging: comedi: cb_pcimdda: remove boardinfoH Hartley Sweeten2012-08-171-30/+8
* staging: comedi: cb_pcimdda: remove ao_chans and ao_bits from boardinfoH Hartley Sweeten2012-08-171-6/+2
* staging: comedi: cb_pcimdda: remove regs_badrindex and reg_sz from boardinfoH Hartley Sweeten2012-08-171-6/+1
* staging: comedi: cb_pcimdda: remove dio_offset from the boardinfoH Hartley Sweeten2012-08-171-4/+1
* staging: comedi: cb_pcimdda: define the register mapH Hartley Sweeten2012-08-171-0/+6
* staging: comedi: cb_pcimdda: remove dio_chans from the private dataH Hartley Sweeten2012-08-171-11/+5
* staging: comedi: cb_pcimdda: remove the DIO_METHODSH Hartley Sweeten2012-08-171-22/+5
* staging: comedi: cb_pcimdda: cleanup the 8255 subdevice initH Hartley Sweeten2012-08-171-17/+14
* staging: comedi: cb_pcimdda: store the pci_dev in the comedi_deviceH Hartley Sweeten2012-08-171-10/+8
* staging: comedi: cb_pcimdda: use dev->iobaseH Hartley Sweeten2012-08-171-6/+5
* staging: comedi: cb_pcimdda: cleanup pci probeH Hartley Sweeten2012-08-171-45/+17
* staging: comedi: cb_pcimdda: add namespace to the driverH Hartley Sweeten2012-08-171-33/+33
* staging: comedi: cb_pcimdda: remove forward declarationsH Hartley Sweeten2012-08-171-147/+94
* staging: comedi: cb_pcimdda: remove thisboard and devpriv macrosH Hartley Sweeten2012-08-171-19/+14
* staging: comedi: cb_pcimdda: remove REG_SZ and REGS_BARINDEX macrosH Hartley Sweeten2012-08-171-4/+1
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-2/+3
* staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten2012-06-121-4/+0
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: remove private header comedi_pci.hH Hartley Sweeten2012-06-041-2/+0
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-22/+1
* staging: comedi: refactor cb_pcimdda driver and use module_comedi_pci_driverH Hartley Sweeten2012-05-151-71/+38
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-1/+1
* Staging: comedi: fix line over 80 character issue in cb_pcimdda.cRavishankar karkala Mallikarjunayya2011-12-081-7/+17
* staging/comedi/cb_pcimdda: Convert pci_table entries to PCI_DEVICE (if PCI_AN...Peter Huewe2011-11-261-4/+2
* Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-4/+2
* Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas2010-06-171-1/+39
* Staging: comedi: move another pci device id to the driverGreg Kroah-Hartman2010-05-111-1/+2
* Staging: comedi: cb_pcimdda.c: Checkpatch cleanupAndrea Gelmini2010-03-031-5/+3
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-30/+31
* Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton2009-06-191-3/+1
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-13/+13
* Staging: comedi: Remove parens around return valuesBill Pemberton2009-06-191-1/+1
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-1/+2
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-14/+14
* Staging: comedi: Remove C99 commentsBill Pemberton2009-06-191-4/+4