aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl816.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
2015-10-12staging: comedi: pcl816: remove #if 0'ed out codeH Hartley Sweeten
2015-10-12staging: comedi: pcl816: prefer using the BIT macroH Hartley Sweeten
2015-10-12staging: comedi: pcl816: tidy up multi-line commentsH Hartley Sweeten
2015-07-22staging: comedi: drivers: pcl816.c remove leading spaceChandra S Gorentla
2015-05-31staging: comedi/drivers/pcl.* coding style fixesMatthew Needes
2015-04-03staging: comedi: pcl816: remove #include "comedi_fc.h"Ian Abbott
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten
2015-03-01staging: comedi: pcl816: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-17staging: comedi: pcl816: use common function to setup dmaH Hartley Sweeten
2015-01-17staging: comedi: pcl816: simplify the dma->size calculationsH Hartley Sweeten
2015-01-17staging: comedi: pcl816: remove depends on ISA_DMA_API limitationH Hartley Sweeten
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_disable()H Hartley Sweeten
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_program()H Hartley Sweeten
2015-01-17staging: comedi: pcl816: fix short DMA transactionsH Hartley Sweeten
2015-01-17staging: comedi: pcl816: remove VIRT_TO_BUS dependancyH Hartley Sweeten
2015-01-17staging: comedi: pcl816: introduce struct pcl816_dma_descH Hartley Sweeten
2015-01-17staging: comedi: pcl816: introduce pcl816_free_dma()H Hartley Sweeten
2015-01-17staging: comedi: pcl816: introduce pcl816_alloc_dma()H Hartley Sweeten
2014-11-05staging: comedi: pcl816: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten
2014-10-29staging: comedi: pcl816: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: pcl816: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: pcl816: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: pcl816: replace comedi_board() callsIan Abbott
2014-07-21staging: comedi: pcl816: remove forward declarationH Hartley Sweeten
2014-07-17staging: comedi: pcl816: remove use of comedi_error()H Hartley Sweeten
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten
2014-05-28staging: comedi: pcl816: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: pcl816: fix DMA 'bytes' calculationH Hartley Sweeten
2014-05-28staging: comedi: pcl816: 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: pcl816: use cfc_handle_events()H Hartley Sweeten
2014-03-06staging: comedi: pcl816: tidy up the remaining register definesH Hartley Sweeten
2014-03-06staging: comedi: pcl816: define the mode register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl816: cleanup setup_channel_list()H Hartley Sweeten
2014-03-06staging: comedi: pcl816: define the status register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl816: tidy up analog input registersH Hartley Sweeten
2014-03-06staging: comedi: pcl816: introduce pcl816_ai_soft_trig()H Hartley Sweeten
2014-03-06staging: comedi: pcl816: introduce pcl816_ai_clear_eoc()H Hartley Sweeten
2014-03-06staging: comedi: pcl816: tidy up the analog input (*insn_read)H Hartley Sweeten
2014-03-06staging: comedi: pcl816: move pcl816_reset()H Hartley Sweeten
2014-03-06staging: comedi: pcl816: add support for digital subdevicesH Hartley Sweeten
2014-03-06staging: comedi: pcl816: consolidate the interrupt codeH Hartley Sweeten
2014-03-06staging: comedi: pcl816: remove 'int816_mode' from private dataH Hartley Sweeten
2014-03-06staging: comedi: pcl816: exit interrupt quick when there is nothing to doH Hartley Sweeten
2014-03-06staging: comedi: pcl816: clarify 'irq_was_now_closed' flag in private dataH Hartley Sweeten
2014-03-06staging: comedi: pcl816: reduce indent level in pcl816_ai_cancel()H Hartley Sweeten