aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/8255.c
AgeCommit message (Expand)Author
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
2012-06-13staging: comedi: 8255: rename the private data structureH Hartley Sweeten
2012-06-13staging: comedi: 8255: use pointer to dev->subdevicesH Hartley Sweeten
2012-06-13staging: comedi: 8255: replace printk callsH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten
2012-04-24staging: comedi: refactor 8255 driver to remove forward declarationsH Hartley Sweeten
2011-03-14staging: comedi: Remove NULL check before kfreeIlia Mirkin
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-05-18Staging: comedi: Altered the way printk is used in 8255.cMark
2010-05-11Staging: comedi: 8255: fix up previous static markings.Greg Kroah-Hartman
2010-05-11Staging: comedi: 8255.c: mark some functions staticGreg Kroah-Hartman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-11Staging: comedi: 8255: Fix coding style errorBen Kero
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral
2009-06-19Staging: comedi: comment out useless ifBill Pemberton
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton