aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl711.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-10-12staging: comedi: pcl711: prefer using the BIT marcoH Hartley Sweeten1-9/+10
2015-04-03staging: comedi: pcl711: remove #include "comedi_fc.h"Ian Abbott1-17/+17
2015-03-01staging: comedi: pcl711: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-31/+11
2015-01-09staging: comedi: pcl711: rewrite "Devices:" lineIan Abbott1-4/+2
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-05staging: comedi: pcl711: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-10/+6
2014-10-29staging: comedi: pcl711: use comedi_buf_write_samples()H Hartley Sweeten1-4/+2
2014-10-20staging: comedi: pcl711: use comedi_handle_events()H Hartley Sweeten1-4/+2
2014-09-11staging: comedi: pcl711: remove "empty acquisition" async commandH Hartley Sweeten1-9/+4
2014-09-11staging: comedi: pcl711: replace comedi_board() callsIan Abbott1-1/+1
2014-08-30staging: comedi: pcl711: use comedi_subdevice 'readback'H Hartley Sweeten1-20/+7
2014-07-17staging: comedi: pcl711: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: pcl711: use comedi_cmd pointerH Hartley Sweeten1-2/+2
2014-05-28staging: comedi: pcl711: use comedi_fc helpers to validate timer argH Hartley Sweeten1-6/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-05-03staging: comedi: pcl711: fix 8254 timer programmingH Hartley Sweeten1-6/+13
2014-02-14staging: comedi: pcl711: use comedi_timeout()H Hartley Sweeten1-11/+10
2014-02-07Staging: comedi: remove unnecessary braces in pcl711.cChase Southwood1-4/+1
2013-10-16staging: comedi: pcl711: sample types are unsignedIan Abbott1-1/+1
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten1-2/+2
2013-09-26staging: comedi: pcl711: put acquired data in buffer for AI commandIan Abbott1-3/+9
2013-09-26staging: comedi: pcl711: handle cmd->stop_src and stop_argIan Abbott1-4/+12
2013-09-26staging: comedi: pcl711: add AI cancel handlerIan Abbott1-0/+9
2013-09-25staging: comedi: pcl711: change MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-09-25staging: comedi: pcl711: reorder includesH Hartley Sweeten1-2/+2
2013-09-25staging: comedi: pcl711: tidy up multi line commentsH Hartley Sweeten1-49/+33
2013-09-25staging: comedi: pcl711: rename some of the register map definesH Hartley Sweeten1-16/+21
2013-09-25staging: comedi: pcl711: no need to calc the timer values twiceH Hartley Sweeten1-15/+8
2013-09-25staging: comedi: pcl711: remove 'i8253_osc_base'H Hartley Sweeten1-3/+2
2013-09-25staging: comedi: pcl711: use 8253.h helper to set the timersH Hartley Sweeten1-20/+5
2013-09-25staging: comedi: pcl711: remove unused private data membersH Hartley Sweeten1-4/+0
2013-09-25staging: comedi: pcl711: remove 'is_pcl711b' from boardinfoH Hartley Sweeten1-15/+10
2013-09-25staging: comedi: pcl711: remove 'is_8112' from boardinfoH Hartley Sweeten1-8/+5
2013-09-25staging: comedi: pcl711: tidy up pcl711_ai_insn()H Hartley Sweeten1-7/+9
2013-09-25staging: comedi: pcl711: fix software trigger for board->is_8112H Hartley Sweeten1-6/+5
2013-09-25staging: comedi: pcl711: remove unnecessary test of 'board->is_8112'H Hartley Sweeten1-5/+1
2013-09-25staging: comedi: pcl711: define the mode register magic numbersH Hartley Sweeten1-16/+24
2013-09-25staging: comedi: pcl711: add differential input support for 8112 boardsH Hartley Sweeten1-4/+13
2013-09-25staging: comedi: pcl711: fix pcl711_set_changain()H Hartley Sweeten1-20/+15
2013-09-25staging: comedi: pcl711: factor out the ai end-of-conversion waitH Hartley Sweeten1-19/+20
2013-09-25staging: comedi: pcl711: use dev->read_subdev in interrupt handlerH Hartley Sweeten1-1/+1
2013-09-25staging: comedi: pcl711: introduce pcl711_ai_get_sample()H Hartley Sweeten1-13/+19
2013-09-25staging: comedi: pcl711: tidy up pcl711_ao_insn_read()H Hartley Sweeten1-7/+7
2013-09-25staging: comedi: pcl711: tidy up pcl711_ao_insn()H Hartley Sweeten1-26/+24
2013-09-25staging: comedi: pcl711: tidy up the register map definesH Hartley Sweeten1-19/+22
2013-09-25staging: comedi: pcl711: save the irq for the pcl711b only when usedH Hartley Sweeten1-13/+14
2013-09-25staging: comedi: pcl711: tidy up the subdevice initH Hartley Sweeten1-39/+35
2013-09-25staging: comedi: pcl711: remove PCL711_SIZEH Hartley Sweeten1-3/+1