aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/range.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-131/+0
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro1-10/+7
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-08-05staging: comedi: improve comedi_check_chanlist() documentationIan Abbott1-1/+12
2015-02-07staging: comedi: range.c: reformat copyright commentIan Abbott1-16/+16
2015-02-07staging: comedi: range.c: reformat ioctl handler commentIan Abbott1-12/+12
2014-10-20staging: comedi: Remove unecessary function and it's callTapasweni Pathak1-35/+1
2014-03-08Staging: comedi: range: remove unnecessary sanity checkFred Akers1-4/+0
2014-03-08Staging: comedi: range: tidy up comedi_check_chanlist()Fred Akers1-20/+19
2013-11-25staging: comedi: range: remove use of DPRINTKH Hartley Sweeten1-3/+6
2013-07-25staging: comedi: range: tidy up comedi_check_chanlist()H Hartley Sweeten1-23/+20
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten1-11/+11
2013-04-05staging: comedi: range: introduce some simple mA rangesH Hartley Sweeten1-0/+6
2013-04-05staging: comedi: range: introduce range_unipolar2_5H Hartley Sweeten1-0/+2
2012-09-05staging: comedi: range: remove subdevice pointer mathH Hartley Sweeten1-1/+1
2012-08-16staging: comedi: replace printk calls in comedi coreIan Abbott1-7/+9
2012-06-20staging: comedi: rename internal.h to comedi_internal.hIan Abbott1-1/+1
2010-05-11Staging: comedi: range.c: properly mark up __user pointersGreg Kroah-Hartman1-2/+4
2010-05-11Staging: comedi: Moved some EXPORT_SYMBOL() macrosMark Rankilor1-5/+5
2010-05-11Staging: comedi: rename check_chanlist to comedi_check_chanlistGreg Kroah-Hartman1-1/+3
2010-05-11Staging: comedi: more EXPORT_SYMBOL movementGreg Kroah-Hartman1-0/+6
2010-05-11Staging: comedi: fix up coding style issues in range.cGreg Kroah-Hartman1-12/+8
2010-05-11Staging: comedi: fix coding style in range.cJohn Sheehan1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-10/+11
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-4/+3
2009-06-19Staging: Comedi: change space indentation to tabsBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_krange typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_rangeinfo typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-7/+7
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-2/+1
2009-04-03Staging: comedi: Change "foo * bar" to "foo *bar"Bill Pemberton1-3/+3
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-1/+1
2009-01-06Staging: add comedi coreDavid Schleef1-0/+161