aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/ni_670x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-03staging: comedi: ni_670x: using the BIT(x) macroSaber Rezvani1-1/+1
2016-08-21staging: comedi: ni_670x: fix block comment issuesH Hartley Sweeten1-34/+28
2015-12-21staging: comedi: use kmalloc_array instead of kmallocGeliang Tang1-2/+3
2015-06-18staging: comedi: ni_670x: rename 'thisboard' variablesH Hartley Sweeten1-6/+6
2015-03-20staging: comedi: ni_670x: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-1/+1
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-3/+1
2014-08-30staging: comedi: ni_670x: use comedi_subdevice 'readback'H Hartley Sweeten1-19/+7
2014-08-30staging: comedi: ni_670x: cleanup ni_670x_ao_winsn()H Hartley Sweeten1-19/+21
2014-07-30staging: comedi: ni_670x: use the comedi_device 'mmio' memberH Hartley Sweeten1-17/+11
2014-07-17staging: comedi: ni_670x: fix compile on ARCH=armH Hartley Sweeten1-0/+1
2014-07-16staging: comedi: ni_670x: remove COMEDI_MITE and HAS_DMA dependancyH Hartley Sweeten1-21/+38
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten1-4/+2
2014-02-07staging: comedi: drivers: remove final 'attach' messagesH Hartley Sweeten1-3/+0
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten1-8/+3
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-18/+7
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-3/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-05staging: comedi: range: introduce some simple mA rangesH Hartley Sweeten1-2/+0
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott1-1/+0
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-1/+5
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-0/+2
2013-03-11staging: comedi: ni_670x: use the pci id_table 'driver_data'H Hartley Sweeten1-31/+22
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-2/+2
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-0/+2
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
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-13staging/comedi: fix the spaces issue around that '=' in drivers/ni_670x.cYAMANE Toshiaki1-1/+1
2012-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-3/+4
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-1/+2
2012-09-17staging: comedi: ni_670x: remove spurious free_irq() callIan Abbott1-3/+0
2012-09-17staging: comedi: ni_670x: use mite_alloc()Ian Abbott1-17/+5
2012-09-17staging: comedi: ni_670x: use comedi attach_pci callbackIan Abbott1-25/+26
2012-09-05staging: comedi: ni_670x: remove subdevice pointer mathH Hartley Sweeten1-3/+3
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