aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_pcimio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-11staging: comedi: ni_pcimio: replace comedi_board() callsIan Abbott1-1/+1
2014-07-30staging: comedi: mite: use the comedi_device 'mmio' memberH Hartley Sweeten1-0/+2
2014-07-30staging: comedi: mite: pass comedi_device to mite_setup()H Hartley Sweeten1-4/+2
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change)H Hartley Sweeten1-10/+5
2014-07-17staging: comedi: usbduxfast: convert pr_warn() to dev_warn()H Hartley Sweeten1-1/+1
2014-07-16staging: comedi: ni_mio_common: refactor 'num_p0_dio_channels' boardinfoH Hartley Sweeten1-57/+10
2014-07-16staging: comedi: ni_stc.h: refactor 'aobits' boardinfoH Hartley Sweeten1-44/+44
2014-07-16staging: comedi: ni_stc.h: refactor 'adbits' boardinfoH Hartley Sweeten1-49/+49
2014-07-16staging: comedi: ni_stc.h: add some 'is_{board type}' flags to private dataH Hartley Sweeten1-1/+19
2014-07-16staging: comedi: ni_stc.h: remove 'ao_unipolar' flag from ni_board_structH Hartley Sweeten1-16/+0
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten1-4/+1
2014-06-29staging: comedi: mite.h: remove mite_irq()H Hartley Sweeten1-1/+1
2014-06-29staging: comedi: ni_pcimio: remove ATMIO and PCIMIO definesH Hartley Sweeten1-3/+0
2014-06-29staging: comedi: ni_pcimio: remove DRV_NAME defineH Hartley Sweeten1-2/+0
2014-06-29staging: comedi: ni_mio_common.c: remove IRQ_POLARITY definesH Hartley Sweeten1-3/+1
2014-06-29staging: comedi: ni_mio_common drivers: remove NI_E_IRQ_FLAGS definesH Hartley Sweeten1-3/+1
2014-06-29staging: comedi: ni_mio_common.c: remove interrupt_pin() macrosH Hartley Sweeten1-2/+1
2014-06-29staging: comedi: ni_pcimio: remove forward declarationsH Hartley Sweeten1-72/+62
2014-06-19staging: comedi: ni_stc.h: remove stc read/write callbacks from ni_privateH Hartley Sweeten1-315/+2
2014-06-19staging: comedi: ni_stc.h: remove read/write callbacks from ni_privateH Hartley Sweeten1-83/+25
2014-06-19staging: comedi: ni_stc.h: add a 'is_m_series' flag to private dataH Hartley Sweeten1-1/+3
2014-06-18staging: comedi: ni_stc.h: add read/write callbacks to struct ni_privateH Hartley Sweeten1-34/+84
2014-06-18staging: comedi: ni_stc.h: remove NI_PRIVATE_COMMON macroH Hartley Sweeten1-5/+0
2014-05-23staging: comedi: mite: pass subdevice to mite_buf_change()Ian Abbott1-5/+5
2014-02-07staging: comedi: drivers: return '0' for successful attachH Hartley Sweeten1-1/+1
2013-12-17staging: comedi: ni_pcimio: tidy up comedi_lrange tablesH Hartley Sweeten1-16/+18
2013-12-04staging: comedi: ni_pcimio: tidy up the irq requestH Hartley Sweeten1-12/+7
2013-12-03staging: comedi: ni_pcimio: convert printk() to dev_dbg()H Hartley Sweeten1-3/+3
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-26staging: comedi: ni_pcimio: remove PCI_DEBUGH Hartley Sweeten1-2/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-4/+0
2013-04-05staging: comedi: ni_pcimio: use comedi provided range_bipolar10H Hartley Sweeten1-10/+5
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: remove duplicated include from ni_pcimio.cWei Yongjun1-1/+0
2013-03-11staging: comedi: ni_pcimio: cleanup the boardinfoH Hartley Sweeten1-901/+762
2013-03-11staging: comedi: ni_stc.h: remove boardtype macroH Hartley Sweeten1-1/+3
2013-03-11staging: comedi: ni_pcimio: use the pci id_table 'driver_data'H Hartley Sweeten1-195/+183
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-1/+3
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe1-6/+1
2013-01-07staging: comedi: fix minimum AO period for NI 625x and NI 628xÉric Piel1-8/+8
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-10-30staging: comedi/drivers: use auto_attach instead of attach_pciIan Abbott1-3/+4
2012-10-23staging: comedi: auto-config drivers do not need to set hw_devH Hartley Sweeten1-1/+1
2012-10-22staging/comedi: Use dev_ printks in drivers/ni_pcimio.cYAMANE Toshiaki1-8/+12