summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl724.c
AgeCommit message (Expand)Author
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2015-01-09staging: comedi: pcl724: rewrite "Devices:" lineIan Abbott
2014-09-11staging: comedi: pcl724: replace comedi_board() callsIan Abbott
2014-08-16staging: comedi: 8255: provide common defines for registersH Hartley Sweeten
2014-08-16staging: comedi: 8255: refactor how the (*io) function worksH Hartley Sweeten
2014-08-16staging: comedi: 8255: add a comedi_device param to the (*io) callbackH Hartley Sweeten
2014-07-16staging: comedi: pcl724: checkpatch.pl cleanup (else after return)H Hartley Sweeten
2014-06-18staging: comedi: pcl724: add support for Diamond Systems ONYX-MM-DIO moduleH Hartley Sweeten
2013-07-23staging: comedi: pcl724: add support for the PCM-IO48 PC/104 boardH Hartley Sweeten
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH 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-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten
2013-06-11staging: comedi: pcl724: update the MODULE_DESCRIPTIONH Hartley Sweeten
2013-06-11staging: comedi: pcl724: fix 96 DIO configuration optionH Hartley Sweeten
2013-06-11staging: comedi: pcl724: tidy up multi-line commentsH Hartley Sweeten
2013-06-11staging: comedi: pcl724: remove 'dio' from boardinfoH Hartley Sweeten
2013-06-11staging: comedi: pcl724: tidy up pcl724_attach()H Hartley Sweeten
2013-06-11staging: comedi: pcl724: tidy up subdev_8255_init() callsH Hartley Sweeten
2013-06-11staging: comedi: pcl724: tidy up the boardinfo struct definitionH Hartley Sweeten
2013-06-11staging: comedi: pcl724: remove all '= 0' boardinfoH Hartley Sweeten
2013-06-11staging: comedi: pcl724: tidy up the boardinfoH Hartley Sweeten
2013-06-11staging: comedi: pcl724: remove interrupt supportH Hartley Sweeten
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten
2013-04-11staging: comedi: pcl724: use comedi_request_region()H Hartley Sweeten
2013-04-11staging: comedi: pcl724: cleanup dev->board_name usageH Hartley Sweeten
2012-09-05staging: comedi: pcl724: remove subdevice pointer mathH Hartley Sweeten
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten
2012-06-04staging: comedi: remove this_board macro in the pcl724 driverH 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-29staging: comedi: refactor pcl724 driver to remove the forward declarationsH Hartley Sweeten
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten
2011-04-25staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas
2010-03-03Staging: comedi: pcl724: Checkpatch cleanupsBenjamin Adolphi
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman
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
2009-06-19Staging: comedi: remove C99 comments in pcl724.cBill Pemberton
2009-04-03Staging: comedi: pcl724: Remove boardtype typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton