aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adv_pci_dio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: adv_pci_dio: cleanup "find pci device" codeH Hartley Sweeten1-26/+14
2012-07-19staging: comedi: adv_pci_dio: remove CheckAndAllocCard()H Hartley Sweeten1-38/+1
2012-07-19staging: comedi: adv_pci_dio: factor out the "find pci device" codeH Hartley Sweeten1-19/+29
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-6/+6
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-3/+5
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-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-17/+1
2012-05-15staging: comedi: refactor adv_pci1_dio driver and use module_comedi_pci_driverH Hartley Sweeten1-72/+36
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-3/+1
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2012-02-09staging: comedi: adv_pci_dio: Advantech PCI-1739U supportIan Abbott1-4/+25
2011-11-26Staging: comedi: fix printk issue in adv_pci_dio.cRavishankar karkala Mallikarjunayya1-16/+7
2011-08-23Staging: comedi: do not initialise statics to 0 or NULLMariano Guerra1-1/+1
2011-05-17staging: comedi: adv_pci_dio: Add a counter subdevice to PCI-1751Ian Abbott1-1/+2
2010-08-31staging: comedi (adv_pci_dio): use PCI_DEVICE() macroJavier Martinez Canillas1-15/+14
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-4/+2
2010-06-25Staging: comedi: Coding style cleanups in adv_pci_dio.cMark1-127/+180
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-06-04Staging: comedi: adv_pci_dio: Support Advantech PCI-1735UIan Abbott1-11/+169
2010-05-11Staging: comedi: move another pci vendor idGreg Kroah-Hartman1-0/+2
2010-05-11Staging: comedi: adv_pci_dio: fixed multiple brace coding style issuesJason Wong1-17/+17
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-146/+160
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-9/+9
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-4/+4
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-8/+16
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-31/+31
2009-04-03Staging: comedi: Remove pci_dio_private typedefBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove C99 style comments in adv_pci_dio.cBill Pemberton1-77/+77
2009-04-03Staging: comedi: Remove boardtype typedef in adv_pci_dio.cBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove diosubd_data typedefBill Pemberton1-12/+12
2009-04-03Staging: comedi: Remove hw_cards_id and hw_io_access typedefs in adv_pci_dio.cBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-13/+13
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-21/+21
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-8/+8
2009-04-03Staging: comedi: add adv_pci_dio driverMichal Dobes1-0/+1077