summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl812.c
AgeCommit message (Expand)Author
2014-03-06staging: comedi: pcl812: interrupt handlers should not busywaitH Hartley Sweeten
2014-03-06staging: comedi: pcl812: remove 'ai_data_len' from private dataH Hartley Sweeten
2014-03-06staging: comedi: pcl812: factor out dma setup to helper functionsH Hartley Sweeten
2014-03-06staging: comedi: pcl812: remove 'ai_neverending' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: allocate private data before requesting the I/O regionH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove unnecessary function separation commentsH Hartley Sweeten
2014-02-18staging: comedi: pcl812: convert private data flags to bit-fieldsH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_chanlist' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: use subdevice (*cancel)H Hartley Sweeten
2014-02-18staging: comedi: pcl812: don't calc the timer divisors twiceH Hartley Sweeten
2014-02-18staging: comedi: pcl812: use 8253.h helpersH Hartley Sweeten
2014-02-18staging: comedi: pcl812: tidy up dma buffer allocationH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_flags' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_n_chan' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_scans' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'valid' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove acl8216_ai_insn_read()H Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_is16b' from private dataH Hartley Sweeten
2014-02-18staging: comedi: pcl812: introduce pcl812_ai_get_sample()H Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'ai_maxdata' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: tidy up differential ai user optionH Hartley Sweeten
2014-02-18staging: comedi: pcl812: all board types have analog inputsH Hartley Sweeten
2014-02-18staging: comedi: pcl812: factor analog input range selection out of (*attach)H Hartley Sweeten
2014-02-18staging: comedi: pcl812: tidy up digital subdevice boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: rename 'haveMPC508' in boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: clarify dma channel request in pcl812_attach()H Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'rangelist_ao' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'i8254_osc_base' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 'io_range' from boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: remove 0/NULL initialzation in boardinfoH Hartley Sweeten
2014-02-18staging: comedi: pcl812: convert boardinfo declaration to C99 formatH Hartley Sweeten
2014-02-14staging: comedi: pcl812: trigger sources were validated in (*do_cmdtest)H Hartley Sweeten
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten
2014-02-14staging: comedi: pcl812: use comedi_timeout()H Hartley Sweeten
2013-12-17staging: comedi: pcl812: tidy up comedi_lrange tablesH Hartley Sweeten
2013-12-04staging: comedi: pcl812: use dev->read_subdevH Hartley Sweeten
2013-12-04staging: comedi: pcl812: only init async command members when neededH Hartley Sweeten
2013-12-04staging: comedi: pcl812: remove unnecessary s->len_chanlist initH Hartley Sweeten
2013-12-03staging: comedi: pcl812: convert printk messages in pcl812_attach()H Hartley Sweeten
2013-12-03staging: comedi: pcl812: tidy up the irq support in pcl812_attach()H Hartley Sweeten
2013-12-03staging: comedi: pcl812: convert some printk's to dev_dbg()H Hartley Sweeten
2013-10-16staging: comedi: pcl812: sample types are unsignedIan Abbott
2013-09-26staging: comedi: 8253.h: tidy up the i8253_cascade_ns_to_timer*() usersH Hartley Sweeten
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for simple casesH Hartley Sweeten
2013-08-21staging: comedi: pcl812: missing break statementDan Carpenter
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten
2013-04-19staging: comedi: pcl812: use comedi_legacy_detach()H Hartley Sweeten