aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/proc.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Staging: comedi: proc: Warn if unable to create proc entryGravatar Cheah Kok Cheong 1-1/+2
2017-01-03Staging: comedi: proc: Add module ownerGravatar Cheah Kok Cheong 1-0/+1
2017-01-03Staging: comedi: proc: Add __init prefixGravatar Cheah Kok Cheong 1-1/+1
2017-01-03Staging: comedi: proc: Change file permission to read onlyGravatar Cheah Kok Cheong 1-1/+1
2014-03-19Staging: comedi: proc: title block updateGravatar Michael Welling 1-1/+0
2014-03-18STAGING: comedi: style and checkpatch fixesGravatar Michael Welling 1-26/+23
2013-11-11staging: comedi: use refcount while reading /proc/comediGravatar Ian Abbott 1-1/+5
2013-07-23staging: comedi: use a mutex when accessing driver listGravatar Ian Abbott 1-0/+2
2013-05-13staging: comedi: remove FSF address from boilerplate textGravatar H Hartley Sweeten 1-5/+0
2013-05-05staging: single_open() leaksGravatar Al Viro 1-1/+1
2013-04-29comedi: Don't use create_proc_read_entry()Gravatar David Howells 1-21/+31
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Gravatar Al Viro 1-5/+2
2013-01-07staging: comedi: Makefile: conditionally compile multi-file core moduleGravatar H Hartley Sweeten 1-2/+0
2013-01-07staging: comedi: use comedi_dev_from_minor()Gravatar H Hartley Sweeten 1-5/+2
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'Gravatar H Hartley Sweeten 1-1/+0
2012-06-20staging: comedi: remove comedi_fops.hGravatar Ian Abbott 1-1/+1
2010-05-11Staging: comedi: clean up sparse issues in proc.cGravatar Greg Kroah-Hartman 1-7/+7
2010-05-11Staging: comedi: fix up remaining coding style issue in proc.cGravatar Greg Kroah-Hartman 1-2/+1
2010-05-11Staging: comedi: fix up coding issues in proc.cGravatar Greg Kroah-Hartman 1-4/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeGravatar Mithlesh Thukral 1-11/+12
2009-04-03Staging: comedi: Remove comedi_driver typedefGravatar Bill Pemberton 1-2/+2
2009-04-03Staging: comedi: Remove comedi_device typedefGravatar Bill Pemberton 1-1/+1
2009-04-03Staging: comedi: Remove curly braces where they are not neededGravatar Bill Pemberton 1-4/+2
2009-04-03Staging: comedi: Move trailing statements to next line as requested by checkp...Gravatar Bill Pemberton 1-1/+2
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plGravatar Bill Pemberton 1-1/+1
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsGravatar Bill Pemberton 1-1/+1
2009-01-06Staging: comedi: fix build if CONFIG_PROC_FS is not setGravatar J.R. Mauro 1-0/+2
2009-01-06Staging: add comedi coreGravatar David Schleef 1-0/+100