summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcmuio.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-06-17staging:comedi:Use unsigned int instead of unsignedNikita Eshkeev
2015-04-03staging: comedi: pcmuio: remove #include "comedi_fc.h"Ian Abbott
2015-03-06staging: comedi: drivers/*.c: alignment should match open parenthesisH Hartley Sweeten
2015-03-06staging: comedi: drivers/*.c: fix common misspellingsH Hartley Sweeten
2015-01-09staging: comedi: pcmuio: rewrite "Devices:" lineIan Abbott
2014-11-05staging: comedi: pcmuio: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-10-29staging: comedi: pcmuio: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: pcmuio: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: pcmuio: return void from pcmuio_start_intr()H Hartley Sweeten
2014-09-11staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'H Hartley Sweeten
2014-09-11staging: comedi: pcmuio: remove 'continuous' from private dataH Hartley Sweeten
2014-09-11staging: comedi: pcmuio: remove "empty acquisition" async commandH Hartley Sweeten
2014-09-11staging: comedi: pcmuio: replace comedi_board() callsIan Abbott
2014-07-16staging: comedi: pcmuio: checkpatch.pl cleanup (missing blank line)H Hartley Sweeten
2014-05-28staging: comedi: pcmuio: tidy up local variables in pcmuio_handle_intr_subdev()H Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-22staging: comedi: pcmuio: fix the cmd->start_arg use for TRIG_INTH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_start_intr()H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_attach()H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: remove unneeded includeH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: fix types of some private data variablesH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: document the spinlock_t variablesH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: add inline helpers to get the 'iobase', 'asic', and ...H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: remove unnecessary mask of triggered channelsH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: fix pcmuio_dio_insn_bits()H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: remove subdevice private dataH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: remove 'asic' member from subdevice private dataH Hartley Sweeten
2013-12-06staging: comedi: pcmuio: tidy up pcmuio_handle_asic_interrupt()H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: spinlock protect pcmuio_{write, read}()H Hartley Sweeten
2013-12-06staging: comedi: pcmuio: fix interrupt requestsH Hartley Sweeten
2013-10-16staging: comedi: pcmuio: sample types are unsignedIan Abbott
2013-08-22staging: comedi: pcmuio: fix possible NULL deref on detachIan Abbott
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for simple casesH Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-06-24staging: comedi: pcmuio: fix namespace for all private functionsH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: return 0 for successful attachH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: remove dev_dbg() noise during attachH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: use preferred form for passing the size of a structH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: cleanup remaining #define'sH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: cleanup DIO subdevice (*insn_{bits,config})H Hartley Sweeten
2013-06-24staging: comedi: pcmuio: introduce pcmuio_read()H Hartley Sweeten
2013-06-24staging: comedi: pcmuio: simplify interrupt subdevice initH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: remove 'iobases' from subdevice private dataH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: remove 'iobase' from private dataH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: simplify 'n_subdevs' and 's->n_chan'H Hartley Sweeten
2013-06-24staging: comedi: pcmuio: remove unused boardinfoH Hartley Sweeten
2013-06-24staging: comedi: pcmuio: kzalloc'ed data does not need clearedH Hartley Sweeten