aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_labpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-01staging: comedi: ni_labpc_common: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-0/+1
2015-01-25staging: comedi: ni_labpc: remove unnecessary private data validationH Hartley Sweeten1-5/+1
2015-01-25staging: comedi: ni_labpc_common: move comedi_alloc_devpriv() to common codeH Hartley Sweeten1-5/+0
2015-01-09staging: comedi: ni_labpc: rewrite "Devices:" lineIan Abbott1-3/+2
2014-08-30staging: comedi: ni_labpc: split common code to ni_labpc_commonIan Abbott1-1365/+1
2014-08-30staging: comedi: ni_labpc: break lines after operatorsIan Abbott1-5/+5
2014-08-30staging: comedi: ni_labpc: Logical continuations should be on the previous lineIan Abbott1-3/+3
2014-08-30staging: comedi: ni_labpc: Alignment should match open parenthesisIan Abbott1-2/+2
2014-08-30staging: comedi: ni_labpc: use braces on all arms of `if` statementIan Abbott1-3/+6
2014-08-30staging: comedi: ni_labpc: remove unnecessary braces in labpc_common_attach()Ian Abbott1-3/+2
2014-08-16staging: comedi: 8255: handle memory mapped ioH Hartley Sweeten1-13/+1
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-2/+1
2014-08-16staging: comedi: ni_labpc: tidy up labpc_8255_mmio()H Hartley Sweeten1-7/+5
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten1-1/+2
2014-07-30staging: comedi: ni_labpc: use the comedi_device 'mmio' memberH Hartley Sweeten1-26/+12
2014-07-30staging: comedi: ni_labpc: refactor labpc_8255_mmio()H Hartley Sweeten1-6/+13
2014-07-30staging: comedi: ni_labpc: don't pass dev->iobase to labpc_counter_set_mode()H Hartley Sweeten1-10/+7
2014-07-30staging: comedi: ni_labpc: don't pass dev->iobase to labpc_counter_load()H Hartley Sweeten1-10/+10
2014-07-30staging: comedi: ni_labpc: pass comedi_device to the I/O callbacksH Hartley Sweeten1-64/+69
2014-07-21staging: comedi: drivers: remove unnecessary *_SIZE definesH Hartley Sweeten1-3/+1
2014-07-17staging: comedi: ni_labpc: tidy up labpc_ai_scan_mode()H Hartley Sweeten1-7/+9
2014-07-17staging: comedi: ni_labpc: remove use of comedi_error()H Hartley Sweeten1-6/+6
2014-07-16staging: comedi: ni_labpc: checkpatch.pl cleanup (else is not useful)H Hartley Sweeten1-2/+2
2014-05-28staging: comedi: ni_labpc: use comedi_cmd pointerH Hartley Sweeten1-2/+3
2014-05-03staging: comedi: ni_labpc: fix 8254 timer programmingH Hartley Sweeten1-53/+39
2014-04-22staging: comedi: ni_labpc: clarify the cmd->start_arg validationH Hartley Sweeten1-1/+7
2014-04-22staging: comedi: ni_labpc: tidy up the chanlist checkingH Hartley Sweeten1-46/+38
2014-03-17staging: comedi: ni_labpc: use cfc_handle_events()H Hartley Sweeten1-8/+4
2014-02-14staging: comedi: ni_labpc: use comedi_timeout()H Hartley Sweeten1-12/+9
2013-10-16staging: comedi: ni_labpc: sample types are unsignedIan Abbott1-1/+1
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-13/+10
2013-09-17staging: comedi: ni_labpc: use comedi_range_is_unipolar()H Hartley Sweeten1-8/+2
2013-07-23staging: comedi: ni_labpc: tidy up after DMA code migrationIan Abbott1-7/+0
2013-07-23staging: comedi: ni_labpc: migrate DMA status handlingIan Abbott1-26/+3
2013-07-23staging: comedi: ni_labpc: migrate labpc_drain_dma()Ian Abbott1-56/+0
2013-07-23staging: comedi: ni_labpc: migrate DMA transfer set-upIan Abbott1-51/+2
2013-07-23staging: comedi: ni_labpc: move register defs to new fileIan Abbott1-67/+1
2013-07-23staging: comedi: ni_labpc: use labpc_have_dma_chan()Ian Abbott1-17/+12
2013-07-23staging: comedi: ni_labpc: migrate DMA channel init & freeIan Abbott1-30/+5
2013-07-23staging: comedi: ni_labpc_isadma: new module for ISA DMA supportIan Abbott1-0/+1
2013-07-23staging: comedi: ni_labpc: don't clear cmd3 bits explicitly in labpc_ai_cmd()Ian Abbott1-4/+1
2013-07-23staging: comedi: ni_labpc: fix possible double-free of dma_bufferIan Abbott1-4/+6
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-8/+0
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-3/+5
2013-05-16staging: comedi: ni_labpc: remove *_ai_gain_bits tablesH Hartley Sweeten1-16/+11
2013-05-13staging: comedi: ni_labpc: fix build when VIRT_TO_BUS is not definedH Hartley Sweeten1-3/+5