summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_660x.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten2013-01-311-0/+3
* staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe2013-01-251-6/+1
* staging: comedi: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: comedi: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: comedi: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott2012-10-301-3/+4
* staging: comedi: ni_660x: cleanup ni_660x_dio_insn_config()H Hartley Sweeten2012-10-231-16/+21
* staging: comedi: ni_660x: remove ni660x_config_filter()H Hartley Sweeten2012-10-231-11/+5
* staging: comedi: ni_660x: remove ni_660x_get_pfi_routing()H Hartley Sweeten2012-10-231-9/+1
* staging: comedi: ni_660x: remove BUG_ON(chan >= NUM_PFI_CHANNELS)H Hartley Sweeten2012-10-231-2/+0
* staging: comedi: ni_660x: remove inline function board()H Hartley Sweeten2012-10-231-14/+16
* staging: comedi: ni_660x: move module init code to EOFH Hartley Sweeten2012-10-231-212/+179
* staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten2012-10-231-1/+1
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-5/+4
* staging: comedi: ni_660x: remove inline private() functionH Hartley Sweeten2012-10-221-74/+90
* staging: comedi: ni_660x: local functions should not be exportedH Hartley Sweeten2012-09-171-2/+2
* staging: comedi: ni_660x: use mite_alloc()Ian Abbott2012-09-171-16/+3
* staging: comedi: ni_660x: use comedi attach_pci callbackIan Abbott2012-09-171-39/+40
* staging: comedi: ni_660x: use module_comedi_pci_driver()Ian Abbott2012-09-171-29/+10
* staging: comedi: ni_660x: convert printk() to dev_...()Ian Abbott2012-09-171-14/+4
* staging: comedi: ni_660x: remove subdevice pointer mathH Hartley Sweeten2012-09-051-4/+4
* staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten2012-06-181-1/+1
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-2/+3
* staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten2012-06-121-3/+1
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-7/+2
* staging: comedi: mite: mite_io_addr and daq_io_addr are void __iomem *H Hartley Sweeten2012-05-091-2/+2
* staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott2012-04-101-1/+1
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* Staging: comedi: Add MODULE_LICENSE and similar to NI modulesIan Abbott2011-02-091-0/+4
* Staging: fix typos concerning "address"Uwe Kleine-König2010-07-221-1/+1
* Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas2010-06-171-1/+37
* Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman2010-05-111-6/+5
* Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman2010-03-041-9/+7
|\
| * Staging: comedi: fix bracing coding style and 80 character issues in ni_660x.cGraham M Howe2010-03-041-24/+24
* | Staging: comedi: ni_660x: Checkpatch cleanupsBenjamin Adolphi2010-03-031-35/+36
* | Staging: Comedi: G1-3 status registers not read in ni_gpct_to_660x_register()Roel Kluin2010-03-031-3/+3
|/
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-124/+167
* Staging: comedi: remove RT codeGreg Kroah-Hartman2009-06-191-0/+1
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-21/+19
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-16/+16
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-4/+8
* Staging Comedi: fix spacing around parensBill Pemberton2009-06-191-4/+4
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-52/+52
* Staging: comedi: replace __FUNCTION__ usagesAlessio Igor Bogani2009-06-191-3/+3
* Staging: Comedi: ni_600x: Added support for comedi_poll.Frank Mori Hess2009-06-191-0/+19
* Staging: comedi: Remove C99 commentsBill Pemberton2009-06-191-12/+12
* staging: comedi, remove interrupt.hJiri Slaby2009-06-191-1/+1
* Staging: comedi: Remove ni_660x_private typedefBill Pemberton2009-04-031-5/+5