aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/pcl816.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14staging: comedi: pcl816: remove unneeded tests in pcl816_ai_cmdtestH Hartley Sweeten1-15/+0
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-11staging: comedi: pcl816: if test should use logical OR not bitwise ORH Hartley Sweeten1-2/+2
2012-06-04staging: comedi: remove this_board macro in the pcl816 driverH Hartley Sweeten1-34/+37
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-38/+24
2012-05-09staging: comedi: use module_comedi_driverH Hartley Sweeten1-13/+2
2012-04-29staging: comedi: refactor pcl816 driver to remove forward declarationsH Hartley Sweeten1-58/+43
2012-04-20staging: comedi: use ARRAY_SIZE instead of custom n_boardtypes macrosH Hartley Sweeten1-2/+1
2011-11-26Staging: comedi: fix initialise statics to 0 or NULL issue in pcl816.cRavishankar karkala Mallikarjunayya1-2/+2
2011-06-09Staging: comedi: add #include <linux/io.h> to a bunch of driversGreg Kroah-Hartman1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-28staging: comedi: pcl816.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2010-06-17Staging: comedi: drivers: fix coding style issues in pcl816.cGustavo Silva1-83/+140
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: comedi: pcl816: Check channel list in AI command testIan Abbott1-19/+36
2010-03-03Staging: comedi: pcl816: Correct AI scan countingIan Abbott1-1/+10
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-12-11Staging: comedi: pcl816: update convert_src mask for AI cmdtestIan Abbott1-1/+3
2009-12-11Staging: comedi: initialize divisor variablesIan Abbott1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-107/+113
2009-06-19Staging: fix operator precedence errorsRoel Kluin1-1/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-49/+47
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-7/+7
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-2/+5
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-25/+25
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-1/+1
2009-06-19Staging: comedi: remove C99 comments in pcl816.cBill Pemberton1-129/+129
2009-04-03Staging: comedi: pcl816: Remove boardtype typedefBill Pemberton1-6/+8
2009-04-03Staging: comedi: Remove pcl816_private typedefBill Pemberton1-4/+6
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_cmd typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-16/+16
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-22/+22
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-6/+6
2009-04-03Staging: comedi: add pcl816 driverJuan Grigera1-0/+1247