aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorFilesLines
2016-03-28staging: comedi: ni_tio.h: remove unnecessary forward declarationsH Hartley Sweeten1-4/+0
2016-03-28staging: comedi: ni_tio.h: fix block commentH Hartley Sweeten1-15/+14
2016-03-28staging: comedi: ni_tio.h: tidy up struct ni_gpctH Hartley Sweeten1-4/+4
2016-03-28staging: comedi: ni_tio.h: tidy up struct ni_gpct_deviceH Hartley Sweeten1-3/+3
2016-03-28staging: comedi: ni_tio: tidy up struct ni_gpct_device (*{write, read}_register)H Hartley Sweeten2-21/+20
2016-03-28staging: comedi: ni_tio_internal: export {read, write)_register()H Hartley Sweeten3-41/+56
2016-03-28staging: comedi: ni_tio_internal: simplify ni_tio_counting_mode_registers_pre...H Hartley Sweeten2-15/+5
2016-03-28staging: comedi: ni_tio: export and fix ni_tio_set_bits()H Hartley Sweeten2-33/+39
2016-03-28staging: comedi: ni_tio: export and fix ni_tio_get_soft_copy()H Hartley Sweeten2-19/+27
2016-03-28staging: comedi: ni_tio: fix ni_tio_arm() params/varsH Hartley Sweeten3-12/+12
2016-03-28staging: comedi: ni_tio: fix ni_tio_set_gate_src() params/varsH Hartley Sweeten2-16/+15
2016-03-28staging: comedi: ni_tio_internal.h: fix block comment issuesH Hartley Sweeten1-21/+22
2016-03-28staging: comedi: ni_tio_internal.h: tidy up bit definesH Hartley Sweeten1-97/+102
2016-03-28staging: comedi: plx9052.h: fix block comment issuesH Hartley Sweeten1-18/+17
2016-03-28staging: comedi: plx9052.h: tidy up bit definesH Hartley Sweeten1-43/+44
2016-03-28staging: comedi: z8536: tidy up bit definesH Hartley Sweeten1-41/+48
2016-03-28staging: comedi: ni_mio_common: ni_gpct_device_destroy() can handle a NULL po...H Hartley Sweeten1-4/+2
2016-03-28staging: comedi: ni_tio: make ni_gpct_device_destroy() NULL pointer safeH Hartley Sweeten1-1/+1
2016-03-28staging: comedi: ni_labpc.h: fix block comment issuesH Hartley Sweeten1-16/+14
2016-03-28staging: comedi: ni_labpc_pci: tidy up bit defineH Hartley Sweeten1-2/+2
2016-03-28staging: comedi: ni_labpc_cs: fix block comment issuesH Hartley Sweeten1-51/+44
2016-03-28staging: comedi: ni_labpc_common: tidy up block commentsH Hartley Sweeten1-22/+37
2016-03-28staging: comedi: ni_labpc_regs.h: tidy up bit definesH Hartley Sweeten1-41/+41
2016-03-28staging: comedi: ni_labpc: remove some unnecessary definesH Hartley Sweeten2-6/+3
2016-03-28staging: comedi: dt282x: remove unnecessary commentH Hartley Sweeten1-14/+0
2016-03-28staging: comedi: dt282x: remove redundant comedi_check_trigger_arg_min()H Hartley Sweeten1-4/+0
2016-03-28staging: comedi: dt282x: refactor dt282x_ns_to_timer()H Hartley Sweeten1-12/+24
2016-03-28staging: comedi: ni_660x: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2016-03-28staging: comedi: ni_660x: refactor GPCT_OFFSETH Hartley Sweeten1-5/+5
2016-03-28staging: comedi: ni_660x: remove spinlock 'dma_cfg_lock'H Hartley Sweeten1-9/+0
2016-03-28staging: comedi: ni_660x: remove ni_gpct_to_660x_register[]H Hartley Sweeten1-233/+74
2016-03-28staging: comedi: ni_660x: sort enum ni_660x_registerH Hartley Sweeten1-47/+48
2016-03-28staging: comedi: ni_660x: remove inline mite_ring()H Hartley Sweeten1-14/+7
2016-03-28staging: comedi: ni_660x: default DIO channels with subdevice initH Hartley Sweeten1-14/+13
2016-03-28staging: comedi: ni_660x: initialize the counter with the subdevice initH Hartley Sweeten1-3/+2
2016-03-28staging: comedi: ni_660x: allocate counters early in (*auto_attach)H Hartley Sweeten1-10/+10
2016-03-28staging: comedi: ni_660x: init TIO chips before subdevice initH Hartley Sweeten1-23/+29
2016-03-28staging: comedi: ni_660x: disable interrupts when detaching driverH Hartley Sweeten1-1/+3
2016-03-28staging: comedi: ni_660x: ni_gpct_device_destroy() can handle a NULL pointerH Hartley Sweeten1-2/+1
2016-03-28staging: comedi: ni_660x: tidy up the counter subdevices initH Hartley Sweeten1-27/+32
2016-03-28staging: comedi: ni_660x: tidy up the misc. constantsH Hartley Sweeten1-25/+24
2016-03-28staging: comedi: ni_660x: fix memory barrier without commentH Hartley Sweeten1-1/+3
2016-03-28staging: comedi: ni_660x: add comments for the spinlock_t definitionsH Hartley Sweeten1-7/+9
2016-03-28staging: comedi: ni_660x: refactor ni_gpct_to_660x_register()H Hartley Sweeten1-147/+89
2016-03-28staging: comedi: ni_660x: add a comment about the initial DIO stateH Hartley Sweeten1-0/+5
2016-03-28staging: comedi: ni_660x: tidy up ni_660x_set_pfi_routing()H Hartley Sweeten1-38/+27
2016-03-28staging: comedi: ni_660x: tidy up ni_660x_dio_insn_bits()H Hartley Sweeten1-11/+20
2016-03-28staging: comedi: ni_660x: tidy up Digital I/O subdevice initH Hartley Sweeten1-8/+60
2016-03-28staging: comedi: ni_660x: Prefer kernel type 'u64' over 'uint64_t'H Hartley Sweeten1-3/+3
2016-03-28staging: comedi: ni_660x: Prefer 'unsigned int' to bare use of 'unsigned'H Hartley Sweeten1-20/+20