aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-09staging: comedi: comedi_test: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-0/+44
2018-10-09staging: comedi: ni_pcidio: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-0/+13
2018-10-09staging: comedi: ni_mio_common: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson3-0/+46
2018-10-09staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson2-1/+8
2018-10-09staging: comedi: ni_mio_common: protect register write overflowSpencer E. Olson1-7/+17
2018-08-08staging: comedi: ni_mio_common: fix subdevice flags for PFI subdeviceIan Abbott1-1/+2
2018-08-01staging: comedi: drop serial2002 driverGreg Kroah-Hartman3-787/+0
2018-07-16staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar1-2/+2
2018-07-11staging: comedi: remove redundant variable segposColin Ian King2-4/+4
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2018-06-25staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter1-1/+1
2018-06-18Staging: comedi: comedi_compat32.h: fixed missing or malformed SPDX-License-Identifierankit patel1-1/+1
2018-06-18Staging: comedi: comedi_pci.h: fixed missing or malformed SPDX-License-Identifierankit patel1-1/+1
2018-06-18Staging: comedi: comedi_pcmcia.h: fixed missing or malformed SPDX-License-Identifierankit patel1-1/+1
2018-06-18Staging: comedi: comedilib.h: fixed missing or malformed SPDX-License-Identifierankit patel1-1/+1
2018-06-18Staging: comedi: comedi.h: fixed missing or malformed SPDX-License-Identifierankit patel1-1/+1
2018-06-17staging: comedi: Improved readability of function comedi_nsamples_left.Chris Opperman1-13/+13
2018-06-17staging: comedi: drivers: ni_mio_common: add names to function pointer parameters.Giulio Benetti1-1/+1
2018-06-17staging: comedi: drivers: cb_pcimdda: fix warning on quoted string split across lines.Giulio Benetti1-3/+1
2018-06-17staging: comedi: drivers: daqboard2000: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2018-06-17staging: comedi: drivers: amplc_pci230: make bool bit-field unsigned int bit-fields.Giulio Benetti1-6/+6
2018-06-17staging: comedi: drivers: amplc_dio200_common: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2018-06-17staging: comedi: drivers: amplc_dio200: make bool bit-field unsigned int bit-fields.Giulio Benetti1-3/+3
2018-06-17staging: comedi: comedidev: make bool bit-field unsigned int bit-fields.Giulio Benetti1-2/+2
2018-06-17staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-13/+12
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-05-31staging: comedi: comedi_usb.h: SPDX License Identifier is added in the first lineBhanusree Pola1-3/+2
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-2/+2
2018-05-25staging: comedi: comedidev.h: Fix SPDX-License-Identifier tag styleNishad Kamdar1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-17/+1
2018-05-15Staging:Comedi:comedi_compat32.c: Lindent changesPratik Jain1-6/+6
2018-04-23staging: comedi: cb_pcidas64: fix alignment of function parametersGabriel Francisco Mandaji1-3/+3
2018-03-29staging: comedi: s626: Use Preferred kernel typePaul McQuade1-4/+4
2018-03-23Staging: comedi: fix multiple line dereference coding style issue in cb_pcidas64.cJian Zhang1-9/+10
2018-03-23staging: comedi: cb_pcidas64: Fix external_ai_queue_in_use()Ian Abbott1-1/+1