aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl816.c
AgeCommit message (Expand)Author
2014-03-06staging: comedi: pcl816: factor out the "next ai chan" codeH Hartley Sweeten
2014-03-06staging: comedi: pcl816: only hook up async command support if DMA is availableH Hartley Sweeten
2014-03-06staging: comedi: pcl816: remove unreachable interrupt handler codeH Hartley Sweeten
2014-03-06staging: comedi: pcl816: remove 'dmasamplesize' from private dataH Hartley Sweeten
2014-03-06staging: comedi: pcl816: factor out dma setup to helper functionsH Hartley Sweeten
2014-03-06staging: comedi: pcl816: remove 'ai_neverending' from private dataH Hartley Sweeten
2014-03-06staging: comedi: pcl816: remove pcl816_check()H Hartley Sweeten
2014-02-21staging: comedi: pcl816: tidy up pcl818_check()H Hartley Sweeten
2014-02-21staging: comedi: pcl816: remove unnecessary function separation commentsH Hartley Sweeten
2014-02-21staging: comedi: pcl816: remove unnecessary 'dev->irq' checkH Hartley Sweeten
2014-02-21staging: comedi: pcl816: rename 'irq_blocked' in private dataH Hartley Sweeten
2014-02-21staging: comedi: pcl816: kzalloc'ed memory does not need to be clearedH Hartley Sweeten
2014-02-21staging: comedi: pcl816: convert private data flags to bit-fieldsH Hartley Sweeten
2014-02-21staging: comedi: pcl816: remove 'ai_act_chanlist_{len, pos}' from private dataH Hartley Sweeten
2014-02-21staging: comedi: pcl816: use subdevice (*cancel)H Hartley Sweeten
2014-02-21staging: comedi: pcl816: don't calc the timer divisors twiceH Hartley Sweeten
2014-02-21staging: comedi: pcl816: clarify irq request in pcl816_attach()H Hartley Sweeten
2014-02-21staging: comedi: pcl816: remove 'n_aochan' from boardinfoH Hartley Sweeten
2014-02-21staging: comedi: pcl816: remove 'ai_ns_min' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove unneeded forward declarationsH Hartley Sweeten
2014-02-18staging: comedi: pcl816: use 8253.h helpersH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'last_int_sub' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl816: tidy up dma buffer allocationH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'ai_n_chan' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'ai_scans' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl816: introduce pcl816_ai_get_sample()H Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'ai_range_type' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'ao_chanlist' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'n_ranges' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: all board types have 16 analog inputsH Hartley Sweeten
2014-02-18staging: comedi: pcl816: all board types have digital inputs and outputsH Hartley Sweeten
2014-02-18staging: comedi: pcl816: clarify dma channel request in pcl816_attach()H Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'rangelist_ao' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'i8254_osc_base' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: remove 'io_range' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl816: convert boardinfo declaration to C99 formatH Hartley Sweeten
2014-02-14staging: comedi: pcl816: trigger sources were validated in (*do_cmdtest)H Hartley Sweeten
2014-02-14staging: comedi: don't clear 'data' on (*insn_read) timeoutH Hartley Sweeten
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-14staging: comedi: pcl816: use comedi_timeout()H Hartley Sweeten
2013-12-17staging: comedi: pcl816: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-04staging: comedi: pcl816: use dev->read_subdevH Hartley Sweeten
2013-12-04staging: comedi: pcl816: remove 'sub_ai' from private dataH Hartley Sweeten
2013-12-04staging: comedi: pcl816: only init command support if irq is availableH Hartley Sweeten
2013-12-04staging: comedi: pcl816: remove 'irq_free' from private dataH Hartley Sweeten
2013-12-03staging: comedi: pcl816: convert printk messages in pcl816_attach()H Hartley Sweeten
2013-12-03staging: comedi: pcl816: remove commented out printk debugH Hartley Sweeten
2013-12-03staging: comedi: pcl816: tidy up the irq support in pcl816_attach()H Hartley Sweeten
2013-12-03staging: comedi: pcl816: remove TRIG_WAKE_EOS support stubH Hartley Sweeten
2013-12-03staging: comedi: pcl816: remove commented out outb() macroH Hartley Sweeten