summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl812.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2015-10-12staging: comedi: pcl812: rename private data 'IRQbits'H Hartley Sweeten
2015-10-12staging: comedi: pcl812: prefer using the BIT macroH Hartley Sweeten
2015-10-12staging: comedi: pcl812: convert hardware type defines into an enumH Hartley Sweeten
2015-05-31staging: comedi/drivers/pcl.* coding style fixesMatthew Needes
2015-05-31staging: comedi/drivers/pcl.* coding style fixesMatthew Needes
2015-04-03staging: comedi: pcl812: remove #include "comedi_fc.h"Ian Abbott
2015-03-01staging: comedi: pcl812: convert driver to use the comedi_8254 moduleH Hartley Sweeten
2015-01-28staging: comedi: pcl812: fix logic error in pcl812_ai_setup_dma()H Hartley Sweeten
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten
2015-01-17staging: comedi: pcl812: use common function to setup dmaH Hartley Sweeten
2015-01-17staging: comedi: pcl812: simplify the dma->size calculationsH Hartley Sweeten
2015-01-17staging: comedi: pcl812: remove depends on ISA_DMA_API limitationH Hartley Sweeten
2015-01-17staging: comedi: pcl812: introduce pcl812_isadma_disable()H Hartley Sweeten
2015-01-17staging: comedi: pcl812: introduce pcl812_isadma_program()H Hartley Sweeten
2015-01-17staging: comedi: pcl812: remove VIRT_TO_BUS dependancyH Hartley Sweeten
2015-01-17staging: comedi: pcl812: introduce struct pcl812_dma_descH Hartley Sweeten
2015-01-17staging: comedi: pcl812: introduce pcl812_free_dma()H Hartley Sweeten
2015-01-17staging: comedi: pcl812: introduce pcl812_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: pcl812: 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: pcl812: use comedi_buf_write_samples()H Hartley Sweeten
2014-10-20staging: comedi: pcl812: use comedi_bytes_per_scan()H Hartley Sweeten
2014-10-20staging: comedi: pcl812: use comedi_handle_events()H Hartley Sweeten
2014-09-11staging: comedi: pcl812: replace comedi_board() callsIan Abbott
2014-09-08staging: comedi: pcl812: use CMDF_WAKE_EOSIan Abbott
2014-08-30staging: comedi: pcl812: use comedi_subdevice 'readback'H Hartley Sweeten
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten
2014-05-28staging: comedi: pcl812: use cfc_bytes_per_scan()H Hartley Sweeten
2014-05-28staging: comedi: pcl812: use comedi_fc helpers to validate timer argH Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-22staging: comedi: drivers: core validates chanlist_len maxH Hartley Sweeten
2014-04-14staging: comedi: drivers: pcl812.c: add curly braces for checkpatchKumar Amit Mehta
2014-03-17staging: comedi: pcl812: use cfc_handle_events()H Hartley Sweeten
2014-03-06staging: comedi: pcl812: clarify pcl812_reset()H Hartley Sweeten
2014-03-06staging: comedi: pcl812: tidy up the remaining register definesH Hartley Sweeten
2014-03-06staging: comedi: pcl812: define the mode register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl812: cleanup setup_range_channel()H Hartley Sweeten
2014-03-06staging: comedi: pcl812: define the status register bitsH Hartley Sweeten
2014-03-06staging: comedi: pcl812: tidy up analog input registersH Hartley Sweeten
2014-03-06staging: comedi: pcl812: introduce pcl812_ai_soft_trig()H Hartley Sweeten
2014-03-06staging: comedi: pcl812: introduce pcl812_ai_clear_eoc()H Hartley Sweeten
2014-03-06staging: comedi: pcl812: tidy up the analog input (*insn_read)H Hartley Sweeten
2014-03-06staging: comedi: pcl812: tidy up the analog output subdeviceH Hartley Sweeten
2014-03-06staging: comedi: pcl812: tidy up the digital subdevicesH Hartley Sweeten
2014-03-06staging: comedi: pcl812: consolidate the common interrupt codeH Hartley Sweeten
2014-03-06staging: comedi: pcl812: remove "spurious interrupt" noiseH Hartley Sweeten
2014-03-06staging: comedi: pcl812: factor out the common "next ai chan" codeH Hartley Sweeten