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