aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_mio_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Staging: comedi: fix extra whitespace style issues in ni_mio_common.c.Chase Southwood1-3/+3
2014-01-13Staging: comedi: fix indentation coding style issue in ni_mio_common.c.Chase Southwood1-4/+4
2014-01-13Staging: comedi: fix numerous brace coding style issues in ni_mio_common.c.Chase Southwood1-81/+43
2013-12-20staging: comedi: ni_tiocmd: make ni_tio_cmd() a proper comedi (*do_cmd)H Hartley Sweeten1-4/+3
2013-12-20staging: comedi: ni_tiocmd: make ni_tio_cmdtest() a proper comedi (*do_cmdtest)H Hartley Sweeten1-14/+1
2013-12-20staging: comedi: ni_tio: make ni_tio_insn_config() a proper comedi (*insn_config)H Hartley Sweeten1-12/+1
2013-12-20staging: comedi: ni_tio: make ni_tio_winsn() a proper comedi (*insn_write)H Hartley Sweeten1-12/+1
2013-12-20staging: comedi: ni_tio: make ni_tio_rinsn() a proper comedi (*insn_read)H Hartley Sweeten1-12/+1
2013-12-20staging: comedi: ni_tio.h: rename the CamelCase enum ni_gpct_register labelsH Hartley Sweeten1-50/+47
2013-12-17staging: comedi: ni_mio_common: tidy up comedi_lrange tablesH Hartley Sweeten1-91/+89
2013-11-26staging: comedi: ni_mio_common: remove DEBUG_INTERRUPT messagesH Hartley Sweeten1-24/+0
2013-11-26staging: comedi: ni_mio_common: remove DEBUG_STATUS_A messagesH Hartley Sweeten1-31/+0
2013-11-26staging: comedi: ni_mio_common: remove DEBUG_STATUS_B messagesH Hartley Sweeten1-29/+0
2013-11-26staging: comedi: ni_mio_common: remove DEBUG_DIO messagesH Hartley Sweeten1-20/+2
2013-11-26staging: comedi: ni_mio_common: remove unused NI_CS5529_DEBUG codeH Hartley Sweeten1-30/+0
2013-11-26staging: comedi: mite: remove DEBUG_MITE codeH Hartley Sweeten1-3/+0
2013-11-26staging: comedi: mite: remove MDPRINTK macroH Hartley Sweeten1-16/+2
2013-10-16staging: comedi: ni_mio_common: sample types are unsignedIan Abbott1-9/+9
2013-09-17staging: comedi: ni_mio_common: use comedi_dio_update_state()H Hartley Sweeten1-29/+16
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-45/+12
2013-07-24staging: comedi: ni_mio_common: needs <linux/delay.h>H 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-1/+0
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-10/+10
2013-05-13staging: comedi: ni_mio_common: only do counter commands for ni_pcimioIan Abbott1-10/+10
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-6/+1
2013-04-05staging: comedi: ni_mio_common: use comedi provided range_bipolar5H Hartley Sweeten1-6/+1
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott1-1/+1
2013-03-11staging: comedi: ni_stc.h: remove boardtype macroH Hartley Sweeten1-148/+195
2013-01-07staging: comedi: store the 'index' for each subdeviceH Hartley Sweeten1-1/+1
2013-01-07staging: comedi: use comedi_is_subdevice_running()H Hartley Sweeten1-1/+1
2012-11-14staging: comedi: ni_mio_common: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-135/+51
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-5/+4
2012-10-22staging: comedi: ni_mio_common: remove devpriv macroH Hartley Sweeten1-3/+144
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-110/+41
2012-09-26staging: comedi: ni_mio_common: always lock in ni_ai_poll()Ian Abbott1-5/+3
2012-09-17staging: comedi: ni_mio_common: make internal functions staticH Hartley Sweeten1-5/+5
2012-09-17staging: comedi: ni_mio_common: don't pass config options to ni_E_init()Ian Abbott1-1/+1
2012-09-05staging: comedi: ni_mio_common: remove subdevice pointer mathH Hartley Sweeten1-31/+38
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-4/+4
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-7/+2
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-3/+3
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-03-03Staging: comedi: Increased timeout for digital output dma loadingFrank Mori Hess1-1/+1
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-14Staging: comedi: fix sched.h build breakageGreg Kroah-Hartman1-0/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-763/+899