summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl818.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: pcl818: use cfc_handle_events()H Hartley Sweeten2014-03-171-6/+1
* staging: comedi: pcl818: clarify pcl818_reset()H Hartley Sweeten2014-03-061-16/+15
* staging: comedi: pcl818: tidy up the remaining register definesH Hartley Sweeten2014-03-061-5/+10
* staging: comedi: pcl818: cleanup ai_cmd()H Hartley Sweeten2014-03-061-68/+43
* staging: comedi: pcl818: absorb pcl818_ai_mode13dma_int()H Hartley Sweeten2014-03-061-37/+16
* staging: comedi: pcl818: define the mode register bitsH Hartley Sweeten2014-03-061-27/+31
* staging: comedi: pcl818: cleanup setup_channel_list()H Hartley Sweeten2014-03-061-44/+52
* staging: comedi: pcl818: define the status register bitsH Hartley Sweeten2014-03-061-9/+11
* staging: comedi: pcl818: tidy up analog input registersH Hartley Sweeten2014-03-061-8/+5
* staging: comedi: pcl818: introduce pcl818_ai_soft_trig()H Hartley Sweeten2014-03-061-3/+7
* staging: comedi: pcl818: introduce pcl818_ai_clear_eoc()H Hartley Sweeten2014-03-061-11/+14
* staging: comedi: pcl818: tidy up the analog input (*insn_read)H Hartley Sweeten2014-03-061-37/+36
* staging: comedi: pcl818: tidy up the analog output subdeviceH Hartley Sweeten2014-03-061-53/+54
* staging: comedi: pcl818: tidy up the digital subdevicesH Hartley Sweeten2014-03-061-33/+30
* staging: comedi: pcl818: consolidate the common interrupt codeH Hartley Sweeten2014-03-061-44/+26
* staging: comedi: pcl818: remove 'ai_mode' from private dataH Hartley Sweeten2014-03-061-71/+30
* staging: comedi: pcl818: exit interrupt quick when there is nothing to doH Hartley Sweeten2014-03-061-11/+5
* staging: comedi: pcl818: fix (*cancel) when cmd->stop_src == TRIG_NONEH Hartley Sweeten2014-03-061-25/+20
* staging: comedi: pcl818: reduce indent level in pcl818_ai_cancel()H Hartley Sweeten2014-03-061-33/+36
* staging: comedi: pcl818: factor out the common "dropout" detect codeH Hartley Sweeten2014-03-061-33/+38
* staging: comedi: pcl818: introduce pcl818_ai_get_fifo_sample()H Hartley Sweeten2014-03-061-9/+26
* staging: comedi: pcl818: fix PCL818_FI_DATAHIH Hartley Sweeten2014-03-061-1/+1
* staging: comedi: pcl818: factor out the common "next ai chan" codeH Hartley Sweeten2014-03-061-48/+34
* staging: comedi: pcl818: interrupt handlers should not busywaitH Hartley Sweeten2014-03-061-12/+7
* staging: comedi: pcl818: factor out dma setup to helper functionsH Hartley Sweeten2014-03-061-39/+57
* staging: comedi: pcl818: remove 'neverending_ai' from private dataH Hartley Sweeten2014-03-061-35/+28
* staging: comedi: pcl818: fix board resource region requestH Hartley Sweeten2014-03-061-7/+7
* staging: comedi: pcl818: remove pcl818_check()H Hartley Sweeten2014-03-061-28/+0
* staging: comedi: pcl818: kzalloc'ed memory does not need to be clearedH Hartley Sweeten2014-02-181-2/+0
* staging: comedi: pcl818: tidy up pcl818_check()H Hartley Sweeten2014-02-181-23/+27
* staging: comedi: pcl818: remove unnecessary function separation commentsH Hartley Sweeten2014-02-181-66/+0
* staging: comedi: pcl818: rename 'irq_blocked' in private dataH Hartley Sweeten2014-02-181-8/+7
* staging: comedi: pcl818: convert private data flags to bit-fieldsH Hartley Sweeten2014-02-181-4/+4
* staging: comedi: pcl818: remove 'ai_chanlist' from private dataH Hartley Sweeten2014-02-181-6/+2
* staging: comedi: pcl818: remove 'ai_timer[12]' from private dataH Hartley Sweeten2014-02-181-5/+0
* staging: comedi: pcl818: remove analog output interrupt codeH Hartley Sweeten2014-02-181-15/+0
* staging: comedi: pcl818: use subdevice (*cancel)H Hartley Sweeten2014-02-181-13/+11
* staging: comedi: pcl818: don't calc the timer divisors twiceH Hartley Sweeten2014-02-181-25/+12
* staging: comedi: pcl818: use 8253.h helpersH Hartley Sweeten2014-02-181-33/+27
* staging: comedi: pcl818: remove 'last_int_sub' from private dataH Hartley Sweeten2014-02-181-2/+0
* staging: comedi: pcl818: tidy up dma buffer allocationH Hartley Sweeten2014-02-181-33/+28
* staging: comedi: pcl818: remove 'ai_flags' from private dataH Hartley Sweeten2014-02-181-2/+0
* staging: comedi: pcl818: remove 'ai_n_chan' from private dataH Hartley Sweeten2014-02-181-8/+9
* staging: comedi: pcl818: remove 'ai_scans' from private dataH Hartley Sweeten2014-02-181-9/+5
* staging: comedi: pcl818: introduce pcl818_ai_get_sample()H Hartley Sweeten2014-02-181-9/+21
* staging: comedi: pcl818: remove 'ao_maxdata' from boardinfoH Hartley Sweeten2014-02-181-9/+1
* staging: comedi: pcl818: remove 'ai_maxdata' from boardinfoH Hartley Sweeten2014-02-181-9/+1
* staging: comedi: pcl818: clarify irq request in pcl818_attach()H Hartley Sweeten2014-02-181-9/+2
* staging: comedi: pcl818: remove 'n_ranges' from boardinfoH Hartley Sweeten2014-02-181-8/+0
* staging: comedi: pcl818: all board types have analog inputsH Hartley Sweeten2014-02-181-40/+20