summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)Author
2019-04-17staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-17staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott
2019-04-16staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott
2019-04-16staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott
2019-03-18staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtestIan Abbott
2019-02-26staging: comedi: ni_tio: Allocate shadow regs for each counter chipIan Abbott
2019-02-13staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva
2019-02-04staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok
2019-01-18staging: comedi: Removed not necessary braces for single blockJitendra Khasdev
2019-01-15staging: comedi: ni_pcidio: make defines uppercaseAlexander Schroth
2019-01-07staging: comedi: fix typoMatteo Croce
2019-01-07staging: comedi: cb_pcimdas.c: fixed an alignment coding style issueWilliam Mitchell Jr
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-17Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issueAmir Mahdi Ghorbanian
2018-12-12staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson
2018-12-05staging: comedi: drivers: Cleanup malformed licence identifierStephen Davies
2018-12-05staging: comedi: fix spelling mistake "desination" -> "destination"Colin Ian King
2018-12-05staging: comedi: drivers: Cleanup malformed license identifierStephen Davies
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman
2018-11-07staging: comedi: clarify/unify macros for NI macro-defined terminalsSpencer E. Olson
2018-11-07staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson
2018-11-07staging: comedi: ni_labpc_common: Use insn->n in AO insn_write handlerIan Abbott
2018-11-07staging: comedi: cb_pcidda: Use insn->n in AO insn_write handlerIan Abbott
2018-11-07staging: comedi: addi_apci_3501: Use insn->n in EEPROM insn_read handlerIan Abbott
2018-11-07staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott
2018-11-07staging: comedi: cb_pcidas64: Use insn->n in EEPROM insn_read handlerIan Abbott
2018-11-07staging: comedi: cb_pcidas64: Use insn->n in AO insn_write handlerIan Abbott
2018-11-05Staging: comedi: dt9812: fixed a typo in comment.Marco Wang
2018-10-14staging: comedi: tio: fix multiple missing break in switch bugsGustavo A. R. Silva
2018-10-09staging: comedi: ni_660x: add device-global routingSpencer E. Olson
2018-10-09staging: comedi: ni_660x: clean up pfi routingSpencer E. Olson
2018-10-09staging: comedi: ni_660x: Add NI PCI-6608 to list of supported devicesSpencer E. Olson
2018-10-09staging: comedi: ni_mio_common: create device-global access to tioSpencer E. Olson
2018-10-09staging: comedi: tio: implement global tio/ctr routingSpencer E. Olson
2018-10-09staging: comedi: ni_mio_common: implement output selection of GPFO_{0, 1}Spencer E. Olson
2018-10-09staging: comedi: ni_mio_common: implement global pfi, rtsi routingSpencer E. Olson
2018-10-09staging: comedi: ni_mio_common: implement new routing for TRIG_EXTSpencer E. Olson
2018-10-09staging: comedi: add interface to ni routing table informationSpencer E. Olson
2018-10-09staging: comedi: ni_routing: Add NI signal routing infoSpencer E. Olson
2018-10-09staging: comedi: add new device-global config interfaceSpencer E. Olson
2018-10-09staging: comedi: add abstracted NI signal/terminal named constantsSpencer E. Olson
2018-10-09staging: comedi: tests: add unittest framework for comediSpencer E. Olson
2018-10-09staging: comedi: comedi_test: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson
2018-10-09staging: comedi: ni_pcidio: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson
2018-10-09staging: comedi: ni_mio_common: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson
2018-10-09staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson
2018-10-09staging: comedi: ni_mio_common: protect register write overflowSpencer E. Olson
2018-08-08staging: comedi: ni_mio_common: fix subdevice flags for PFI subdeviceIan Abbott
2018-08-01staging: comedi: drop serial2002 driverGreg Kroah-Hartman
2018-07-16staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar