summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/8255.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2015-05-31staging: comedi: comedi_8255: new module split from 8255Ian Abbott
2015-05-31staging: comedi: 8255: document callback parameters betterIan Abbott
2015-05-31staging: comedi: 8255: fix I/O region leak on failureIan Abbott
2015-04-03staging: comedi: 8255: remove #include "comedi_fc.h"Ian Abbott
2015-01-28staging: comedi: 8255.c: reformat remaining block commentsIan Abbott
2015-01-28staging: comedi: 8255.c: document subdev_8255_init() and _mm_init()Ian Abbott
2015-01-28staging: comedi: 8255.c: reformat comedi driver commentIan Abbott
2015-01-28staging: comedi: 8255.c: reformat copyright commentIan Abbott
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten
2014-08-16staging: comedi: 8255: handle memory mapped ioH Hartley Sweeten
2014-08-16staging: comedi: 8255: remove incomplete async command supportH Hartley Sweeten
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten
2014-07-16staging: comedi: 8255: checkpatch.pl cleanup (else after return)H Hartley Sweeten
2014-05-23staging: comedi: pass subdevice to comedi_buf_put()Ian Abbott
2014-04-22staging: comedi: drivers: properly validate cmd->scan_end_argH Hartley Sweeten
2014-01-11Staging: comedi: fix spacing coding style issue in 8255.c.Chase Southwood
2013-10-16staging: comedi: 8255: sample types are unsignedIan Abbott
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for complex casesH Hartley Sweeten
2013-09-17staging: comedi: initialize subdevice s->io_bits in postconfigH Hartley Sweeten
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
2013-08-12Revert "staging: comedi: drivers: use comedi_dio_insn_config() for complex ca...Greg Kroah-Hartman
2013-08-12staging: comedi: drivers: use comedi_dio_insn_config() for complex casesH Hartley Sweeten
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-06-24staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten
2013-04-11staging: comedi: 8255: use __comedi_request_region()H Hartley Sweeten
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten
2012-11-14staging: comedi: 8255: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten
2012-09-05staging: comedi: 8255: remove subdevice pointer mathH Hartley Sweeten
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten
2012-06-13staging: comedi: 8255: add some whitespace to the #define'sH Hartley Sweeten
2012-06-13staging: comedi: 8255: add namespace to 'do_config' functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: move the subdev_8255_io functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: refactor subdev_8255_insn functionH Hartley Sweeten
2012-06-13staging: comedi: 8255: use a local variable for the iobaseH Hartley Sweeten
2012-06-13staging: comedi: 8255: use kzalloc to allocate the private dataH Hartley Sweeten
2012-06-13staging: comedi: 8255: check for failure of subdev_8255_initH Hartley Sweeten
2012-06-13staging: comedi: 8255: remove have_irg and refactor subdev_8255_init_irqH Hartley Sweeten
2012-06-13staging: comedi: 8255: refactor subdev_8255_initH Hartley Sweeten
2012-06-13staging: comedi: 8255: push out the 8255's private data variable renameH Hartley Sweeten
2012-06-13staging: comedi: 8255: rename cb_arg and cb_funcH Hartley Sweeten
2012-06-13staging: comedi: 8255: remove the s->private access macrosH Hartley Sweeten