aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcmuio.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
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev1-1/+1
2015-04-03staging: comedi: pcmuio: remove #include "comedi_fc.h"Ian Abbott1-15/+14
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten1-1/+1
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten1-1/+1
2015-01-09staging: comedi: pcmuio: rewrite "Devices:" lineIan Abbott1-2/+1
2014-11-05staging: comedi: pcmuio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-11/+3
2014-10-29staging: comedi: pcmuio: use comedi_buf_write_samples()H Hartley Sweeten1-5/+3
2014-10-20staging: comedi: pcmuio: use comedi_handle_events()H Hartley Sweeten1-13/+3
2014-09-11staging: comedi: pcmuio: return void from pcmuio_start_intr()H Hartley Sweeten1-14/+4
2014-09-11staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'H Hartley Sweeten1-10/+1
2014-09-11staging: comedi: pcmuio: remove 'continuous' from private dataH Hartley Sweeten1-5/+1
2014-09-11staging: comedi: pcmuio: remove "empty acquisition" async commandH Hartley Sweeten1-16/+3
2014-09-11staging: comedi: pcmuio: replace comedi_board() callsIan Abbott1-2/+2
2014-07-16staging: comedi: pcmuio: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten1-0/+1
2014-05-28staging: comedi: pcmuio: tidy up local variables in pcmuio_handle_intr_subdev()H Hartley Sweeten1-3/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-2/+2
2014-04-22staging: comedi: pcmuio: fix the cmd->start_arg use for TRIG_INTH Hartley Sweeten1-14/+8
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_start_intr()H Hartley Sweeten1-20/+24
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_attach()H Hartley Sweeten1-24/+19
2013-12-06staging: comedi: pcmuio: remove unneeded includeH Hartley Sweeten1-1/+0
2013-12-06staging: comedi: pcmuio: fix types of some private data variablesH Hartley Sweeten1-4/+4
2013-12-06staging: comedi: pcmuio: document the spinlock_t variablesH Hartley Sweeten1-2/+4
2013-12-06staging: comedi: pcmuio: add inline helpers to get the 'iobase', 'asic', and 'port'H Hartley Sweeten1-13/+37
2013-12-06staging: comedi: pcmuio: remove unnecessary mask of triggered channelsH Hartley Sweeten1-7/+3
2013-12-06staging: comedi: pcmuio: fix pcmuio_dio_insn_bits()H Hartley Sweeten1-15/+20
2013-12-06staging: comedi: pcmuio: remove subdevice private dataH Hartley Sweeten1-67/+65
2013-12-06staging: comedi: pcmuio: remove 'asic' member from subdevice private dataH Hartley Sweeten1-15/+3
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_handle_asic_interrupt()H Hartley Sweeten1-29/+15
2013-12-06staging: comedi: pcmuio: spinlock protect pcmuio_{write, read}()H Hartley Sweeten1-8/+10
2013-12-06staging: comedi: pcmuio: fix interrupt requestsH Hartley Sweeten1-41/+40
2013-10-16staging: comedi: pcmuio: sample types are unsignedIan Abbott1-2/+2
2013-08-22staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott1-5/+6
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten1-16/+8
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-24staging: comedi: pcmuio: fix namespace for all private functionsH Hartley Sweeten1-4/+4
2013-06-24staging: comedi: pcmuio: return 0 for successful attachH Hartley Sweeten1-1/+1
2013-06-24staging: comedi: pcmuio: remove dev_dbg() noise during attachH Hartley Sweeten1-10/+0
2013-06-24staging: comedi: pcmuio: use preferred form for passing the size of a structH Hartley Sweeten1-3/+1
2013-06-24staging: comedi: pcmuio: cleanup remaining #define'sH Hartley Sweeten1-25/+12
2013-06-24staging: comedi: pcmuio: cleanup DIO subdevice (*insn_{bits,config})H Hartley Sweeten1-75/+29
2013-06-24staging: comedi: pcmuio: introduce pcmuio_read()H Hartley Sweeten1-21/+24
2013-06-24staging: comedi: pcmuio: simplify interrupt subdevice initH Hartley Sweeten1-28/+14
2013-06-24staging: comedi: pcmuio: remove 'iobases' from subdevice private dataH Hartley Sweeten1-23/+15
2013-06-24staging: comedi: pcmuio: remove 'iobase' from private dataH Hartley Sweeten1-7/+4
2013-06-24staging: comedi: pcmuio: simplify 'n_subdevs' and 's->n_chan'H Hartley Sweeten1-14/+3
2013-06-24staging: comedi: pcmuio: remove unused boardinfoH Hartley Sweeten1-4/+0
2013-06-24staging: comedi: pcmuio: kzalloc'ed data does not need clearedH Hartley Sweeten1-3/+0