aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_mio_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-07staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-1/+2
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. Olson1-3/+3
2018-10-09staging: comedi: ni_mio_common: implement output selection of GPFO_{0, 1}Spencer E. Olson1-0/+106
2018-10-09staging: comedi: ni_mio_common: implement global pfi, rtsi routingSpencer E. Olson1-71/+614
2018-10-09staging: comedi: ni_mio_common: implement new routing for TRIG_EXTSpencer E. Olson1-40/+66
2018-10-09staging: comedi: ni_mio_common: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-0/+24
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-06-17staging: comedi: drivers: ni_mio_common: add names to function pointer parameters.Giulio Benetti1-1/+1
2018-03-19staging: comedi: ni_mio_common: ack ai fifo error interrupts.Frank Mori Hess1-0/+2
2018-02-22staging: comedi: Use '"%s:", __func__' instead of function nameEisha Chen-yen-su1-3/+5
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
2017-07-30staging: comedi: ni_mio_common.c: fix coding style issueChristopher MÃ¥rtensson1-1/+2
2017-07-16staging: comedi: ni_mio_common: fix AO timer off-by-one regressionIan Abbott1-2/+1
2016-11-15staging: comedi: ni_mio_common: remove variable 'dl' in ni_ai_insn_read()Ian Abbott1-8/+7
2016-11-15staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() dataIan Abbott1-3/+2
2016-11-15staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data maskIan Abbott1-1/+1
2016-10-16staging: comedi: ni_mio_common: split out ao arming from ni_ao_inttrigSpencer E. Olson1-52/+98
2016-08-21staging: comedi: ni_mio_common: fix AO inttrig backwards compatibilityIan Abbott1-1/+9
2016-08-21staging: comedi: ni_mio_common: fix wrong insn_write handlerIan Abbott1-1/+1
2016-05-03staging: comedi: mite: rename 'struct mite_dma_descriptor_ring'H Hartley Sweeten1-1/+1
2016-04-28staging: comedi: mite: make mite_ack_linkc() handle mite_sync_dma()H Hartley Sweeten1-17/+6
2016-04-28staging: comedi: ni_mio_common: handle_a_interrupt() does not need ai_mite_statusH Hartley Sweeten1-16/+10
2016-04-28staging: comedi: ni_mio_common: simplify AI LINKC handlingH Hartley Sweeten1-6/+4
2016-04-28staging: comedi: ni_mio_common: fix interrupt handler for dev->read_subdevH Hartley Sweeten1-13/+9
2016-04-28staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_statusH Hartley Sweeten1-11/+10
2016-04-28staging: comedi: ni_mio_common: fix interrupt handler for dev->write_subdevH Hartley Sweeten1-8/+8
2016-04-28staging: comedi: ni_mio_common: absorb mite_handle_b_linkc()H Hartley Sweeten1-24/+7
2016-04-28staging: comedi: mite: check for transfer errors in mite_ack_linkc()H Hartley Sweeten1-22/+5
2016-04-28staging: comedi: mite: introduce mite_sync_dma()H Hartley Sweeten1-3/+3
2016-04-28staging: comedi: mite: introduce mite_ack_linkc()H Hartley Sweeten1-23/+5
2016-04-28staging: comedi: ni_mio_common: introduce NI_STC_DMA_CHAN_SEL()H Hartley Sweeten1-18/+11
2016-04-28staging: comedi: mite.h: rename CHSR_LxERR_maskH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: fix CamelCase in ni_serial_hw_readwrite8()H Hartley Sweeten1-3/+3
2016-04-28staging: comedi: ni_mio_common: remove 'fudge_factor_80_to_20Mhz'H Hartley Sweeten1-3/+2
2016-04-28staging: comedi: ni_mio_common: usleep_range is preferred over udelayH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: tidy up ni_gpct_write_register()H Hartley Sweeten1-11/+4
2016-04-28staging: comedi: ni_mio_common: tidy up AO scan beginH Hartley Sweeten1-24/+15
2016-04-28staging: comedi: ni_mio_common: tidy up AO trigger selectionH Hartley Sweeten1-33/+14
2016-04-28staging: comedi: ni_mio_common: convert NI_GPCT_SUBDEV to a macroH Hartley Sweeten1-13/+1
2016-04-28staging: comedi: ni_mio_common: fix logical continuationsH Hartley Sweeten1-9/+8
2016-04-28staging: comedi: ni_mio_common: multiple assignments should be avoidedH Hartley Sweeten1-2/+2
2016-04-28staging: comedi: ni_mio_common: fix lines over 80 charactersH Hartley Sweeten1-29/+49
2016-04-28staging: comedi: ni_mio_common: tidy up block commentsH Hartley Sweeten1-94/+117
2016-04-28staging: comedi: ni_mio_common: use 'unsigned int' instead of kernel typesH Hartley Sweeten1-22/+24
2016-04-28staging: comedi: ni_mio_common: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-82/+90
2016-04-28staging: comedi: ni_mio_common: tidy up DIO subdevice ifdef'eryH Hartley Sweeten1-19/+10
2016-04-28staging: comedi: ni_mio_common: tidy up mite dma channel releasesH Hartley Sweeten1-27/+8