aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/pcl816.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12staging: comedi: pcl816: remove #if 0'ed out codeH Hartley Sweeten1-12/+2
2015-10-12staging: comedi: pcl816: prefer using the BIT macroH Hartley Sweeten1-21/+17
2015-10-12staging: comedi: pcl816: tidy up multi-line commentsH Hartley Sweeten1-30/+27
2015-07-22staging: comedi: drivers: pcl816.c remove leading spaceChandra S Gorentla1-1/+1
2015-05-31staging: comedi/drivers/pcl.* coding style fixesMatthew Needes1-1/+1
2015-04-03staging: comedi: pcl816: remove #include "comedi_fc.h"Ian Abbott1-16/+17
2015-03-06staging: comedi: drivers/*.c: remove unnecessary blank linesH Hartley Sweeten1-3/+0
2015-03-01staging: comedi: pcl816: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-44/+15
2015-01-17staging: comedi: pcl816: use common function to setup dmaH Hartley Sweeten1-32/+11
2015-01-17staging: comedi: pcl816: simplify the dma->size calculationsH Hartley Sweeten1-36/+28
2015-01-17staging: comedi: pcl816: remove depends on ISA_DMA_API limitationH Hartley Sweeten1-139/+69
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_disable()H Hartley Sweeten1-1/+10
2015-01-17staging: comedi: pcl816: introduce pcl816_isadma_program()H Hartley Sweeten1-15/+18
2015-01-17staging: comedi: pcl816: fix short DMA transactionsH Hartley Sweeten1-16/+18
2015-01-17staging: comedi: pcl816: remove VIRT_TO_BUS dependancyH Hartley Sweeten1-11/+9
2015-01-17staging: comedi: pcl816: introduce struct pcl816_dma_descH Hartley Sweeten1-23/+28
2015-01-17staging: comedi: pcl816: introduce pcl816_free_dma()H Hartley Sweeten1-8/+17
2015-01-17staging: comedi: pcl816: introduce pcl816_alloc_dma()H Hartley Sweeten1-35/+56
2014-11-05staging: comedi: pcl816: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-8/+1
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten1-5/+1
2014-11-03staging: comedi: drivers do not need to reset the async->cur_chanH Hartley Sweeten1-1/+0
2014-10-29staging: comedi: pcl816: use comedi_buf_write_samples()H Hartley Sweeten1-3/+3
2014-10-20staging: comedi: pcl816: use comedi_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: pcl816: use comedi_handle_events()H Hartley Sweeten1-2/+2
2014-09-11staging: comedi: pcl816: replace comedi_board() callsIan Abbott1-1/+1
2014-07-21staging: comedi: pcl816: remove forward declarationH Hartley Sweeten1-60/+56
2014-07-17staging: comedi: pcl816: remove use of comedi_error()H Hartley Sweeten1-1/+1
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: pcl816: use cfc_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: pcl816: fix DMA 'bytes' calculationH Hartley Sweeten1-3/+1
2014-05-28staging: comedi: pcl816: use comedi_fc helpers to validate timer argH Hartley Sweeten1-7/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-1/+1
2014-03-17staging: comedi: pcl816: use cfc_handle_events()H Hartley Sweeten1-3/+2
2014-03-06staging: comedi: pcl816: tidy up the remaining register definesH Hartley Sweeten1-4/+5
2014-03-06staging: comedi: pcl816: define the mode register bitsH Hartley Sweeten1-41/+25
2014-03-06staging: comedi: pcl816: cleanup setup_channel_list()H Hartley Sweeten1-38/+45
2014-03-06staging: comedi: pcl816: define the status register bitsH Hartley Sweeten1-7/+13
2014-03-06staging: comedi: pcl816: tidy up analog input registersH Hartley Sweeten1-8/+5
2014-03-06staging: comedi: pcl816: introduce pcl816_ai_soft_trig()H Hartley Sweeten1-3/+8
2014-03-06staging: comedi: pcl816: introduce pcl816_ai_clear_eoc()H Hartley Sweeten1-10/+13
2014-03-06staging: comedi: pcl816: tidy up the analog input (*insn_read)H Hartley Sweeten1-36/+36
2014-03-06staging: comedi: pcl816: move pcl816_reset()H Hartley Sweeten1-23/+20
2014-03-06staging: comedi: pcl816: add support for digital subdevicesH Hartley Sweeten1-19/+54
2014-03-06staging: comedi: pcl816: consolidate the interrupt codeH Hartley Sweeten1-29/+21
2014-03-06staging: comedi: pcl816: remove 'int816_mode' from private dataH Hartley Sweeten1-46/+23
2014-03-06staging: comedi: pcl816: exit interrupt quick when there is nothing to doH Hartley Sweeten1-9/+4
2014-03-06staging: comedi: pcl816: clarify 'irq_was_now_closed' flag in private dataH Hartley Sweeten1-8/+10
2014-03-06staging: comedi: pcl816: reduce indent level in pcl816_ai_cancel()H Hartley Sweeten1-29/+30
2014-03-06staging: comedi: pcl816: factor out the "next ai chan" codeH Hartley Sweeten1-19/+29
2014-03-06staging: comedi: pcl816: only hook up async command support if DMA is availableH Hartley Sweeten1-1/+1