aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/amplc_pci230.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: comedi: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: comedi: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: comedi: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-14staging: comedi: amplc_pci230: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-81/+39
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-1/+1
2012-10-29staging: comedi: amplc_pci230: use auto_attach() hookIan Abbott1-3/+4
2012-10-24staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMPLICONH Hartley Sweeten1-1/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-5/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-7/+9
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-105/+41
2012-09-05staging: comedi: amplc_pci230: remove subdevice pointer mathH Hartley Sweeten1-4/+4
2012-09-04staging: comedi: amplc_pci230: Fix PCI ref countIan Abbott1-0/+7
2012-07-19staging: comedi: amplc_pci230: store the pci_dev in the comedi_deviceH Hartley Sweeten1-14/+11
2012-07-19staging: comedi: amplc_pci230: cleanup "find pci device" codeH Hartley Sweeten1-14/+8
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/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-11staging: comedi: amplc_pci230: Replace NULLFUNCIan Abbott1-5/+2
2012-06-11staging: comedi: amplc_pci230: add a missing unlockDan Carpenter1-0/+2
2012-06-04staging: comedi: amplc_pci230: Remove forward declarations 4Ian Abbott1-164/+146
2012-06-04staging: comedi: amplc_pci230: Remove forward declarations 3Ian Abbott1-215/+197
2012-06-04staging: comedi: amplc_pci230: Remove forward declarations 2Ian Abbott1-85/+80
2012-06-04staging: comedi: amplc_pci230: Remove forward declarations 1Ian Abbott1-22/+0
2012-06-04staging: comedi: amplc_pci230: Add attach_pci() hookIan Abbott1-277/+301
2012-06-04staging: comedi: amplc_pci230: Remove thisboard and devpriv macrosIan Abbott1-9/+45
2012-06-04staging: comedi: amplc_pci230: Replace printk callsIan Abbott1-28/+22
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 amplc_pci230 driver and use module_comedi_pci_driverH Hartley Sweeten1-66/+36
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-11-26staging/comedi/amplc: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-07-08Staging: comedi: use for_each_pci_dev()Kulikov Vasiliy1-4/+2
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+39
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11Staging: comedi: amplc_pci230: fix brace coding style issueJason Wong1-66/+66
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-229/+266
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-43/+43
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: more fix "foo * bar" should be "foo *bar"Bill Pemberton1-23/+23
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-39/+39
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-45/+45
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-2/+4
2009-04-03Staging: comedi: Remove pci230_board typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-6/+6
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-2/+2