summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl818.c
AgeCommit message (Expand)Author
2018-07-11staging: comedi: remove redundant variable segposColin Ian King
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2016-10-16staging: comedi: Align the * on block commentsJakub Jedelsky
2015-10-12staging: comedi: pcl818: remove unused "boards constants"H Hartley Sweeten
2015-10-12staging: comedi: pcl818: prefer using the BIT macroH Hartley Sweeten
2015-04-03staging: comedi: pcl818: remove #include "comedi_fc.h"Ian Abbott
2015-03-01staging: comedi: pcl818: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-02-07STAGING: Fix pcl818.c coding style issue: line over 80 charactersSimon Guo
2015-02-07STAGING: Fix pcl818.c coding style issue: code indent should use tabs where p...Simon Guo
2015-01-25staging: comedi: pcl818: introduce pcl818_ai_write_sample()H Hartley Sweeten
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten
2015-01-17staging: comedi: pcl818: use common function to setup dmaH Hartley Sweeten
2015-01-17staging: comedi: pcl818: simplify the dma->size calculationsH Hartley Sweeten
2015-01-17staging: comedi: pcl818: remove depends on ISA_DMA_API limitationH Hartley Sweeten
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_disable()H Hartley Sweeten
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_program()H Hartley Sweeten
2015-01-17staging: comedi: pcl818: fix pcl818_handle_dma() for short DMA transactionH Hartley Sweeten
2015-01-17staging: comedi: pcl818: remove VIRT_TO_BUS dependancyH Hartley Sweeten
2015-01-17staging: comedi: pcl818: introduce struct pcl818_dma_descH Hartley Sweeten
2015-01-17staging: comedi: pcl818: introduce pcl818_dma_free()H Hartley Sweeten
2015-01-17staging: comedi: pcl818: introduce pcl818_alloc_dma()H Hartley Sweeten
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten
2014-11-05staging: comedi: pcl818: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-05staging: comedi: pcl818: remove private data member 'ai_act_chan'H Hartley Sweeten
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten
2014-10-29staging: comedi: pcl818: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: pcl818: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: pcl818: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: pcl818: replace comedi_board() callsIan Abbott
2014-08-30staging: comedi: pcl818: use comedi_subdevice 'readback'H Hartley Sweeten
2014-07-17staging: comedi: pcl818: remove use of comedi_error()H Hartley Sweeten
2014-05-28staging: comedi: pcl818: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: pcl818: use comedi_fc helpers to validate timer argH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-03-17staging: comedi: pcl818: use cfc_handle_events()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: clarify pcl818_reset()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: tidy up the remaining register definesH Hartley Sweeten
2014-03-06staging: comedi: pcl818: cleanup ai_cmd()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: absorb pcl818_ai_mode13dma_int()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: define the mode register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl818: cleanup setup_channel_list()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: define the status register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl818: tidy up analog input registersH Hartley Sweeten
2014-03-06staging: comedi: pcl818: introduce pcl818_ai_soft_trig()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: introduce pcl818_ai_clear_eoc()H Hartley Sweeten
2014-03-06staging: comedi: pcl818: tidy up the analog input (*insn_read)H Hartley Sweeten
2014-03-06staging: comedi: pcl818: tidy up the analog output subdeviceH Hartley Sweeten
2014-03-06staging: comedi: pcl818: tidy up the digital subdevicesH Hartley Sweeten
2014-03-06staging: comedi: pcl818: consolidate the common interrupt codeH Hartley Sweeten
2014-03-06staging: comedi: pcl818: remove 'ai_mode' from private dataH Hartley Sweeten