aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_65xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-823/+0
2021-03-10staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott1-1/+2
2020-07-25staging: comedi: ni: Replace HTTP links with HTTPS onesAlexander A. Klimov1-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
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-9/+9
2015-12-21comedi: ni_65xx: Fix coding style - use BIT macroRanjith Thangavel1-27/+27
2015-04-03staging: comedi: ni_65xx: remove #include "comedi_fc.h"Ian Abbott1-12/+11
2015-03-20staging: comedi: ni_65xx: include new "comedi_pci.h" headerIan Abbott1-2/+1
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-1/+1
2015-01-09staging: comedi: ni_65xx: use board names on "Devices:" lineIan Abbott1-4/+8
2015-01-09staging: comedi: ni_65xx: rewrite "Devices:" lineIan Abbott1-22/+4
2014-10-29staging: comedi: ni_65xx: use comedi_buf_write_samples()H Hartley Sweeten1-2/+2
2014-10-29staging: comedi: ni_65xx: remove deadcode in ni_65xx_intr_cmdtest()H Hartley Sweeten1-3/+0
2014-10-20staging: comedi: ni_65xx: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-11staging: comedi: ni_65xx: replace comedi_board() callsIan Abbott1-1/+1
2014-08-30staging: comedi: comedi_pci: introduce comedi_pci_detach()H Hartley Sweeten1-6/+2
2014-08-30staging: comedi: ni_65xx: remove deadcode in ni_65xx_intr_cmdtest()H Hartley Sweeten1-3/+2
2014-07-30staging: comedi: ni_65xx: use the comedi_device 'mmio' memberH Hartley Sweeten1-50/+30
2014-07-24staging: comedi: ni_65xx: disable edge detection on initializationIan Abbott1-0/+1
2014-07-24staging: comedi: ni_65xx: support INSN_CONFIG_DIGITAL_TRIGIan Abbott1-3/+36
2014-07-24staging: comedi: ni_65xx: refactor edge detection configurationIan Abbott1-22/+49
2014-07-24staging: comedi: ni_65xx: add ni_65xx_num_ports()Ian Abbott1-6/+8
2014-07-22staging: comedi: ni_65xx: don't invert outputs by defaultIan Abbott1-14/+33
2014-07-16staging: comedi: ni_65xx: factor input filter disable out of (*auto_attach)H Hartley Sweeten1-11/+20
2014-07-16staging: comedi: ni_65xx: fix digital output reset during attachH Hartley Sweeten1-6/+8
2014-07-16staging: comedi: ni_65xx: use the subdevice 'io_bits' to handle the 'invert_outputs'H Hartley Sweeten1-9/+6
2014-07-16staging: comedi: ni_65xx: remove 'output_bits' from private dataH Hartley Sweeten1-21/+20
2014-07-16staging: comedi: ni_65xx: tidy ni_65xx_intr_insn_bits() declarationH Hartley Sweeten1-1/+2
2014-07-16staging: comedi: ni_65xx: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2014-07-16staging: comedi: ni_65xx: clean up multi-line commentsH Hartley Sweeten1-38/+57
2014-07-16staging: comedi: ni_65xx: tidy up the comedi_driver declarationH Hartley Sweeten1-4/+4
2014-07-16staging: comedi: ni_65xx: tidy up the subdevice initializationH Hartley Sweeten1-23/+23
2014-07-16staging: comedi: ni_65xx: tidy up the port<->chan conversionsH Hartley Sweeten1-23/+17
2014-07-16staging: comedi: ni_65xx: fix ni_65xx_intr_insn_config()H Hartley Sweeten1-13/+32
2014-07-16staging: comedi: ni_65xx: hook up command support only if irq is availableH Hartley Sweeten1-23/+26
2014-07-16staging: comedi: ni_65xx: remove the need for the subdevice private dataH Hartley Sweeten1-25/+14
2014-07-16staging: comedi: ni_65xx: remove 'dio_direction' from private dataH Hartley Sweeten1-11/+10
2014-07-16staging: comedi: ni_65xx: cleanup INSN_CONFIG_FILTER handlingH Hartley Sweeten1-49/+33
2014-07-16staging: comedi: ni_65xx: cleanup recurring register mapH Hartley Sweeten1-51/+37
2014-07-16staging: comedi: ni_65xx: cleanup non-recurring register map definesH Hartley Sweeten1-37/+62
2014-07-16staging: comedi: ni_65xx: filter interval register is 32-bitH Hartley Sweeten1-2/+2
2014-07-16staging: comedi: ni_65xx: remove COMEDI_MITE and HAS_DMA dependancyH Hartley Sweeten1-67/+60
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten1-6/+2
2014-06-29staging: comedi: mite.h: remove mite_irq()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: ni_65xx: remove commented out local variableH Hartley Sweeten1-1/+0
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-06staging: comedi: ni_65xx: use dev->read_subdevH Hartley Sweeten1-1/+1