summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/proc.c
AgeCommit message (Expand)AuthorLines
2014-03-19Staging: comedi: proc: title block updateMichael Welling-1/+0
2014-03-18STAGING: comedi: style and checkpatch fixesMichael Welling-26/+23
2013-11-11staging: comedi: use refcount while reading /proc/comediIan Abbott-1/+5
2013-07-23staging: comedi: use a mutex when accessing driver listIan Abbott-0/+2
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten-5/+0
2013-05-05staging: single_open() leaksAl Viro-1/+1
2013-04-29comedi: Don't use create_proc_read_entry()David Howells-21/+31
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro-5/+2
2013-01-07staging: comedi: Makefile: conditionally compile multi-file core moduleH Hartley Sweeten-2/+0
2013-01-07staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten-5/+2
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten-1/+0
2012-06-20staging: comedi: remove comedi_fops.hIan Abbott-1/+1
2010-05-11Staging: comedi: clean up sparse issues in proc.cGreg Kroah-Hartman-7/+7
2010-05-11Staging: comedi: fix up remaining coding style issue in proc.cGreg Kroah-Hartman-2/+1
2010-05-11Staging: comedi: fix up coding issues in proc.cGreg Kroah-Hartman-4/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral-11/+12
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton-2/+2
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton-1/+1
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton-4/+2
2009-04-03Staging: comedi: Move trailing statements to next line as requested by checkp...Bill Pemberton-1/+2
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton-1/+1
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton-1/+1
2009-01-06Staging: comedi: fix build if CONFIG_PROC_FS is not setJ.R. Mauro-0/+2
2009-01-06Staging: add comedi coreDavid Schleef-0/+100