aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/me_daq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: me_daq: store the pci_dev in the comedi_deviceH Hartley Sweeten1-7/+8
2012-07-19staging: comedi: me_daq: cleanup "find pci device" codeH Hartley Sweeten1-40/+23
2012-07-19staging: comedi: me_daq: factor out the "find pci device" codeH Hartley Sweeten1-19/+30
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+1
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-2/+0
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-3/+1
2012-05-14staging: comedi: Use module_comedi_pci_driver and standardize driversH Hartley Sweeten1-32/+14
2012-05-09staging: comedi: refactor me_daq driver to remove forward declarationsH Hartley Sweeten1-64/+51
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-11-26staging/comedi/me_daq: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
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: move a pci vendor idGreg Kroah-Hartman1-0/+1
2009-10-14Staging: comedi: fix sched.h build breakageGreg Kroah-Hartman1-0/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-104/+114
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+2
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-5/+5
2009-01-06Staging: comedi: me_daq: fix sparse issuesGreg Kroah-Hartman1-3/+3
2009-01-06Staging: comedi: me_daq: remove typedefsGreg Kroah-Hartman1-11/+10
2009-01-06Staging: comedi: me_daq: fix checkpatch.pl issuesGreg Kroah-Hartman1-311/+298
2009-01-06Staging: comedi: add me_daq driverMichael Hillmann1-0/+859