aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das08.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-06staging: comedi: das_08: absorb i8254_struct into the private dataH Hartley Sweeten1-12/+10
2012-07-06staging: comedi: das_08: remove the 8254 'channels' usageH Hartley Sweeten1-1/+0
2012-07-06staging: comedi: das_08: remove the 8254 'logic2phys' usageH Hartley Sweeten1-6/+3
2012-07-06staging: comedi: das_08: remove the cached 8254 'mode'H Hartley Sweeten1-5/+2
2012-07-06staging: comedi: das_08: unwind the 8254 timer supportH Hartley Sweeten1-61/+15
2012-07-06staging: comedi: das_08: use the 8253 helper functionsH Hartley Sweeten1-32/+7
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-4/+4
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: das08: Reduce conditional compilationIan Abbott1-44/+30
2012-06-04staging: comedi: das08: Add attach_pci() hookIan Abbott1-39/+79
2012-06-04staging: comedi: das08: Support multiple PCI card types in futureIan Abbott1-25/+71
2012-06-04staging: comedi: das08: Remove thisboard and devpriv macrosIan Abbott1-3/+16
2012-06-04staging: comedi: das08: Replace printk callsIan Abbott1-19/+11
2012-06-04staging: comedi: das08: Remove forward function declarations.Ian Abbott1-308/+277
2012-06-04staging: comedi: das08: Use module_comedi_{pci_, }driverIan Abbott1-27/+19
2012-06-04staging: comedi: das08: Move I/O resource (de)allocation.Ian Abbott1-30/+27
2012-06-04staging: comedi: das08: Use IS_ENABLED()Ian Abbott1-30/+20
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-8/+1
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2012-04-10staging: comedi: das08: separately configure ISA and PCIIan Abbott1-48/+73
2011-11-26staging/comedi/das08: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-4/+2
2010-06-17Staging: comedi: drivers: das08: Add whitespace to driver comment blockIan Abbott1-5/+5
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11Staging: comedi: drivers: fix coding style issues in das08.cGustavo Silva1-74/+82
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-304/+318
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-2/+2
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-207/+207
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-2/+4
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-38/+38
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-49/+49
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-17/+17
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-18/+18
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-21/+21
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-17/+17
2009-04-03Staging: comedi: add das08 driversDavid Schleef1-0/+1068