aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/dmm32at.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: comedi: dmm32at: tidy up comedi_lrange tablesH Hartley Sweeten1-14/+12
2013-12-03staging: comedi: dmm32at: convert a printk(KERN_ERR to a dev->err()H Hartley Sweeten1-1/+1
2013-12-03staging: comedi: dmm32at: tidy up the irq support in dmm32at_attach()H Hartley Sweeten1-18/+14
2013-12-03staging: comedi: dmm32at: remove commented out printk debugH Hartley Sweeten1-5/+0
2013-12-03staging: comedi: dmm32at: remove unnecessary printk noiseH Hartley Sweeten1-12/+5
2013-12-03staging: comedi: dmm32at: remove final attach noise and fix return valueH Hartley Sweeten1-5/+1
2013-11-26staging: comedi: dmm32at: remove some unnecessary printk(KERN_DEBUG ...H Hartley Sweeten1-6/+0
2013-09-17staging: comedi: drivers: use comedi_dio_update_state() for complex casesH Hartley Sweeten1-41/+29
2013-08-27staging: comedi: dmm32at: fix dmm32at_dio_insn_config()H Hartley Sweeten1-16/+19
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten1-1/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+2
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-2/+1
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-8/+1
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten1-2/+1
2013-04-11staging: comedi: dmm32at: use comedi_request_region()H Hartley Sweeten1-13/+3
2013-04-08staging: comedi: remove unnecessary dev->board_name initializationH Hartley Sweeten1-2/+0
2012-11-14staging: comedi: dmm32at: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten1-38/+15
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-4/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-2/+3
2012-10-22staging: comedi: dmm32at: remove boardinfoH Hartley Sweeten1-18/+4
2012-09-26staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten1-35/+16
2012-09-05staging: comedi: dmm32at: remove subdevice pointer mathH Hartley Sweeten1-3/+3
2012-07-06staging: comedi: dmm32at: remove skel driver cut-and-paste commentsH Hartley Sweeten1-40/+0
2012-07-06staging: comedi: dmm32at: remove devpriv macroH Hartley Sweeten1-8/+12
2012-07-06staging: comedi: dmm32at: remove unneeded boardinfo variablesH Hartley Sweeten1-48/+23
2012-07-06staging: comedi: dmm32at: remove dmm_outb macroH Hartley Sweeten1-42/+39
2012-07-06staging: comedi: dmm32at: remove dmm_inb macroH Hartley Sweeten1-20/+19
2012-07-06staging: comedi: dmm32at: remove forward declarations 2H Hartley Sweeten1-52/+48
2012-07-06staging: comedi: dmm32at: remove forward declarations 1H Hartley Sweeten1-201/+172
2012-07-06staging: comedi: dmm32at: use module_comedi_driverH Hartley Sweeten1-53/+10
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-2/+3
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-4/+0
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove thisboard macro in the dmm32at driverH Hartley Sweeten1-27/+12
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-13/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-07-08Staging: comedi: Cleanup on dmm32at.c from checkpatch.plMark1-20/+25
2010-06-17Staging: Comedi: drivers: Remove comment copied from skel.cIan Abbott1-37/+0
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-03-03Staging: comedi: dmm32at.c: Checkpatch cleanupAndrea Gelmini1-3/+2
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-63/+81
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-3/+2
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: more fix "foo * bar" should be "foo *bar"Bill Pemberton1-15/+15