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