aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl818.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06staging: comedi: pcl818: tidy up the digital subdevicesH Hartley Sweeten1-33/+30
2014-03-06staging: comedi: pcl818: consolidate the common interrupt codeH Hartley Sweeten1-44/+26
2014-03-06staging: comedi: pcl818: remove 'ai_mode' from private dataH Hartley Sweeten1-71/+30
2014-03-06staging: comedi: pcl818: exit interrupt quick when there is nothing to doH Hartley Sweeten1-11/+5
2014-03-06staging: comedi: pcl818: fix (*cancel) when cmd->stop_src == TRIG_NONEH Hartley Sweeten1-25/+20
2014-03-06staging: comedi: pcl818: reduce indent level in pcl818_ai_cancel()H Hartley Sweeten1-33/+36
2014-03-06staging: comedi: pcl818: factor out the common "dropout" detect codeH Hartley Sweeten1-33/+38
2014-03-06staging: comedi: pcl818: introduce pcl818_ai_get_fifo_sample()H Hartley Sweeten1-9/+26
2014-03-06staging: comedi: pcl818: fix PCL818_FI_DATAHIH Hartley Sweeten1-1/+1
2014-03-06staging: comedi: pcl818: factor out the common "next ai chan" codeH Hartley Sweeten1-48/+34
2014-03-06staging: comedi: pcl818: interrupt handlers should not busywaitH Hartley Sweeten1-12/+7
2014-03-06staging: comedi: pcl818: factor out dma setup to helper functionsH Hartley Sweeten1-39/+57
2014-03-06staging: comedi: pcl818: remove 'neverending_ai' from private dataH Hartley Sweeten1-35/+28
2014-03-06staging: comedi: pcl818: fix board resource region requestH Hartley Sweeten1-7/+7
2014-03-06staging: comedi: pcl818: remove pcl818_check()H Hartley Sweeten1-28/+0
2014-02-18staging: comedi: pcl818: kzalloc'ed memory does not need to be clearedH Hartley Sweeten1-2/+0
2014-02-18staging: comedi: pcl818: tidy up pcl818_check()H Hartley Sweeten1-23/+27
2014-02-18staging: comedi: pcl818: remove unnecessary function separation commentsH Hartley Sweeten1-66/+0
2014-02-18staging: comedi: pcl818: rename 'irq_blocked' in private dataH Hartley Sweeten1-8/+7
2014-02-18staging: comedi: pcl818: convert private data flags to bit-fieldsH Hartley Sweeten1-4/+4
2014-02-18staging: comedi: pcl818: remove 'ai_chanlist' from private dataH Hartley Sweeten1-6/+2
2014-02-18staging: comedi: pcl818: remove 'ai_timer[12]' from private dataH Hartley Sweeten1-5/+0
2014-02-18staging: comedi: pcl818: remove analog output interrupt codeH Hartley Sweeten1-15/+0
2014-02-18staging: comedi: pcl818: use subdevice (*cancel)H Hartley Sweeten1-13/+11
2014-02-18staging: comedi: pcl818: don't calc the timer divisors twiceH Hartley Sweeten1-25/+12
2014-02-18staging: comedi: pcl818: use 8253.h helpersH Hartley Sweeten1-33/+27
2014-02-18staging: comedi: pcl818: remove 'last_int_sub' from private dataH Hartley Sweeten1-2/+0
2014-02-18staging: comedi: pcl818: tidy up dma buffer allocationH Hartley Sweeten1-33/+28
2014-02-18staging: comedi: pcl818: remove 'ai_flags' from private dataH Hartley Sweeten1-2/+0
2014-02-18staging: comedi: pcl818: remove 'ai_n_chan' from private dataH Hartley Sweeten1-8/+9
2014-02-18staging: comedi: pcl818: remove 'ai_scans' from private dataH Hartley Sweeten1-9/+5
2014-02-18staging: comedi: pcl818: introduce pcl818_ai_get_sample()H Hartley Sweeten1-9/+21
2014-02-18staging: comedi: pcl818: remove 'ao_maxdata' from boardinfoH Hartley Sweeten1-9/+1
2014-02-18staging: comedi: pcl818: remove 'ai_maxdata' from boardinfoH Hartley Sweeten1-9/+1
2014-02-18staging: comedi: pcl818: clarify irq request in pcl818_attach()H Hartley Sweeten1-9/+2
2014-02-18staging: comedi: pcl818: remove 'n_ranges' from boardinfoH Hartley Sweeten1-8/+0
2014-02-18staging: comedi: pcl818: all board types have analog inputsH Hartley Sweeten1-40/+20
2014-02-18staging: comedi: pcl818: factor analog input range selection out of (*attach)H Hartley Sweeten1-38/+54
2014-02-18staging: comedi: pcl818: all board types have digital inputs and outputsH Hartley Sweeten1-37/+15
2014-02-18staging: comedi: pcl818: change 'is_818' in boardinfo to a bit-fieldH Hartley Sweeten1-1/+1
2014-02-18staging: comedi: pcl818: clarify dma channel request in pcl818_attach()H Hartley Sweeten1-27/+18
2014-02-18staging: comedi: pcl818: remove 'rangelist_ao' from boardinfoH Hartley Sweeten1-9/+1
2014-02-18staging: comedi: pcl818: remove 'io_range' from boardinfoH Hartley Sweeten1-23/+8
2014-02-18staging: comedi: pcl818: remove 0/NULL initialzation in boardinfoH Hartley Sweeten1-7/+0
2014-02-18staging: comedi: pcl818: convert boardinfo declaration to C99 formatH Hartley Sweeten1-42/+146
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten1-1/+0
2014-02-14staging: comedi: pcl818: use comedi_timeout()H Hartley Sweeten1-15/+20
2013-12-17staging: comedi: pcl818: tidy up comedi_lrange tablesH Hartley Sweeten1-41/+63
2013-12-04staging: comedi: pcl818: remove unnecessary s->len_chanlist initH Hartley Sweeten1-3/+0
2013-12-04staging: comedi: pcl818: use dev->read_subdevH Hartley Sweeten1-5/+4