aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-74/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-17/+1
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
2017-01-03Staging: comedi: proc: Warn if unable to create proc entryCheah Kok Cheong1-1/+2
2017-01-03Staging: comedi: proc: Add module ownerCheah Kok Cheong1-0/+1
2017-01-03Staging: comedi: proc: Add __init prefixCheah Kok Cheong1-1/+1
2017-01-03Staging: comedi: proc: Change file permission to read onlyCheah Kok Cheong1-1/+1
2014-03-19Staging: comedi: proc: title block updateMichael Welling1-1/+0
2014-03-18STAGING: comedi: style and checkpatch fixesMichael Welling1-26/+23
2013-11-11staging: comedi: use refcount while reading /proc/comediIan Abbott1-1/+5
2013-07-23staging: comedi: use a mutex when accessing driver listIan Abbott1-0/+2
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-04-29comedi: Don't use create_proc_read_entry()David Howells1-21/+31
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-5/+2
2013-01-07staging: comedi: Makefile: conditionally compile multi-file core moduleH Hartley Sweeten1-2/+0
2013-01-07staging: comedi: use comedi_dev_from_minor()H Hartley Sweeten1-5/+2
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten1-1/+0
2012-06-20staging: comedi: remove comedi_fops.hIan Abbott1-1/+1
2010-05-11Staging: comedi: clean up sparse issues in proc.cGreg Kroah-Hartman1-7/+7
2010-05-11Staging: comedi: fix up remaining coding style issue in proc.cGreg Kroah-Hartman1-2/+1
2010-05-11Staging: comedi: fix up coding issues in proc.cGreg Kroah-Hartman1-4/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-11/+12
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove curly braces where they are not neededBill Pemberton1-4/+2
2009-04-03Staging: comedi: Move trailing statements to next line as requested by checkpatchBill Pemberton1-1/+2
2009-04-03Staging: comedi: Add spaces around parens as requested by checkpatch.plBill Pemberton1-1/+1
2009-04-03Staging: comedi: Convert C99 style comments to traditional style commentsBill Pemberton1-1/+1
2009-01-06Staging: comedi: fix build if CONFIG_PROC_FS is not setJ.R. Mauro1-0/+2
2009-01-06Staging: add comedi coreDavid Schleef1-0/+100