aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_670x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-06staging: comedi: ni_670x: removve unused 'ao_bits'H Hartley Sweeten1-4/+0
2012-07-06staging: comedi: ni_670x: cleanup ni_670x_dio_insn_bits()H Hartley Sweeten1-10/+10
2012-07-06staging: comedi: ni_670x: cleanup the boardinfoH Hartley Sweeten1-18/+16
2012-07-06staging: comedi: ni_670x: fix dereference of an invalid pointerH Hartley Sweeten1-1/+6
2012-07-06staging: comedi: ni_670x: return '0' for successful attachH Hartley Sweeten1-1/+1
2012-07-06staging: comedi: ni_670x: change printk's to cleaned up dev_printk'sH Hartley Sweeten1-6/+4
2012-07-06staging: comedi: ni_670x: remove n_ni_670x_boards macroH Hartley Sweeten1-3/+1
2012-07-06staging: comedi: ni_670x: remove thisboard and devpriv macrosH Hartley Sweeten1-5/+14
2012-07-06staging: comedi: ni_670x: remove forward declarationsH Hartley Sweeten1-99/+83
2012-07-06staging: comedi: ni_670x: use module_comedi_pci_driverH Hartley Sweeten1-57/+33
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+3
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-8/+2
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+1
2011-02-09Staging: comedi: Add MODULE_LICENSE and similar to NI modulesIan Abbott1-0/+4
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-1/+37
2010-05-11Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman1-8/+3
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: comedi: ni_670x: Checkpatch cleanupsBenjamin Adolphi1-14/+18
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-44/+55
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-1/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-16/+16
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-1/+2
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-22/+22
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove ni_670x_board typedefBill Pemberton1-4/+5
2009-04-03Staging: comedi: Remove ni_670x_private typedefBill Pemberton1-4/+6
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-8/+8
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
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-9/+9
2009-04-03Staging: comedi: add ni_670x driverBart Joris1-0/+334