aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: comedi: quatec_daqp_cs: add proper SPDX identifier to driverGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2-0/+2
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-01staging: comedi: Prefer using BIT macro in various files.Sanjana Sanikommu6-8/+8
2019-04-01staging: comedi: use !x in place of NULL comparisonPayal Kshirsagar1-1/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman3-7/+38
2019-03-29staging: comedi: ni_tio: Use data[insn->n-1] in ni_tio_insn_write()Ian Abbott1-6/+8
2019-03-22Staging: comedi: ni_mio_common.c: Added blank line after declarationsArash Fotouhi1-0/+2
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_m_series_eeprom_insn_read()Ian Abbott1-2/+4
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_eeprom_insn_read()Ian Abbott1-2/+8
2019-03-20staging: comedi: ni_mio_common: use insn->n in ni_calib_insn_read()Ian Abbott1-2/+4
2019-03-20staging: comedi: ni_mio_common: Use insn->n in ni_calib_insn_write()Ian Abbott1-2/+6
2019-03-18staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott3-7/+38
2019-02-26staging: comedi: ni_tio: Allocate shadow regs for each counter chipIan Abbott2-28/+47
2019-02-13staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-04staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok1-1/+0
2019-01-18staging: comedi: Removed not necessary braces for single blockJitendra Khasdev1-2/+2
2019-01-15staging: comedi: ni_pcidio: make defines uppercaseAlexander Schroth1-221/+223
2019-01-07staging: comedi: fix typoMatteo Croce1-1/+1
2019-01-07staging: comedi: cb_pcimdas.c: fixed an alignment coding style issueWilliam Mitchell Jr1-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+12
2018-12-17Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issueAmir Mahdi Ghorbanian1-1/+1
2018-12-12staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson1-17/+31
2018-12-05staging: comedi: drivers: Cleanup malformed licence identifierStephen Davies13-13/+13
2018-12-05staging: comedi: fix spelling mistake "desination" -> "destination"Colin Ian King1-1/+1
2018-12-05staging: comedi: drivers: Cleanup malformed license identifierStephen Davies1-1/+1
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2-19/+23
2018-11-07staging: comedi: clarify/unify macros for NI macro-defined terminalsSpencer E. Olson1-18/+21
2018-11-07staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-1/+2
2018-11-07staging: comedi: ni_labpc_common: Use insn->n in AO insn_write handlerIan Abbott1-3/+6
2018-11-07staging: comedi: cb_pcidda: Use insn->n in AO insn_write handlerIan Abbott1-1/+3
2018-11-07staging: comedi: addi_apci_3501: Use insn->n in EEPROM insn_read handlerIan Abbott1-1/+8
2018-11-07staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott1-0/+1
2018-11-07staging: comedi: cb_pcidas64: Use insn->n in EEPROM insn_read handlerIan Abbott1-2/+10
2018-11-07staging: comedi: cb_pcidas64: Use insn->n in AO insn_write handlerIan Abbott1-13/+19
2018-11-05Staging: comedi: dt9812: fixed a typo in comment.Marco Wang1-1/+1
2018-10-14staging: comedi: tio: fix multiple missing break in switch bugsGustavo A. R. Silva1-0/+4
2018-10-09staging: comedi: ni_660x: add device-global routingSpencer E. Olson1-0/+265
2018-10-09staging: comedi: ni_660x: clean up pfi routingSpencer E. Olson1-16/+56
2018-10-09staging: comedi: ni_660x: Add NI PCI-6608 to list of supported devicesSpencer E. Olson1-1/+7
2018-10-09staging: comedi: ni_mio_common: create device-global access to tioSpencer E. Olson1-0/+11
2018-10-09staging: comedi: tio: implement global tio/ctr routingSpencer E. Olson6-115/+476
2018-10-09staging: comedi: ni_mio_common: implement output selection of GPFO_{0, 1}Spencer E. Olson2-1/+111
2018-10-09staging: comedi: ni_mio_common: implement global pfi, rtsi routingSpencer E. Olson2-71/+682
2018-10-09staging: comedi: ni_mio_common: implement new routing for TRIG_EXTSpencer E. Olson1-40/+66
2018-10-09staging: comedi: add interface to ni routing table informationSpencer E. Olson7-1/+1502
2018-10-09staging: comedi: ni_routing: Add NI signal routing infoSpencer E. Olson38-0/+30476
2018-10-09staging: comedi: add new device-global config interfaceSpencer E. Olson4-0/+120
2018-10-09staging: comedi: add abstracted NI signal/terminal named constantsSpencer E. Olson1-0/+151
2018-10-09staging: comedi: tests: add unittest framework for comediSpencer E. Olson4-0/+142