aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_compat32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28comedi: move compat ioctl handling to native fopsAl Viro1-455/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+12
2018-05-15Staging:Comedi:comedi_compat32.c: Lindent changesPratik Jain1-6/+6
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2015-07-14staging: comedi: fix cast warning in comedi_compat32.cGeliang Tang1-1/+2
2015-01-28staging: comedi: comedi_compat32.c: absorb raw_ioctl()Ian Abbott1-13/+2
2015-01-28staging: comedi: comedi_compat32.c: align some commentsIan Abbott1-5/+5
2015-01-28staging: comedi: comedi_compat32.c: reformat other block commentsIan Abbott1-12/+24
2015-01-28staging: comedi: comedi_compat32.c: reformat copyright commentIan Abbott1-19/+19
2015-01-28staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy backIan Abbott1-2/+10
2014-11-05staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott1-0/+2
2014-07-18staging: comedi: comedi_compat32: checkpatch.pl --strict cleanupH Hartley Sweeten1-14/+14
2013-10-24file->f_op is never NULL...Al Viro1-3/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-01-07staging: comedi: Makefile: conditionally compile multi-file core moduleH Hartley Sweeten1-4/+0
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten1-1/+0
2012-06-20staging: comedi: shrink comedi_compat32.hIan Abbott1-0/+2
2010-05-11Staging: comedi: range.c: properly mark up __user pointersGreg Kroah-Hartman1-2/+1
2010-03-03Staging: Cleanup useless headersAlessio Igor Bogani1-1/+0
2009-12-11Staging: comedi: Don't check for -ENOIOCTLCMDShawn Bohrer1-6/+3
2009-12-11Staging: comedi: remove check for HAVE_COMPAT_IOCTLShawn Bohrer1-108/+0
2009-12-11staging: comedi: Remove check for HAVE_UNLOCKED_IOCTLShawn Bohrer1-10/+0
2009-12-11Staging: comedi: comedi_compat32: Fixed checkpatch.pl issuesShane Warden1-11/+11
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-58/+57
2009-04-03Staging: comedi: fix 64bit build errorsGreg Kroah-Hartman1-7/+7
2009-04-03Staging: comedi: Remove comedi_rangeinfo typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_insnlist typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi32_chaninfo_struct typedefBill Pemberton1-26/+26
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-30/+20
2009-04-03Staging: comedi: Add spaces after commas where suggested by checkpatch.plBill Pemberton1-6/+6
2009-01-06Staging: add comedi coreDavid Schleef1-0/+597