aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/pcl726.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03staging: comedi: pcl726: remove #include "comedi_fc.h"Ian Abbott1-12/+11
2015-01-09staging: comedi: pcl726: rewrite "Devices:" lineIan Abbott1-5/+2
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-10-29staging: comedi: pcl726: use comedi_buf_write_samples()H Hartley Sweeten1-2/+1
2014-10-20staging: comedi: pcl726: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-11staging: comedi: pcl726: replace comedi_board() callsIan Abbott1-3/+3
2014-08-30staging: comedi: pcl726: use comedi_subdevice 'readback'H Hartley Sweeten1-21/+8
2014-08-30staging: comedi: usbdux: remove deadcode in pcl726_intr_cmdtest()H Hartley Sweeten1-6/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten1-1/+2
2013-09-26staging: comedi: pcl726: rename interrupt (async cmd) support functionsH Hartley Sweeten1-11/+11
2013-09-26staging: comedi: pcl726: rename 'boardtypes'H Hartley Sweeten1-3/+3
2013-09-26staging: comedi: pcl726: update MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-09-26staging: comedi: pcl726: tidy up multi-line commentsH Hartley Sweeten1-60/+58
2013-09-26staging: comedi: pcl726: add support for the external interrupt signalH Hartley Sweeten1-4/+111
2013-09-26staging: comedi: pcl726: final tidy up of boardinfoH Hartley Sweeten1-14/+14
2013-09-26staging: comedi: pcl726: remove the *_SIZE definesH Hartley Sweeten1-13/+9
2013-09-26staging: comedi: pcl726: remove unnecessary comments in boardinfo definitionH Hartley Sweeten1-3/+3
2013-09-26staging: comedi: pcl726: rename boardinfo 'IRQbits'H Hartley Sweeten1-3/+3
2013-09-26staging: comedi: pcl726: tidy up the comedi_lrange codeH Hartley Sweeten1-23/+28
2013-09-26staging: comedi: pcl726: remove digital i/o register offsets from boardinfoH Hartley Sweeten1-33/+35
2013-09-26staging: comedi: pcl726: tidy up pcl726_attach()H Hartley Sweeten1-38/+31
2013-09-26staging: comedi: pcl726: fix the analog output range_table_list initializationH Hartley Sweeten1-15/+10
2013-09-26staging: comedi: pcl726: enable the interrupt support codeH Hartley Sweeten1-32/+17
2013-09-26staging: comedi: pcl726: remove all '= 0' boardinfoH Hartley Sweeten1-14/+0
2013-09-26staging: comedi: pcl726: tidy up pcl726_ao_insn_read()H Hartley Sweeten1-6/+8
2013-09-26staging: comedi: pcl726: tidy up pcl726_ao_insn()H Hartley Sweeten1-20/+20
2013-09-26staging: comedi: pcl726: remove 'bipolar' from the private dataH Hartley Sweeten1-10/+4
2013-09-26staging: comedi: pcl726: convert boardinfo declaration to C99 formatH Hartley Sweeten1-15/+61
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for complex casesH Hartley Sweeten1-9/+10
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-2/+0
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-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-10/+1
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten1-4/+1
2013-04-11staging: comedi: pcl726: use comedi_request_region()H Hartley Sweeten1-12/+3
2013-04-11staging: comedi: pcl726: cleanup dev->board_name usageH Hartley Sweeten1-4/+2
2013-04-05staging: comedi: range: introduce some simple mA rangesH Hartley Sweeten1-3/+0
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-5/+7
2012-09-05staging: comedi: pcl726: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-2/+2
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-6/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove this_board macro in the pcl726 driverH Hartley Sweeten1-17/+22
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-6/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor pcl726 driver to remove forward declarationsH Hartley Sweeten1-27/+22