aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci9118.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19staging: comedi: adl_pci9118: store the pci_dev in the comedi_deviceH Hartley Sweeten1-15/+18
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
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: adl_pci9118: if test should use logical AND not bitwise ANDH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: Fix typo in comediMasanari Iida1-1/+1
2012-06-04staging: comedi: adl_pci9118: factor out the find PCI device codeH Hartley Sweeten1-55/+44
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-3/+1
2012-05-15staging: comedi: refactor adl_pci9118 driver and use module_comedi_pci_driverH Hartley Sweeten1-86/+92
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
2011-06-09Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman1-0/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-10-07Staging: comedi: file: Removed braces from some statement blocksMaurice Dawson1-12/+9
2010-10-05staging: comedi: file: Removed whitespaces before quoted newlinesMaurice Dawson1-7/+7
2010-09-05Staging: comedi: Fix unsigned return typeJulia Lawall1-1/+1
2010-08-31staging: comedi (adl_pci9118): use PCI_DEVICE() macroJavier Martinez Canillas1-3/+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: adl_pci9118.c: fix unsigned problem with divisorsGreg Kroah-Hartman1-1/+2
2010-05-11Staging: comedi: remove local pci_ids.h fileGreg Kroah-Hartman1-1/+2
2010-05-11Staging: comedi: adl_pci9118: fixed multiple brace coding style issuesJason Wong1-21/+21
2010-05-11Staging: comedi: fix KERN_facility level coding style issue in adl_pci9118.cMaurice Dawson1-6/+5
2010-05-11Staging: comedi: fix 80 character coding style issue in adl_pci9118.cMaurice Dawson1-248/+530
2010-05-11Staging: comedi: fix indent coding style issue in adl_pci9118.cMaurice Dawson1-10/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03staging: fix typos "couter" -> "counter"Uwe Kleine-König1-3/+3
2009-12-11Staging: comedi: initialize divisor variablesIan Abbott1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-243/+289
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-33/+33
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-7/+7
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-12/+15
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-50/+50
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-1/+2
2009-06-19Staging: comedi: remove C99 comments in adl_pci9118.cBill Pemberton1-225/+225
2009-04-03Staging: comedi: Remove pci9118_private typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove boardtype typedef in adl_pci9118.cBill Pemberton1-6/+6
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-2/+2
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-26/+26
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-40/+40
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-18/+18
2009-04-03Staging: comedi: add adl_pci9118 driverMichal Dobes1-0/+2100