aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott1-0/+3
2014-10-29staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott1-4/+4
2014-10-20staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott1-8/+7
2014-09-08staging: comedi: use CMDF_BOGUS in do_cmd_ioctl()Ian Abbott1-1/+1
2014-09-08staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl()Ian Abbott1-1/+1
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change)H Hartley Sweeten1-1/+1
2014-07-22staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbackH Hartley Sweeten1-15/+1
2014-07-18staging: comedi: comedi_fops: checkpatch.pl --strict cleanupH Hartley Sweeten1-7/+5
2014-07-18staging: comedi: comedi_fops: remove commented out debug messagesH Hartley Sweeten1-2/+0
2014-07-17staging: comedi: comedi_fops: use pr_fmt()H Hartley Sweeten1-9/+10
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten1-6/+0
2014-07-15staging: comedi: removing not useful `else` after returnKinka Huang1-5/+4
2014-07-09Staging: comedi: check the return value of kobject_set_nameAnton Protopopov1-1/+8
2014-07-08staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locked subdeviceIan Abbott1-9/+0
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten1-3/+2
2014-06-18staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...)Wolfgang Ocker1-2/+2
2014-05-27staging: comedi: remove in_request_moduleIan Abbott1-26/+0
2014-05-26staging: comedi: remove check for CONFIG_KMODPaul Bolle1-8/+0
2014-05-23staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_n_allocated()Ian Abbott1-3/+3
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_free()Ian Abbott1-2/+2
2014-05-23staging: comedi: pass subdevice to comedi_buf_write_alloc()Ian Abbott1-3/+3
2014-05-03staging: comedi: remove async parameter from resize_async_buffer()Ian Abbott1-5/+5
2014-05-03staging: comedi: remove redundant pointer dereference in comedi_poll()Ian Abbott1-1/+1
2014-05-03staging: comedi: fix coding style issues in comedi_fops.cRaghavendra Ganiga1-0/+2
2014-04-22Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman1-4/+14
2014-04-16staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott1-4/+14
2014-04-14staging: comedi: comedy_fops.c: fix line over 80, characters warningsYves Deweerdt1-2/+4
2014-04-14staging: comedi: remove an unneeded variableDan Carpenter1-3/+0
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist()H Hartley Sweeten1-40/+36
2014-03-17staging: comedi: comedi_fops: introduce __comedi_get_user_cmd()H Hartley Sweeten1-50/+45
2014-02-24Staging: comedi: Fix line length exceeding 80 charactersMonam Agarwal1-1/+2
2014-02-14staging: comedi: move (*insn_{read, write}) timeout debug messages to coreH Hartley Sweeten1-1/+12
2014-02-12Staging: comedi: Correct a few printf format codesChase Southwood1-4/+4
2014-01-09staging: comedi: fix bug destroying subdevice files after parentIan Abbott1-1/+1
2013-12-17staging: comedi: fix result of memdup_user for user chanlistBernd Porr1-0/+2
2013-12-17staging/comedi: bug fix for module usage count on device removalIan Abbott1-23/+13
2013-12-17staging/comedi: keep reference to class device after destroyedIan Abbott1-1/+2
2013-11-26staging: comedi: comedi_fops: remove use of DPRINTKH Hartley Sweeten1-55/+64
2013-11-25staging: comedi: remove comedi_debug module parameterH Hartley Sweeten1-11/+0
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott1-21/+17
2013-11-11staging: comedi: make determination of read or write subdevice saferIan Abbott1-9/+7
2013-11-11staging: comedi: remove comedi_dev_from_minor()Ian Abbott1-28/+0
2013-11-11staging: comedi: use file->private_data in file operationsIan Abbott1-30/+8
2013-11-11staging: comedi: use refcount in sysfs attribute handlersIan Abbott1-8/+16
2013-11-11staging: comedi: increment reference while file openIan Abbott1-12/+16