aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_pcimio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-1477/+0
2020-07-25staging: comedi: ni: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-05Staging: comedi: drivers: ni_pcimio: Fix variable nameEric Yu1-2/+2
2020-02-10staging: comedi: ni_pcimio: add routes for NI PCIe-6251 and PCIe-6259Ian Abbott1-0/+2
2018-10-09staging: comedi: ni_mio_common: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-0/+21
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-02-14staging: comedi: ni_pcimio: remove unused variable 'serial_number'Karthik Nayak1-9/+0
2017-01-19staging: comedi: ni_pcimio: Support more PXI cardsIan Abbott1-11/+162
2016-08-21staging: comedi: ni_pcimio: fix block commentsH Hartley Sweeten1-110/+106
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-4/+4
2016-05-03staging: comedi: mite: do mite_steup() as part of mite_attach()H Hartley Sweeten1-5/+1
2016-05-03staging: comedi: mite: document mite_alloc()/mite_detach()H Hartley Sweeten1-1/+1
2016-05-03staging: comedi: mite: rename mite member 'mite_io_addr'H Hartley Sweeten1-13/+13
2016-04-28staging: comedi: mite: remove mite_struct member 'daq_phys_addr'H Hartley Sweeten1-1/+5
2016-02-07staging: comedi: ni_pcimio: Adds PXI-6251 to supported boardsSpencer E. Olson1-1/+19
2015-05-09staging: comedi: ni_stc.h: rename the NI-6143 register definesH Hartley Sweeten1-8/+7
2015-05-09staging: comedi: ni_stc.h: tidy up Interrupt_Control_Register and bitsH Hartley Sweeten1-1/+1
2015-03-20staging: comedi: ni_pcmmio: include new "comedi_pci.h" headerIan Abbott1-1/+1
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-1/+0
2015-03-06staging: comedi: ni_pcimio: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-5/+5
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