aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl724.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-01-09staging: comedi: pcl724: rewrite "Devices:" lineIan Abbott1-8/+4
2014-09-11staging: comedi: pcl724: replace comedi_board() callsIan Abbott1-1/+1
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten1-4/+2
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten1-2/+1
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten1-1/+2
2014-07-16staging: comedi: pcl724: checkpatch.pl cleanup (else after return)H Hartley Sweeten1-4/+2
2014-06-18staging: comedi: pcl724: add support for Diamond Systems ONYX-MM-DIO moduleH Hartley Sweeten1-0/+5
2013-07-23staging: comedi: pcl724: add support for the PCM-IO48 PC/104 boardH Hartley Sweeten1-2/+7
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten1-2/+0
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/+1
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-10/+1
2013-06-11staging: comedi: pcl724: update the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-06-11staging: comedi: pcl724: fix 96 DIO configuration optionH Hartley Sweeten1-1/+1
2013-06-11staging: comedi: pcl724: tidy up multi-line commentsH Hartley Sweeten1-37/+23
2013-06-11staging: comedi: pcl724: remove 'dio' from boardinfoH Hartley Sweeten1-13/+6
2013-06-11staging: comedi: pcl724: tidy up pcl724_attach()H Hartley Sweeten1-10/+14
2013-06-11staging: comedi: pcl724: tidy up subdev_8255_init() callsH Hartley Sweeten1-20/+11
2013-06-11staging: comedi: pcl724: tidy up the boardinfo struct definitionH Hartley Sweeten1-23/+16
2013-06-11staging: comedi: pcl724: remove all '= 0' boardinfoH Hartley Sweeten1-9/+0
2013-06-11staging: comedi: pcl724: tidy up the boardinfoH Hartley Sweeten1-9/+46
2013-06-11staging: comedi: pcl724: remove interrupt supportH Hartley Sweeten1-41/+6
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten1-4/+0
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten1-2/+1
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-5/+2
2013-04-11staging: comedi: pcl724: use comedi_request_region()H Hartley Sweeten1-12/+5
2013-04-11staging: comedi: pcl724: cleanup dev->board_name usageH Hartley Sweeten1-5/+3
2012-09-05staging: comedi: pcl724: remove subdevice pointer mathH Hartley Sweeten1-6/+9
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-04staging: comedi: remove this_board macro in the pcl724 driverH Hartley Sweeten1-12/+12
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-7/+1
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor pcl724 driver to remove the forward declarationsH Hartley Sweeten1-36/+31
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-2/+1
2011-04-25staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches1-1/+1
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: pcl724: Checkpatch cleanupsBenjamin Adolphi1-14/+12
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-15/+18
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-6/+5
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-7/+7
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-1/+2
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-4/+4
2009-06-19Staging: comedi: remove C99 comments in pcl724.cBill Pemberton1-9/+9
2009-04-03Staging: comedi: pcl724: Remove boardtype typedefBill Pemberton1-6/+8
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1