summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/pcl816.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: pcl816: use cfc_check_trigger_arg_*() helpersH Hartley Sweeten2012-11-141-35/+15
* staging: comedi: remove inline alloc_private()H Hartley Sweeten2012-10-231-4/+4
* staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten2012-10-221-5/+16
* staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten2012-09-261-35/+11
* staging: comedi: pcl816: remove subdevice pointer mathH Hartley Sweeten2012-09-051-3/+3
* staging: comedi: pcl816: remove unneeded tests in pcl816_ai_cmdtestH Hartley Sweeten2012-06-141-15/+0
* staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten2012-06-121-1/+1
* staging: comedi: pcl816: if test should use logical OR not bitwise ORH Hartley Sweeten2012-06-111-2/+2
* staging: comedi: remove this_board macro in the pcl816 driverH Hartley Sweeten2012-06-041-34/+37
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-38/+24
* staging: comedi: use module_comedi_driverH Hartley Sweeten2012-05-091-13/+2
* staging: comedi: refactor pcl816 driver to remove forward declarationsH Hartley Sweeten2012-04-291-58/+43
* staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten2012-04-201-2/+1
* Staging: comedi: fix initialise statics to 0 or NULL issue in pcl816.cRavishankar karkala Mallikarjunayya2011-11-261-2/+2
* Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman2011-06-091-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* staging: comedi: pcl816.c remove one to many l's in the word.Justin P. Mattock2011-02-281-1/+1
* Staging: comedi: drivers: fix coding style issues in pcl816.cGustavo Silva2010-06-171-83/+140
* Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas2010-06-171-1/+12
* Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas2010-06-171-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: comedi: pcl816: Check channel list in AI command testIan Abbott2010-03-031-19/+36
* Staging: comedi: pcl816: Correct AI scan countingIan Abbott2010-03-031-1/+10
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-2/+2
* Staging: comedi: pcl816: update convert_src mask for AI cmdtestIan Abbott2009-12-111-1/+3
* Staging: comedi: initialize divisor variablesIan Abbott2009-12-111-1/+1
* Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral2009-09-151-107/+113
* Staging: fix operator precedence errorsRoel Kluin2009-06-191-1/+1
* Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman2009-06-191-49/+47
* Staging: comedi: fix the way structs are initialized.Bill Pemberton2009-06-191-7/+7
* Staging: comedi: remove assignment in conditionalsBill Pemberton2009-06-191-2/+5
* Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton2009-06-191-25/+25
* staging: comedi, remove interrupt.hJiri Slaby2009-06-191-1/+1
* Staging: comedi: remove C99 comments in pcl816.cBill Pemberton2009-06-191-129/+129
* Staging: comedi: pcl816: Remove boardtype typedefBill Pemberton2009-04-031-6/+8
* Staging: comedi: Remove pcl816_private typedefBill Pemberton2009-04-031-4/+6
* Staging: comedi: Remove comedi_devconfig typedefBill Pemberton2009-04-031-2/+2
* Staging: comedi: Remove comedi_insn typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_cmd typedefBill Pemberton2009-04-031-4/+4
* Staging: comedi: Remove comedi_lrange typedefBill Pemberton2009-04-031-3/+3
* Staging: comedi: Remove comedi_driver typedefBill Pemberton2009-04-031-1/+1
* Staging: comedi: Remove comedi_subdevice typedefBill Pemberton2009-04-031-16/+16
* Staging: comedi: Remove comedi_device typedefBill Pemberton2009-04-031-22/+22
* Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton2009-04-031-6/+6
* Staging: comedi: add pcl816 driverJuan Grigera2009-04-031-0/+1247