summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2017-09-10Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong
2017-07-31staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott
2015-04-03staging: comedi: comedi_fops: extend spin-lock scope in comedi_event()Ian Abbott
2015-04-03staging: comedi: comedi_fops: send SIGIO according to command directionIan Abbott
2015-04-03staging: comedi: comedi_fops: always clear eventsIan Abbott
2015-04-03staging: comedi: comedi_fops: remove unnecessary s->async useIan Abbott
2015-04-03staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle()Ian Abbott
2015-04-03staging: comedi: comedi_fops: eliminate a use of subdevice spin-lockIan Abbott
2015-04-03staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags()Ian Abbott
2015-03-18Staging: comedi: replace pr_err with dev_errHaneen Mohammed
2015-03-06staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL)H Hartley Sweeten
2015-02-07staging: comedi: comedi_fops.c: reformat remaining block commentsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: reformat ioctl handler commentsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: document exported functionsIan Abbott
2015-02-07staging: comedi: comedi_fops.c: reformat copyright headerIan Abbott
2015-01-25staging: comedi: comedidev.h: add namespace to the subdevice "runflags"H Hartley Sweeten
2014-11-05staging: comedi: add ioctls to set per-file read and write subdeviceIan Abbott
2014-11-05staging: comedi: prepare support for per-file read and write subdevicesIan Abbott
2014-11-03staging: comedi: remove use of 'bytes_per_sample()'H Hartley Sweeten
2014-11-03staging: comedi: check actual data direction for COMEDI_BUFINFO ioctlIan Abbott
2014-11-03staging: comedi: check command direction in poll() file operationIan Abbott
2014-11-03staging: comedi: don't allow write() on async command set up for "read"Ian Abbott
2014-11-03staging: comedi: don't allow read() on async command set up for "write"Ian Abbott
2014-11-03staging: comedi: maybe force CMDF_WRITE command flagIan Abbott
2014-11-02Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman
2014-10-29staging: comedi: fix memory leak / bad pointer freeing for chanlistIan Abbott
2014-10-29staging: comedi: widen subdevice number argument in ioctl handlersIan Abbott
2014-10-29staging: comedi: comedidev.h: clarify async->event error/cancel detectionH Hartley Sweeten
2014-10-20staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctlIan Abbott
2014-10-20Staging: comedi: Compressed two lines of code into one.Heena Sirwani
2014-09-08staging: comedi: use CMDF_BOGUS in do_cmd_ioctl()Ian Abbott
2014-09-08staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl()Ian Abbott
2014-07-22staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_ch...H Hartley Sweeten
2014-07-22staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callbackH Hartley Sweeten
2014-07-18staging: comedi: comedi_fops: checkpatch.pl --strict cleanupH Hartley Sweeten
2014-07-18staging: comedi: comedi_fops: remove commented out debug messagesH Hartley Sweeten
2014-07-17staging: comedi: comedi_fops: use pr_fmt()H Hartley Sweeten
2014-07-17staging: comedi: remove comedi_error()H Hartley Sweeten
2014-07-15staging: comedi: removing not useful `else` after returnKinka Huang
2014-07-09Staging: comedi: check the return value of kobject_set_nameAnton Protopopov
2014-07-08staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locke...Ian Abbott
2014-06-26staging: comedi: introduce comedi_buf_n_bytes_ready()H Hartley Sweeten
2014-06-18staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s,...Wolfgang Ocker
2014-05-27staging: comedi: remove in_request_moduleIan Abbott
2014-05-26staging: comedi: remove check for CONFIG_KMODPaul Bolle
2014-05-23staging: comedi: pass subdevice to comedi_buf_is_mmapped()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_reset()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_n_available()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_free()Ian Abbott
2014-05-23staging: comedi: pass subdevice to comedi_buf_read_alloc()Ian Abbott