summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/kcomedilib
AgeCommit message (Expand)AuthorLines
2015-01-17Staging: comedi: kcomedilib: Fixed a typoGustavo A. R. Silva-1/+1
2014-02-15Staging: comedi: kcomedilib: replace deprecated simple_strtoul() with kstrtou...Chase Southwood-1/+2
2013-11-25staging: comedi: remove comedi_debug module parameterH Hartley Sweeten-0/+2
2013-11-11staging: comedi: kcomedilib: protect against device detachmentIan Abbott-22/+35
2013-11-11staging: comedi: kcomedilib: increment reference while device in useIan Abbott-7/+12
2013-08-26staging: comedi: comedi_bond: handle base channel for insn_bitsIan Abbott-6/+31
2013-08-26staging: comedi: comedi_bond: get INSN_CONFIG_DIO_QUERY info from horse's mouthIan Abbott-0/+21
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten-1/+0
2013-07-23staging: comedi: drivers do not need <linux/ioport.h>H Hartley Sweeten-1/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten-5/+0
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten-6/+6
2013-01-07staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten-6/+2
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten-1/+0
2012-10-22staging/comedi: Use dev_ printks in kcomedilib/kcomedilib_main.cYAMANE Toshiaki-2/+3
2012-09-21staging: comedi: kcomedilib: fix a __user space access issueH Hartley Sweeten-7/+7
2012-09-05staging: comedi: kcomedilib: remove subdevice pointer mathH Hartley Sweeten-3/+6
2010-07-08Staging: comedi: kcomedilib: fix coding style issues in kcomedilib_main.cGustavo Silva-2/+2
2010-05-18Staging: comedi: new Kconfig and Makefiles, drivers grouped by bustype.Alexander Kurz-1/+1
2010-05-11Staging: comedi: kcomedilib: make it typesafeGreg Kroah-Hartman-12/+10
2010-05-11Staging: comedi: kcomedilib: simplify comedi_do_insn()Greg Kroah-Hartman-112/+38
2010-05-11Staging: comedi: kcomedilib: comedi_do_insn is now staticGreg Kroah-Hartman-1/+1
2010-05-11Staging: comedi: kcomedilib: delete dio.c and get.cGreg Kroah-Hartman-123/+64
2010-05-11Staging: comedi: kcomedilib: kcomedilib_main.c: remove unused functionsGreg Kroah-Hartman-354/+0
2010-05-11Staging: comedi: kcomedilib: dio.c: remove unused functionsGreg Kroah-Hartman-30/+0
2010-05-11Staging: comedi: clean up kcomedilib/get.cGreg Kroah-Hartman-242/+0
2010-05-11Staging: comedi: delete kcomedilib/data.cGreg Kroah-Hartman-93/+0
2010-05-11Staging: comedi: kcomedilib: remove ksyms.c fileGreg Kroah-Hartman-158/+16
2010-05-11Staging: comedi: rename check_chanlist to comedi_check_chanlistGreg Kroah-Hartman-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+0
2009-09-15Staging: comedi: Remove references to dead EXPORT_SYMTABRobert P. J. Day-4/+0
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral-54/+56
2009-06-19Staging: comedi: data.c should include delay.hAlexander Beregalov-0/+1
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman-9/+0
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman-14/+14
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton-19/+30
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton-8/+8
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton-2/+2
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton-1/+1
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton-11/+11
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton-25/+25
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton-33/+33
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton-6/+6
2009-04-03Staging: comedi: Remove comedi_t typedefBill Pemberton-44/+44
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton-20/+19
2009-04-03Staging: comedi: Remove instances of assignments in conditionalsBill Pemberton-2/+5
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton-4/+4
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton-41/+41
2009-04-03Staging: comedi: remove LINUX_VERSION_CODE checksMariusz Kozlowski-4/+0
2009-01-06Staging: comedi: add kcomedilib to the treeDavid Schleef-0/+1197