aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03staging: comedi: comedi_fops: always clear eventsIan Abbott1-4/+5
2015-04-03staging: comedi: comedi_fops: remove unnecessary s->async useIan Abbott1-5/+5
2015-04-03staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle()Ian Abbott1-1/+1
2015-04-03staging: comedi: comedi_fops: eliminate a use of subdevice spin-lockIan Abbott1-12/+20
2015-04-03staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags()Ian Abbott1-7/+7
2015-03-18Staging: comedi: replace pr_err with dev_errHaneen Mohammed1-2/+4
2015-03-06staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten1-11/+11
2015-02-07staging: comedi: comedi_fops.c: reformat remaining block commentsIan Abbott1-11/+18
2015-02-07staging: comedi: comedi_fops.c: reformat ioctl handler commentsIan Abbott1-166/+168
2015-02-07staging: comedi: comedi_fops.c: document exported functionsIan Abbott1-0/+42
2015-02-07staging: comedi: comedi_fops.c: reformat copyright headerIan Abbott1-16/+16
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten1-12/+18
2014-11-05staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott1-0/+90
2014-11-05staging: comedi: prepare support for per-file read and write subdevicesIan Abbott1-25/+102
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten1-1/+1
2014-11-03staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott1-2/+2
2014-11-03staging: comedi: check command direction in poll() file operationIan Abbott1-0/+2
2014-11-03staging: comedi: don't allow write() on async command set up for "read"Ian Abbott1-0/+8
2014-11-03staging: comedi: don't allow read() on async command set up for "write"Ian Abbott1-0/+8
2014-11-03staging: comedi: maybe force CMDF_WRITE command flagIan Abbott1-0/+15
2014-11-02Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman1-12/+14
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-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten1-10/+8
2014-10-20staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott1-8/+7
2014-10-20Staging: comedi: Compressed two lines of code into one.Heena Sirwani1-4/+1
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