summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl711.c
AgeCommit message (Expand)Author
2021-03-17staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott
2015-10-12staging: comedi: pcl711: prefer using the BIT marcoH Hartley Sweeten
2015-04-03staging: comedi: pcl711: remove #include "comedi_fc.h"Ian Abbott
2015-03-01staging: comedi: pcl711: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-09staging: comedi: pcl711: rewrite "Devices:" lineIan Abbott
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-05staging: comedi: pcl711: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-10-29staging: comedi: pcl711: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: pcl711: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: pcl711: remove "empty acquisition" async commandH Hartley Sweeten
2014-09-11staging: comedi: pcl711: replace comedi_board() callsIan Abbott
2014-08-30staging: comedi: pcl711: use comedi_subdevice 'readback'H Hartley Sweeten
2014-07-17staging: comedi: pcl711: remove use of comedi_error()H Hartley Sweeten
2014-05-28staging: comedi: pcl711: use comedi_cmd pointerH Hartley Sweeten
2014-05-28staging: comedi: pcl711: use comedi_fc helpers to validate timer argH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-05-03staging: comedi: pcl711: fix 8254 timer programmingH Hartley Sweeten
2014-02-14staging: comedi: pcl711: use comedi_timeout()H Hartley Sweeten
2014-02-07Staging: comedi: remove unnecessary braces in pcl711.cChase Southwood
2013-10-16staging: comedi: pcl711: sample types are unsignedIan Abbott
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten
2013-09-26staging: comedi: pcl711: put acquired data in buffer for AI commandIan Abbott
2013-09-26staging: comedi: pcl711: handle cmd->stop_src and stop_argIan Abbott
2013-09-26staging: comedi: pcl711: add AI cancel handlerIan Abbott
2013-09-25staging: comedi: pcl711: change MODULE_DESCRIPTIONH Hartley Sweeten
2013-09-25staging: comedi: pcl711: reorder includesH Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up multi line commentsH Hartley Sweeten
2013-09-25staging: comedi: pcl711: rename some of the register map definesH Hartley Sweeten
2013-09-25staging: comedi: pcl711: no need to calc the timer values twiceH Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove 'i8253_osc_base'H Hartley Sweeten
2013-09-25staging: comedi: pcl711: use 8253.h helper to set the timersH Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove unused private data membersH Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove 'is_pcl711b' from boardinfoH Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove 'is_8112' from boardinfoH Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up pcl711_ai_insn()H Hartley Sweeten
2013-09-25staging: comedi: pcl711: fix software trigger for board->is_8112H Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove unnecessary test of 'board->is_8112'H Hartley Sweeten
2013-09-25staging: comedi: pcl711: define the mode register magic numbersH Hartley Sweeten
2013-09-25staging: comedi: pcl711: add differential input support for 8112 boardsH Hartley Sweeten
2013-09-25staging: comedi: pcl711: fix pcl711_set_changain()H Hartley Sweeten
2013-09-25staging: comedi: pcl711: factor out the ai end-of-conversion waitH Hartley Sweeten
2013-09-25staging: comedi: pcl711: use dev->read_subdev in interrupt handlerH Hartley Sweeten
2013-09-25staging: comedi: pcl711: introduce pcl711_ai_get_sample()H Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up pcl711_ao_insn_read()H Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up pcl711_ao_insn()H Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up the register map definesH Hartley Sweeten
2013-09-25staging: comedi: pcl711: save the irq for the pcl711b only when usedH Hartley Sweeten
2013-09-25staging: comedi: pcl711: tidy up the subdevice initH Hartley Sweeten
2013-09-25staging: comedi: pcl711: remove PCL711_SIZEH Hartley Sweeten
2013-09-25staging: comedi: pcl711: don't fail attach if irq is unavailableH Hartley Sweeten