aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_6527.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-493/+0
2021-03-10staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2020-07-27Merge 5.8-rc7 into staging-nextGreg Kroah-Hartman1-1/+1
2020-07-25staging: comedi: ni: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-20staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott1-1/+1
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
2015-12-21comedi: ni_6527: Fix coding style - use BIT macroRanjith Thangavel1-12/+12
2015-04-03staging: comedi: ni_6527: remove #include "comedi_fc.h"Ian Abbott1-12/+11
2015-03-20staging: comedi: ni_6527: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-01-09staging: comedi: ni_6527: rewrite "Devices:" lineIan Abbott1-2/+1
2014-10-29staging: comedi: ni_6527: use comedi_buf_write_samples()H Hartley Sweeten1-2/+1
2014-10-29staging: comedi: ni_6527: remove deadcode in ni6527_intr_cmdtest()H Hartley Sweeten1-3/+0
2014-10-20staging: comedi: ni_6527: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-5/+1
2014-08-30staging: comedi: ni_6527: remove deadcode in ni6527_intr_cmdtest()H Hartley Sweeten1-3/+2
2014-07-30staging: comedi: ni_6527: iounmap resource when detachedH Hartley Sweeten1-0/+2
2014-07-30staging: comedi: ni_6527: use the comedi_device 'mmio' memberH Hartley Sweeten1-52/+33
2014-07-22staging: comedi: ni_6527: reset edge detection registersIan Abbott1-0/+3
2014-07-22staging: comedi: ni_6527: support INSN_CONFIG_DIGITAL_TRIGIan Abbott1-11/+61
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten1-1/+2
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-03staging: comedi: ni_6527: change MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-10-03staging: comedi: ni_6527: tidy up multi-line commentsH Hartley Sweeten1-30/+31
2013-10-03staging: comedi: ni_6527: tidy up the comedi_driver declarationH Hartley Sweeten1-4/+4
2013-10-03staging: comedi: ni_6527: tidy up ni6527_auto_attach()H Hartley Sweeten1-18/+20
2013-10-03staging: comedi: ni_6527: tidy up the interrupt subdeviceH Hartley Sweeten1-18/+21
2013-10-03staging: comedi: ni_6527: introduce ni6527_reset()H Hartley Sweeten1-9/+16
2013-10-03staging: comedi: ni_6527: remove COMEDI_MITE dependancyH Hartley Sweeten1-29/+18
2013-10-03staging: comedi: ni_6527: tidy up ni6527_intr_insn_config()H Hartley Sweeten1-24/+32
2013-10-03staging: comedi: ni_6527: tidy up ni6527_intr_cancel()H Hartley Sweeten1-2/+2
2013-10-03staging: comedi: ni_6527: tidy up ni6527_intr_cmd()H Hartley Sweeten1-5/+3
2013-10-03staging: comedi: ni_6527: rename CamelCase defines for the control registerH Hartley Sweeten1-14/+18
2013-10-03staging: comedi: ni_6527: rename CamelCase defines for the clear registerH Hartley Sweeten1-14/+13
2013-10-03staging: comedi: ni_6527: tidy up ni6527_interrupt()H Hartley Sweeten1-13/+14
2013-10-03staging: comedi: ni_6527: use dev->read_subdev in interrupt handlerH Hartley Sweeten1-1/+1
2013-10-03staging: comedi: ni_6527: tidy up ni6527_{di, do}_insn_bits()H Hartley Sweeten1-17/+20
2013-10-03staging: comedi: ni_6527: tidy up ni6527_di_insn_config()H Hartley Sweeten1-17/+21
2013-10-03staging: comedi: ni_6527: factor out the code that sets the filter enablesH Hartley Sweeten1-10/+14
2013-10-03staging: comedi: ni_6527: factor out the code that sets the filter intervalH Hartley Sweeten1-14/+19
2013-10-03staging: comedi: ni_6527: remove extra probe noiseH Hartley Sweeten1-3/+4
2013-10-03staging: comedi: ni_6527: remove unused DEBUG* definesH Hartley Sweeten1-3/+0
2013-10-03staging: comedi: ni_6527: remove unused NI6527_*_SIZE definesH Hartley Sweeten1-3/+0
2013-10-03staging: comedi: ni_6527: remove DRIVER_NAME defineH Hartley Sweeten1-5/+3
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for complex casesH Hartley Sweeten1-11/+11
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-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-03-15staging: comedi: remove unneeded settings of `dev->iobase`Ian Abbott1-1/+0