aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_pcidio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-01-15staging: comedi: ni_pcidio: make defines uppercaseAlexander Schroth1-221/+223
2018-10-09staging: comedi: ni_pcidio: implement INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson1-0/+13
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-02-14staging: comedi: ni_pcidio.c: Spaces preferred around operatorsSaber Rezvani1-20/+20
2017-02-14staging: comedi: ni_pcidio: blank line issuesSaber Rezvani1-0/+2
2016-09-16staging: comedi: Use the BIT() macro instead of left shifting 1sayli karnik1-38/+38
2016-08-21staging: comedi: ni_pcidio: fix block commentsH Hartley Sweeten1-47/+48
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-2/+2
2016-05-03staging: comedi: mite: do mite_steup() as part of mite_attach()H Hartley Sweeten1-5/+1
2016-05-03staging: comedi: mite: document mite_alloc()/mite_detach()H Hartley Sweeten1-1/+1
2016-05-03staging: comedi: mite: rename 'struct mite_dma_descriptor_ring'H Hartley Sweeten1-1/+1
2016-05-03staging: comedi: mite: rename 'struct mite_struct'H Hartley Sweeten1-1/+1
2016-04-28staging: comedi: mite: make mite_ack_linkc() handle mite_sync_dma()H Hartley Sweeten1-7/+2
2016-04-28staging: comedi: mite: check for transfer errors in mite_ack_linkc()H Hartley Sweeten1-8/+2
2016-04-28staging: comedi: mite: introduce mite_sync_dma()H Hartley Sweeten1-2/+2
2016-04-28staging: comedi: mite: introduce mite_ack_linkc()H Hartley Sweeten1-8/+2
2016-04-28staging: comedi: ni_pcidio: remove redundant mite disarm/resetH Hartley Sweeten1-2/+0
2016-03-10staging: comedi: ni_pcidio.c: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-1/+1
2016-02-20staging: comedi: drivers: Use DIV_ROUND_CLOSESTAmitoj Kaur Chawla1-1/+1
2015-04-03staging: comedi: ni_pcidio: remove #include "comedi_fc.h"Ian Abbott1-17/+17
2015-03-20staging: comedi: ni_pcmdio: include new "comedi_pci.h" headerIan Abbott1-1/+1
2015-03-06staging: comedi: drivers/*.c: add missing braces {} to if/else branchesH Hartley Sweeten1-1/+2
2015-03-06staging: comedi: ni_pcidio: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-2/+2
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-2/+2
2014-10-29staging: comedi: ni_pcidio: use comedi_buf_write_samples()H Hartley Sweeten1-10/+2
2014-10-20staging: comedi: ni_pcidio: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-11staging: comedi: ni_pcidio: prevent "empty acquisition" async commandH Hartley Sweeten1-4/+3
2014-09-08staging: comedi: ni_pcidio: use CMDF_ROUND_...Ian Abbott1-5/+5
2014-07-30staging: comedi: mite: use the comedi_device 'mmio' memberH Hartley Sweeten1-132/+94
2014-07-30staging: comedi: mite: pass comedi_device to mite_setup()H Hartley Sweeten1-4/+2
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change)H Hartley Sweeten1-1/+1
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-3/+0
2014-07-21staging: comedi: ni_pcidio: remove forward declarationsH Hartley Sweeten1-67/+57
2014-07-21staging: comedi: drivers: cleanup cmd->flags useH Hartley Sweeten1-4/+4
2014-07-17staging: comedi: ni_pcidio: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-07-16staging: comedi: ni_pcidio: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+2
2014-06-29staging: comedi: mite: cleanup mite_unsetup()H Hartley Sweeten1-4/+1
2014-06-29staging: comedi: mite.h: remove mite_irq()H Hartley Sweeten1-1/+1
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: ni_pcidio: use comedi_fc helpers to validate timer argH Hartley Sweeten1-6/+4
2014-05-23staging: comedi: mite: pass subdevice to mite_sync_input_dma()Ian Abbott1-2/+2
2014-05-23staging: comedi: mite: pass subdevice to mite_buf_change()Ian Abbott1-1/+1
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott1-1/+1
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-2/+2
2014-04-22staging: comedi: ni_pcidio: fix the cmd->start_arg use for TRIG_INTH Hartley Sweeten1-2/+4
2014-03-17staging: comedi: ni_pcidio: use cfc_handle_events()H Hartley Sweeten1-15/+1
2013-12-06staging: comedi: ni_pcidio: use dev->read_subdevH Hartley Sweeten1-1/+1
2013-12-06staging: comedi: ni_pcidio: factor board reset out of attachH Hartley Sweeten1-9/+15