aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl818.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-1137/+0
2021-03-10staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott1-1/+1
2020-07-25staging: comedi: pcl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2018-07-11staging: comedi: remove redundant variable segposColin Ian King1-2/+2
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-10-16staging: comedi: Align the * on block commentsJakub Jedelsky1-3/+3
2015-10-12staging: comedi: pcl818: remove unused "boards constants"H Hartley Sweeten1-9/+0
2015-10-12staging: comedi: pcl818: prefer using the BIT macroH Hartley Sweeten1-16/+15
2015-04-03staging: comedi: pcl818: remove #include "comedi_fc.h"Ian Abbott1-19/+21
2015-03-01staging: comedi: pcl818: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-51/+29
2015-02-07STAGING: Fix pcl818.c coding style issue: line over 80 charactersSimon Guo1-5/+10
2015-02-07STAGING: Fix pcl818.c coding style issue: code indent should use tabs where possibleSimon Guo1-98/+91
2015-01-25staging: comedi: pcl818: introduce pcl818_ai_write_sample()H Hartley Sweeten1-32/+9
2015-01-25staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA eventsH Hartley Sweeten1-4/+4
2015-01-17staging: comedi: pcl818: use common function to setup dmaH Hartley Sweeten1-35/+13
2015-01-17staging: comedi: pcl818: simplify the dma->size calculationsH Hartley Sweeten1-31/+27
2015-01-17staging: comedi: pcl818: remove depends on ISA_DMA_API limitationH Hartley Sweeten1-93/+39
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_disable()H Hartley Sweeten1-3/+12
2015-01-17staging: comedi: pcl818: introduce pcl818_isadma_program()H Hartley Sweeten1-15/+18
2015-01-17staging: comedi: pcl818: fix pcl818_handle_dma() for short DMA transactionH Hartley Sweeten1-17/+17
2015-01-17staging: comedi: pcl818: remove VIRT_TO_BUS dependancyH Hartley Sweeten1-13/+12
2015-01-17staging: comedi: pcl818: introduce struct pcl818_dma_descH Hartley Sweeten1-19/+25
2015-01-17staging: comedi: pcl818: introduce pcl818_dma_free()H Hartley Sweeten1-6/+17
2015-01-17staging: comedi: pcl818: introduce pcl818_alloc_dma()H Hartley Sweeten1-25/+32
2014-11-26staging: comedi: drivers: have core hook up default (*insn_read) for readbackH Hartley Sweeten1-1/+0
2014-11-05staging: comedi: pcl818: use comedi_async 'scans_done' to detect EOAH Hartley Sweeten1-9/+6
2014-11-05staging: comedi: pcl818: remove private data member 'ai_act_chan'H Hartley Sweeten1-2/+0
2014-11-03staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the coreH Hartley Sweeten1-5/+1
2014-10-29staging: comedi: pcl818: use comedi_buf_write_samples()H Hartley Sweeten1-5/+3
2014-10-20staging: comedi: pcl818: use comedi_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-10-20staging: comedi: pcl818: use comedi_handle_events()H Hartley Sweeten1-1/+1
2014-09-11staging: comedi: pcl818: replace comedi_board() callsIan Abbott1-4/+4
2014-08-30staging: comedi: pcl818: use comedi_subdevice 'readback'H Hartley Sweeten1-22/+11
2014-07-17staging: comedi: pcl818: remove use of comedi_error()H Hartley Sweeten1-4/+5
2014-05-28staging: comedi: pcl818: use cfc_bytes_per_scan()H Hartley Sweeten1-1/+1
2014-05-28staging: comedi: pcl818: use comedi_fc helpers to validate timer argH Hartley Sweeten1-7/+4
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott1-3/+3
2014-03-17staging: comedi: pcl818: use cfc_handle_events()H Hartley Sweeten1-6/+1
2014-03-06staging: comedi: pcl818: clarify pcl818_reset()H Hartley Sweeten1-16/+15
2014-03-06staging: comedi: pcl818: tidy up the remaining register definesH Hartley Sweeten1-5/+10
2014-03-06staging: comedi: pcl818: cleanup ai_cmd()H Hartley Sweeten1-68/+43
2014-03-06staging: comedi: pcl818: absorb pcl818_ai_mode13dma_int()H Hartley Sweeten1-37/+16
2014-03-06staging: comedi: pcl818: define the mode register bitsH Hartley Sweeten1-27/+31
2014-03-06staging: comedi: pcl818: cleanup setup_channel_list()H Hartley Sweeten1-44/+52
2014-03-06staging: comedi: pcl818: define the status register bitsH Hartley Sweeten1-9/+11
2014-03-06staging: comedi: pcl818: tidy up analog input registersH Hartley Sweeten1-8/+5
2014-03-06staging: comedi: pcl818: introduce pcl818_ai_soft_trig()H Hartley Sweeten1-3/+7
2014-03-06staging: comedi: pcl818: introduce pcl818_ai_clear_eoc()H Hartley Sweeten1-11/+14
2014-03-06staging: comedi: pcl818: tidy up the analog input (*insn_read)H Hartley Sweeten1-37/+36
2014-03-06staging: comedi: pcl818: tidy up the analog output subdeviceH Hartley Sweeten1-53/+54